What problem does it solve? Writing a well-structured SKILL.md for Claude Code plugins requires enforcing many conventions: complete YAML frontmatter, seven required body sections, a 500-line body limit, progressive disclosure, and quality scoring across six MOAT dimensions. Doing this by hand is error-prone and inconsistent. ## Core Features & Use Cases - SKILL.md Generation: Produces complete SKILL.md files with frontmatter, guiding principle, procedure steps with tool references, quality criteria, anti-patterns, and edge cases from a skill design document. - MOAT Asset Creation: Generates supporting references/, examples/, and prompts/ files based on the design's MOAT strategy. - Quality Scoring Loop: Scores output against 6 MOAT dimensions (trigger accuracy, completeness, clarity, robustness, efficiency, value density) and revises until every dimension reaches at least 7/10. - Use Case: After drafting a skill design document for a new validation skill, run this Skill to produce a production-ready SKILL.md plus reference and example files, with a MOAT score summary confirming quality thresholds. ## Quick Start Generate a SKILL.md specification from my skill design document at designs/validate-config-design.md.