What problem does it solve? Turning a user's natural-language request into a well-structured, reusable Agent Skill requires consistent naming, clear descriptions, and disciplined instruction writing. This Skill standardizes that process and produces a reviewable draft instead of silently installing changes. ## Core Features & Use Cases - Guided Skill authoring: Translates an explicit user request into a stable kebab-case name, a discriminating description, and focused Markdown instructions. - Draft-based review workflow: Calls create_skill to produce a pending draft that stays inactive until the user confirms it in the conversation or Settings > Skills. - Version discipline: Reuses the same Skill name across revisions, tracking variants through metadata.version and the draft history rather than renaming. - Use Case: A user says "create a Skill that formats my weekly lab notes into a summary report." The Skill produces one draft with a stable name, concise instructions, and directs the user to review and confirm it. ## Quick Start Ask the Agent to create a Skill from your description, for example: create a Skill that converts my meeting notes into action items.