What problem does it solve?
Manually creating and structuring custom slash commands for Claude Code can be time-consuming and prone to errors, especially when trying to adhere to best practices. This Skill streamlines the entire process, ensuring your commands are properly formatted, well-documented, and ready to automate your workflows.
Core Features & Use Cases
- Structured Command Generation: Automatically creates command files with correct YAML frontmatter, clear purpose, usage instructions, and parameter documentation.
- Workflow Automation: Ideal for building project-specific commands or standardizing common operations across your team, reducing repetitive manual tasks.
- Use Case: You frequently need to set up new fullstack projects. Use this Skill to create a
/setup-tanstack-fullstack command that automates the entire scaffolding process, including database and authentication setup, saving you hours on repetitive project initialization.
Quick Start
Example: Create a new command
First, ensure the 'skill-tools' plugin is installed:
/plugin install skill-tools
Then, in Claude Code, simply ask:
"Create a new slash command for deploying to Cloudflare Pages."
The skill will guide you through naming, purpose, parameters, and examples.