What problem does it solve? Teams building agent-native apps need a consistent way to capture reusable agent guidance, but without a standard process skills end up vague, mis-scoped, or duplicating existing documentation. ## Core Features & Use Cases - 5-Question Interview: A structured intake that defines the skill's purpose, triggering conditions, type, and supporting files before writing anything. - Three Skill Templates: Ready-made markdown templates for Pattern (architectural rules), Workflow (step-by-step), and Generator (scaffolding) skills. - Naming and Quality Rules: Enforces hyphen-case naming, descriptions under 40 words, SKILL.md under 500 lines, and lists anti-patterns like inline LLM calls or database usage. - Use Case: An engineer notices the agent repeatedly makes the same architectural mistake, answers the five interview questions, picks the Pattern template, and produces a new skill that prevents the mistake going forward. ## Quick Start Ask the agent to create a new skill for a recurring pattern, and it will walk through the interview questions and generate the SKILL.md from the appropriate template.