What problem does it solve? Writing reusable agent skills by hand leads to inconsistent frontmatter, oversized descriptions, leaked API keys, and one-off content that cannot be reused. This Skill standardizes SKILL.md authoring with a quantitative scoring rubric and pre-write quality gates. ## Core Features & Use Cases - Structured Generation: Builds SKILL.md files from three templates (standard, lightweight, reference) with mandatory sections like When to Use, Prerequisites, Procedure, and Verification. - HARDLINE_RULES Scoring: Scores drafts from a 5.0 baseline across ten dimensions including description length, name format, banned words, reusability, and key-security with automatic repair rounds. - Quality Gates & Security Override: Nine pre-write gates block invalid output, and any detected API key pattern triggers an unconditional FAIL that prevents writing. - Use Case: A user says "turn this deployment workflow into a reusable skill" and the Skill parses the procedure, generates a compliant SKILL.md, scores it, fixes violations, and writes it via skill_manage. ## Quick Start Ask the agent to turn your documented workflow into a reusable Hermes skill with quality scoring before it is saved.