Example skill
Skill etrebels/claude-code-growth-os/.claude/skills/example-skill
A template skill. Replace it with a task you repeat. Trigger only when the user explicitly asks to run the example skill.From its SKILL.md
npx -y skills add etrebels/claude-code-growth-os --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
- 19 stars19 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.
SKILL.md
0.7 KB, 133 tokens by cl100k_base, as published. Nobody here has run it
Example Skill (template)
A skill is a reusable unit of work Claude runs when your request matches its description. The description is the trigger — keep it specific, or it fires at the wrong time (or never).
This one does nothing on purpose. Swap it for your own. A good skill:
- does one job well,
- reads from
ops/(ordemo/) instead of asking for context it could find, - ends by writing its result somewhere durable — a file, a log.
See .claude/skills/status-update/ and .claude/skills/triage/ for two worked examples.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.