What problem does it solve? Developers repeat the same multi-step tasks, boilerplate file creation, and manual processes without realizing these patterns could be automated as Claude Code skills. This Skill mines your codebase, git history, and session workflow for repetitive patterns and turns them into concrete, ready-to-use skill recommendations. ## Core Features & Use Cases - Pattern Mining: Scans session history, co-located file groups, repeated code structures, git commit patterns, and manual process indicators like TODOs and shell scripts. - Prioritized Recommendations: Scores findings by frequency, effort saved, error risk, and reusability, then outputs 3-7 ranked suggestions with cited evidence. - Draft SKILL.md Generation: Produces complete, functional SKILL.md drafts following the official frontmatter format that can be copied directly into .claude/skills/. - Use Case: After a long development session, ask what skills you should create; the Skill detects that you repeatedly scaffold component + test + style files together and generates a component-scaffolding skill draft with evidence from your repo. ## Quick Start Ask the AI to analyze this codebase and my workflow for repetitive patterns and suggest skills I should create.