What problem does it solve? Writing effective agent skills is error-prone: descriptions become story prose that weakens skill selection, deterministic steps get left as prose, and multi-capability monoliths ignore modularity. This Skill enforces proven authoring best practices through a structured classify-scaffold-write-audit lifecycle. ## Core Features & Use Cases - Lifecycle workflows: Dedicated step-by-step flows for creating new skills, improving existing ones via observation, and final polish passes on descriptions and structure. - Best-practice enforcement: Reference specifications cover the 9-type skill taxonomy, progressive disclosure, description trigger catalogs, modularity and sub-skill composition, and deterministic element extraction to scripts. - Delegated authoring and self-audit: Orchestrates the skill-writer-agent for drafting and runs a mandatory task-seeded self-audit checklist before delivery. - Use Case: When asked to build a new skill for a deployment workflow, it classifies the skill type, scaffolds the folder structure, gathers a gap analysis with composition plan, delegates writing, and audits the result against every best-practice rule. ## Quick Start Ask the agent to build a new skill for a task or domain you want to capture, and it will route through the new-skill workflow end to end.