What problem does it solve?
It solves the problem of creating reusable Claude Code slash commands without manually writing and maintaining the required .md files in the correct location.
Core Features & Use Cases
- Command definition guidance: Collects the command name, purpose, optional agent mapping, and argument expectations to ensure the generated command matches the user’s intent.
- Deterministic command file creation: Produces a
.claude/commands/{name}.md file that Claude Code can invoke as /{name} with optional $ARGUMENTS placeholders.
- Safety via verification: Includes a final verification step so the user can confirm the file exists and where to edit or delete it.
- Use case: Create a consistent shortcut for a team workflow like “/deploy” that summarizes the latest CI status, or a domain-specific shortcut like “/tickets” that delegates to a projects agent.
Quick Start
Tell the AI: create a command named "release-notes" that summarizes the latest GitHub releases and includes bullet points of highlights, with no agent, and no arguments fallback help.