What problem does it solve?
Manually creating new slash commands for a plugin can be tedious and prone to inconsistencies in structure, style, and documentation. This skill automates the generation process, ensuring new commands adhere to established conventions.
Core Features & Use Cases
- Structured Command Generation: Creates new slash command markdown files with proper YAML frontmatter, sections, and formatting based on complexity (simple, medium, complex).
- Convention Enforcement: Analyzes existing commands to match tone, style, emoji usage, and example formats, ensuring consistency across the plugin.
- Validation & Testing: Includes steps to validate the generated command's structure and syntax, and provides instructions for testing.
- Use Case: You need a new
/nav:deploy command. Invoke this skill with "Add a slash command for deployment," specify its complexity, and the skill will generate a fully structured command file, ready for implementation and testing.
Quick Start
Example: Create a simple command
"Add a slash command for showing Navigator version"