What problem does it solve?
It helps users create new agent skills with a consistent, discoverable structure so the assistant can reliably choose and execute the right capability.
Core Features & Use Cases
- Requirements-first drafting: It prompts for domain, use cases, whether scripts are needed, and any reference materials so the skill matches the user’s real task boundaries.
- Structured skill scaffolding: It guides creation of a root SKILL.md entry point plus optional supporting files (references, examples, and scripts) when content is extensive or deterministic actions are required.
- Review and refinement loop: It includes a checklist-style review to ensure the description contains clear triggers, stays concise, and avoids missing or ambiguous sections.
Use case example: A user wants an AI to handle “invoice intake” end-to-end; this skill helps them write a new SKILL.md with the right trigger language, include a focused reference doc, and optionally add deterministic helper scripts for validation.
Quick Start
Ask the assistant to draft a new skill named "my-skill" for your specific domain, including clear “Use when …” triggers, a minimal SKILL.md, and any optional reference or script files if needed.