What problem does it solve? Capturing a successful workflow from an agent session and turning it into a reusable, self-contained skill is error-prone: instructions lose context, project-specific values leak in, and the result fails when a fresh agent tries to follow it. This Skill standardizes how skills are authored, refactored, and reviewed against the Agent Skills specification. ## Core Features & Use Cases - Skill Distillation: Converts a task history, workflow, or procedure into a SKILL.md that a fresh agent can execute with no memory of the original session, keeping only verified commands and actionable gotchas. - Standards Review: Audits existing skills against the Agent Skills spec, covering frontmatter fields, naming rules, description format, layout order, and XML-tagged examples. - Script Architecture Guidance: Provides placement rules for splitting responsibilities between deterministic scripts and agent judgment, including state management, CLI interface conventions, and testing practices. - Use Case: After a long debugging session where you discovered the correct deployment procedure, ask the agent to distill that session into a skill so any future agent can repeat the deployment without rediscovering the pitfalls. ## Quick Start Ask the agent to turn the procedure we just completed into a reusable skill named deploy-check.