What problem does it solve?
This Skill prevents you from manually writing and maintaining project-specific coding guidelines by turning your existing git history into reusable, context-aware skills.
Core Features & Use Cases
- Pattern discovery from git history: Detects commit message conventions, file co-change relationships, directory structure organization, and test organization from recent commits.
- Auto-generation of SKILL.md files: Produces multiple project-specific skill documents (e.g., commit conventions, architecture, workflow, naming/testing patterns) ready for Claude Code to load.
- Save-ready output for iterative improvement: Writes generated skills to a configurable output directory so the project’s conventions can evolve with new commits.
Core Use Case: When you join an unfamiliar repo, run the generator to quickly create skills that reflect how the codebase is actually structured and how changes are typically made.
Quick Start
Run /workflow:skill-create with commits set to 100 and output left at the default to generate new project skills from your recent git history.