What problem does it solve?
This skill helps users design and write new agent skills that load on demand, stay safe, and have a clear workflow and contract instead of vague instructions.
Core Features & Use Cases
- Progressive-disclosure skill drafting: Produces a concise
SKILL.md entry point while moving deep details into references/ to reduce token-heavy standing context.
- Structured workflow and contracts: Guides the author to define entry protocol, topology checks, verification gates, red lines, and an output contract for reliable operation.
- Repo-aligned implementation planning: Encourages studying existing inventory and repo conventions (manifests, tests, third-party notices) so the new skill fits the package language and safety expectations.
- Resource organization: Suggests optional directories like
scripts/ for deterministic tasks and references/ for in-depth guidance.
Quick Start
Ask the assistant to create a new skill named "my-skill" that targets your trigger phrase, includes a verification gate, and stores detailed guidance under references.