What problem does it solve?
This Skill helps developers design, document, and validate Claude Code slash commands with YAML frontmatter, enabling consistent, shareable prompts and reducing misconfigurations.
Core Features & Use Cases
- Provides a structured approach to building slash commands with YAML frontmatter, dynamic arguments, file references, and plugin patterns.
- Documents how to organize, validate, and test commands for reliability and reusability across projects.
- Enables rapid onboarding by offering templates, patterns, and best-practice checklists for command development and distribution.
- Use cases include creating project-wide command libraries, plugin commands, and interactive prompts with AskUserQuestion or Bash-based tasks.
Quick Start
Start by reading the command-development SKILL.md to understand the core concepts, then begin drafting a new command file in .claude/commands/, including a minimal YAML frontmatter with description and argument hints, and incrementally add patterns and examples as you validate usage.