What problem does it solve? Writing agent skills that trigger reliably and stay portable across AI harnesses is error-prone: descriptions misfire, frontmatter breaks validators, and skills bloat with provider-specific assumptions. This Skill provides a structured intent-draft-validate-refine workflow for authoring and auditing SKILL.md files. ## Core Features & Use Cases - Skill authoring workflow: Guides creation of new skills from intent capture through frontmatter design, trigger description engineering, and executable process writing. - Quality and security audit: Ships a reference checklist covering routing contracts, progressive disclosure, provenance, licensing, and prompt-injection screening for external skill material. - Validation guidance: Defines structural, trigger, and behavior validation steps including a trigger matrix of positive, negative, and ambiguous test prompts. - Use Case: When you need to add a new debugging skill to your agent setup, use this Skill to draft the SKILL.md, design a description that avoids collisions with adjacent skills, and validate it against your harness's discovery checks. ## Quick Start Ask the agent to create a new skill for a specific task and have it follow the skill-creator workflow to draft, audit, and validate the SKILL.md.