What problem does it solve? Reusable patterns discovered during implementation often stay buried in code and conversation history instead of being captured as skills. This Skill scans recent work, cross-references it against the existing skill index, and proposes new skills or updates so the library keeps pace with actual practice. ## Core Features & Use Cases - Recent Work Scan: Gathers conversation history, changed files, and newly introduced patterns to summarize what was built and which frameworks were used. - Gap Classification: Classifies each detected pattern as already covered, needing an update to an existing skill, or requiring a new skill, with explicit reuse criteria. - Skill Proposals: Drafts skill specifications with domain-prefix naming, prerequisites, complexity estimates, and key sections, then hands approved proposals to the new-skill-creator workflow. - Use Case: After finishing a project that introduced a new ORM integration pattern, run the gap analysis to check whether a skill already covers it, and get a ready-to-approve proposal for a new skill if none exists. ## Quick Start Ask the agent to check for skill gaps based on the recent implementation work and propose any new skills worth creating.