# Example Skill

> A sample skill that greets the user and summarizes the current project

- Skill: `realdougeubanks/example-skill` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add realdougeubanks/example-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/realdougeubanks/example-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: RealDougEubanks (https://skillmd.com/u/realdougeubanks)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/realdougeubanks/example-skill

---


# Example Skill

Greet the user and provide a brief summary of the current project.

## Instructions

1. Read the project's `README.md` or `package.json` (if they exist) to understand what the project does.
2. List the top-level directory structure using `Glob`.
3. Respond with:
   - A friendly greeting
   - The project name and a one-sentence summary
   - The primary language/framework detected
   - A count of files by type

Keep the response concise — no more than 10 lines.

