Example skill
Skill RealDougEubanks/ClaudeMarketplace/skills/example-skill
A community-driven collection of custom skills for Claude Code, Anthropic's CLI tool for software engineering with Claude.
npx -y skills add RealDougEubanks/ClaudeMarketplace --skill example-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
A sample skill that greets the user and summarizes the current project
SKILL.md
0.6 KB, as published. Nobody here has run it
Example Skill
Greet the user and provide a brief summary of the current project.
Instructions
- Read the project's
README.mdorpackage.json(if they exist) to understand what the project does. - List the top-level directory structure using
Glob. - 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.