What problem does it solve? When you find yourself repeating the same multi-step workflow across sessions, that knowledge stays trapped in conversation history instead of becoming a reusable asset. This Skill captures those recurring patterns and converts them into standardized SKILL.md files that any agent can load and follow. ## Core Features & Use Cases - Pattern Recognition: Identifies good skill candidates (workflows seen 3+ times, 5+ consistent steps) and rejects one-off or project-specific tasks. - Structured Template: Generates complete SKILL.md files with proper YAML frontmatter (name, description, when_to_use, allowed-tools, effort) and a step-by-step protocol body. - Quality Enforcement: Applies naming conventions (kebab-case, 2-3 words) and a quality checklist covering uniqueness, reusability, completeness, and clarity. - Use Case: After manually walking through the same database migration checklist three times, ask the agent to skillify it, producing a reusable database-migration skill for future sessions. ## Quick Start Ask the agent to turn the workflow we just repeated into a reusable skill and save it under .agent/skills/.