What problem does it solve? Building a well-formed Claude Code skill requires knowing the official frontmatter spec, directory conventions, description quality rules, and lifecycle versioning. This Skill guides the full creation and update workflow so new skills pass validation and stay synchronized with the code they describe. ## Core Features & Use Cases - Guided Skill Authoring (Mode A): A five-step workflow covering requirement clarification, architecture decisions (skill type, invocation control, freedom level), scaffolding via init_skill.py, SKILL.md authoring, and validation. - Lifecycle Updates (Mode B): Update existing general-purpose skills with evidence-based diffs, version bumps, and an 8-dimension verification pass. - Validation & Packaging Scripts: quick_validate.py enforces 20+ rules (frontmatter fields, kebab-case naming, token budget levels, CSO description linting), and package_skill.py bundles a validated skill into a .skill archive. - Pressure Testing: A mandatory subagent pressure-test template hardens Iron Laws against rationalization-driven violations. - Use Case: Ask to create a deploy-helper skill; the workflow scaffolds the directory, drafts SKILL.md with correct frontmatter, validates it against all rules, and packages it for distribution. ## Quick Start Ask the assistant to create a new Claude Code skill named deploy-helper using the skill-builder workflow.