What problem does it solve? Agent skills written ad hoc decay quickly: descriptions fail to trigger, steps get skipped, and hard rules go unenforced. This Skill provides a structured process for creating new skills and auditing existing ones so agents follow them reliably. ## Core Features & Use Cases - CREATE mode: Interview-driven workflow covering domain research, synthesis, structure selection, drafting, rubric validation, and file registration. - AUDIT mode: Scores every skill across 9 dimensions (structure, description, STOP gates, output format, anti-patterns, modularity, cross-references, freshness, enforcement) with a 45-point grading scale and prioritized fix list. - Enforcement guidance: Decision tree and three-piece pattern (PreToolUse gate, ledger, PostToolUse recorder) for turning hard NEVER/ALWAYS/MUST rules into mechanical hooks. - Use Case: Run an audit across all skills in .claude/skills/ to get a scorecard, identify critical issues, and refactor the weakest skills first. ## Quick Start Invoke /skill-builder to create a new skill or audit all existing skills against the rubric.