What problem does it solve?
Many Claude Code users need fast, repeatable shortcuts for common prompts but lack a simple, consistent way to create and manage slash commands across a workspace. This Skill guides the user to define a concise command name, intent, and optional arguments, then generates the markdown file in .claude/commands so the shortcut can be invoked immediately.
Core Features & Use Cases
- Guided creation: Walks the user through name selection, purpose, argument placeholders, and whether the command should call an agent.
- File generation templates: Produces simple one-line commands, agent-invoking shortcuts, or multi-step command files with optional YAML frontmatter for descriptions.
- Naming and safety rules: Recommends lowercase, hyphen-separated names, avoids collisions, and suggests a custom- prefix for personal, gitignored commands.
Quick Start
Tell me the command name, what it should do, and whether it needs arguments or an agent and I will create the .claude/commands/{name}.md file for you.