skill-developer
Meta-skill for creating and managing Claude Code skills
By parcadei · 482 installs
npx skills add parcadei/continuous-claude-v3 --skill skill-developer
Source repository · Upstream listing
Skill Developer
Meta skill for creating new Claude Code skills, including skills that wrap MCP pipelines.
When to Use
"Create a skill for X"
"Help me make a new skill"
"Turn this script into a skill"
"How do I create a skill?"
Skill Structure
Skills live in .claude/skills/<skill name / :
SKILL.md Format
Creating an MCP Pipeline Skill
To create a new MCP chain script and wrap it as a skill:
Step 1: Use the Template
Copy the multi tool pipeline template:
Reference the template pattern:
Step 2: Customize the Script
Edit your new script to chain the MCP tools you need:
Step 2: Create the Skill
Create .claude/skills/my pipeline/SKILL.md :
Step 3: Add Triggers (Optional)
Add to .claude/skills/skill rules.json :
Reference Files
For full details, read:
Quick Checklist
[ ] SKILL.md has frontmatter (name, description)
[ ] "When to Use" section is clear
[ ] Instructions are copy paste ready
[ ] MCP servers documented if needed
[ ] Triggers added to skill rules.json (optional)
Examples in This Repo
Look at existing skills for patterns: