Skill template
VeyraSkills — A curated collection of Claude Code skills for founders, developers and AI builders
npx -y skills add veyralabsgroup/veyraskills --skill skill-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 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
Explain what this skill does and when the agent should activate it. Be specific — this is how the agent decides to load the skill. Include trigger phrases, context signals, and use cases.
SKILL.md
1.0 KB, as published. Nobody here has run it
Your Skill Name
When to Activate
Describe the exact conditions under which this skill should activate.
- Explicit trigger: user asks for X
- Implicit trigger: user is doing Y, which would benefit from X
- Integration trigger: another skill is active and this one adds value
Core Behavior
Explain what the skill does step by step.
Step 1 — [First step name]
Describe what happens here.
Step 2 — [Second step name]
Describe what happens here.
Output Format
Show the expected output structure:
## [Skill Name] — [Context]
[Section 1]
...
[Section 2]
...
References
references/example.md— description of what this file contains
Anti-Patterns
List things this skill should never do:
- Never generate X
- Avoid pattern Y
- Don't combine with Z without checking first