What problem does it solve? Writing a well-formed agent skill requires knowing the SKILL.md frontmatter contract, section ordering, RFC 2119 requirement levels, and resource namespacing rules. This Skill guides an agent through authoring or improving a skill so the result passes deterministic validation on the first pass. ## Core Features & Use Cases - Template-driven authoring: Generates a complete skill directory from bundled SKILL.md and README.md templates, including scripts, references, and assets as needed. - Deterministic validation: Ships a Bash validator that wraps skills-ref and enforces repo-specific rules such as section order, line length, namespacing, and required frontmatter fields. - Use Case: After a productive AI session, ask the agent to turn the workflow into a reusable skill; it drafts the SKILL.md, writes the human-facing README, registers the skill in the collection index, and runs the validator until it passes. ## Quick Start Create a skill for reviewing database migration scripts before they are applied.