What problem does it solve?
This Skill enables the creation, editing, and optimization of skills for Claude Code. It helps users write, test, and evaluate skills to improve their performance.
Core Features & Use Cases
- Skill Creation: Draft and define new skills, including their behavior, triggers, and outputs.
- Skill Evaluation: Run test cases, analyze performance, and iterate on skill improvements.
- Skill Optimization: Optimize skill descriptions for better triggering accuracy.
- Use Case: For a user looking to create a skill for data analysis, the Skill Creator can guide them through the process, including defining the skill's behavior, setting up test cases, and iterating on the skill based on feedback.
Quick Start
To create a new skill, run the following commands:
skill-creator create --name "my-data-analysis-skill"
skill-creator run-tests --name "my-data-analysis-skill" --prompt "Analyze sales data"