What problem does it solve?
This Skill provides a structured guide and tooling to help users create, package, and iterate on new AI Skills, ensuring they are effective, efficient, and well-documented.
Core Features & Use Cases
- Skill Creation Guidance: Offers best practices for designing skills, including conciseness, setting degrees of freedom, and progressive disclosure.
- Resource Management: Details how to effectively use
scripts/, references/, and assets/ within a skill.
- Tooling Integration: Explains the usage of
init_skill.py for scaffolding and package_skill.py for validation and distribution.
- Use Case: A developer needs to create a new skill to interact with a specific internal API. They can use this Skill to understand the required structure, best practices for documentation, and how to package the final skill for deployment.
Quick Start
Use the skill-creator to initialize a new skill named 'api-helper' in the 'skills/private' directory.