What problem does it solve? Turning a rough idea for an AI agent capability into a properly structured Skill requires knowing the SKILL.md format, frontmatter rules, and naming conventions. This Skill guides the creation of a valid SKILL.md from a plain-language description, so the result passes import validation and triggers correctly. ## Core Features & Use Cases - Guided Requirements Gathering: Asks clarifying questions about what the skill does, when it should trigger, bundled assets, and naming before writing anything. - SKILL.md Generation: Produces frontmatter with a valid name (kebab-case, [a-zA-Z0-9_-]{1,64}) and a description that states what the skill does and when to use it, plus a body with goals, steps, red lines, and examples. - Optional Plugin Packaging: When a distributable package is needed, it follows the plugin-package standard to add plugin.json, an icon.svg, and export a directory or zip ready for upload. - Use Case: A user says "help me create a skill that summarizes meeting notes." The Skill asks about triggers and materials, then writes skills/meeting-notes-summary/SKILL.md and asks whether to install it. ## Quick Start Ask the agent to create a new skill that does the task you describe, and answer its questions about purpose, triggers, and naming.