SKILL.md Custom Designer
Designs reusable custom skills using SKILL.md YAML frontmatter fields, $ARGUMENTS substitution patterns, !`command` dynamic context injection, and directory structure. Covers design scope from personal project skills to team-wide plugin deployments.
/skill-designDeveloper standardizing repetitive workflows as skills? Use /skill-design to structure SKILL.md and share with team
Creating contribution guides as skills for open-source? Place contribution workflow skills in project .claude/skills/
How It Works
Skill Code
Copy and paste into your CLAUDE.md to start using immediately.
How SKILL.md Custom Designer Works
SKILL.md Designer takes a skill purpose as input and designs YAML frontmatter (name, description, allowed_tools, context, invocation), then generates a prompt body with $ARGUMENTS substitution and !`command` dynamic context injection.
When to Use SKILL.md Custom Designer
Best for standardizing team workflows as skills, creating contribution guides for open-source projects, or designing organization-wide deployment skills.
Key Strengths
- Complete YAML frontmatter field guide for correct skill design
- Flexible parameter handling with $ARGUMENTS
- Runtime context auto-injection via !`command`
- Personal/project/global deployment directory guidance