What problem does it solve?
This Skill helps users draft new agent skills in a consistent, discoverable format with progressive disclosure. Use when you want to create, write, or build a new reusable skill directory that the agent can load reliably.
Core Features & Use Cases
- Requirement gathering: Identifies the task domain, use cases, whether scripts are needed, and what references should be included.
- Skill scaffolding: Produces a correct SKILL.md entry point with clear instructions and a maintainable structure.
- Organization guidance: Recommends splitting long instructions into reference files and adding deterministic scripts only when appropriate.
- Use Case: Create a new skill for a specific workflow (e.g., “triage bug reports” or “generate release notes”) and bundle any references or deterministic helpers alongside the skill.
Quick Start
Ask the agent to create a new skill directory named “<your-skill-name>” that includes a SKILL.md with the requested triggers and workflows, plus any reference files or scripts needed for deterministic steps.