What problem does it solve?
This Skill empowers users to create, configure, and manage Claude Code slash commands effectively, streamlining workflows and enhancing automation capabilities.
Core Features & Use Cases
- Command Creation: Learn the structure, file format, and best practices for writing new slash commands.
- Frontmatter Configuration: Understand and utilize YAML frontmatter fields for advanced command behavior (arguments, tools, models).
- Dynamic Features: Implement dynamic arguments, file references, and bash execution for context-aware commands.
- Organization & Best Practices: Discover strategies for organizing commands (namespacing) and follow best practices for maintainability and usability.
- Plugin Integration: Leverage plugin-specific features like
${CLAUDE_PLUGIN_ROOT} for portable paths and integration with agents and skills.
- Use Case: A developer needs to add a new slash command to their project to automate code reviews. This Skill provides all the necessary guidance on file structure, frontmatter options, argument handling, and best practices to create a robust and discoverable command.
Quick Start
Use the command development skill to learn how to create a new slash command for Claude Code.