What problem does it solve?
The skill-designer helps automate the process of creating a new Claude skill from structured idea specifications, making it easier to create complete skill directories following repository conventions.
Core Features & Use Cases
- Skill Auto-Generation: Automatically creates a Claude CLI prompt to generate a complete skill directory including SKILL.md, references, scripts, and tests.
- Design Prompt Creation: Constructs a prompt that details all required elements and structure of the skill directory, following predefined repository standards.
- IDEA JSON Input: Accepts JSON input for structured idea specifications, containing title, description, and category.
- Reference File Management: Ensures that the skill design prompt includes necessary reference documents for skill creation.
- Validation and Quality Assurance: Offers checks against existing skills to avoid duplication and ensures all requirements are met before the skill is created.
- Use Case: A developer can create a new skill using a JSON idea specification, ensuring it aligns with the necessary requirements and is set up with a valid structure and components.
Quick Start
Generate a Claude CLI prompt for a new skill based on an IDEA JSON specification named 'my_skill_idea.json' and a normalized skill name 'new_skill'.