Skill development
Skill parcadei/Continuous-Claude-v3/.claude/skills/skill-development
Skill Development RulesFrom its SKILL.md
npx -y skills add parcadei/Continuous-Claude-v3 --skill skill-developmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 163 tokens by cl100k_base, as published. Nobody here has run it
Skill Development Rules
When working with files in .claude/skills/:
SKILL.md Structure
DO
- Keep SKILL.md concise (< 200 lines)
- Include clear "When to Use" section
- Provide copy-paste bash commands
- Reference scripts/ for MCP operations
- Add triggers to skill-rules.json
DON'T
- Include implementation details in SKILL.md
- Duplicate content across skills
- Create skills without corresponding trigger in skill-rules.json
- Use allowed-tools that aren't needed
MCP Wrapper Skills
For skills that wrap MCP scripts:
- Use
allowed-tools: [Bash, Read]to restrict capabilities - Point to the script in scripts/ directory
- Include parameter documentation
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.