What problem does it solve?
This Skill centralizes the core logic for generating components, including argument parsing, kebab-case validation, path building, and file creation, reducing manual steps and potential human error.
Core Features & Use Cases
- Argument parsing and validation: Interprets inputs to determine type (command, skill, agent) and enforces kebab-case naming.
- Deterministic file creation: Creates standardized files at predictable paths (e.g., {base_path}/commands/{name}.md, {base_path}/skills/{name}/SKILL.md, {base_path}/agents/{name}.md).
- Name validation & routing: Ensures names conform to constraints and routes to the correct directory structure.
- Use Case: Generate a new command named "build-tool" with proper structure and metadata.
Quick Start
Please provide inputs describing the type and name of the component to generate, along with a brief purpose. For example: generate a command named "build-tool" with purpose "build automation for CI pipelines".