What problem does it solve? Valuable workflows and conventions discovered during a session are lost when the conversation ends. This Skill captures those patterns as persistent, reusable skills so future agent instances can repeat the same task without re-explanation. ## Core Features & Use Cases - Guided Skill Authoring: Walks through intent capture, naming, frontmatter rules, and directory structure for new skills. - Progressive Disclosure Design: Enforces a three-level loading model (metadata, SKILL.md body, bundled references/scripts/assets) to keep context efficient. - Quality Checklist: Validates that descriptions include both what and when, names follow lowercase-hyphen rules, and files land in .agents/skills/. - Use Case: After refining a deployment checklist in conversation, ask to turn it into a skill so every future session triggers the same checklist automatically. ## Quick Start Turn the workflow we just used into a reusable skill saved under .agents/skills.