What problem does it solve?
Claude Code slash commands can be complex to design and maintain, requiring consistent frontmatter, clear usage patterns, and reliable plugin integration.
This Skill guides teams to craft self-contained command units with documented frontmatter, structured prompts, and reusable patterns that scale across projects.
Core Features & Use Cases
- Create and validate Markdown-based slash commands with YAML frontmatter that drive Claude Code prompts.
- Reference plugin patterns, file references, dynamic arguments, and Bash execution to compose robust, reusable workflows.
- Integrate with plugin components (agents, skills, hooks) to support multi-step or multi-component tasks.
- Use for project scaffolding, team onboarding, and marketplace-ready command distributions.
Quick Start
Begin with an existing command template or the SKILL.md in this skill to model frontmatter fields and command structure. Adapt the frontmatter fields to describe the command’s purpose, arguments, and tools. Validate the command against the recommended references and patterns to ensure consistency and usability.