What problem does it solve?
The Command Development skill provides a structured framework for designing, documenting, and validating Claude Code slash commands, ensuring consistent frontmatter, dynamic arguments, and plugin integration patterns across teams.
Core Features & Use Cases
- Frontmatter guidelines: standard fields such as description, allowed-tools, model, argument-hint, and disable-model-invocation to drive discovery and execution.
- Command pattern guidance: examples for flat, namespaced, plugin-specific, and multi-script command patterns to accelerate implementation.
- Plugin integration: instructions for integrating with agents, skills, hooks, templates, and resources in plugin ecosystems.
- Validation and testing: best practices for input validation, resource checks, error handling, and testing strategies.
- Discoverability and governance: guidance for structuring commands to be easily discoverable, distributable, and maintainable.
Quick Start
Create a new Skill Unit by placing SKILL.md at the root with a valid name and description, and add optional resources as needed.