/skill-create Command
Analyze your repository’s git history to extract coding patterns and generate SKILL.md files that teach Claude your team’s practices.Command Syntax
Number of recent commits to analyze
Custom output directory for generated skills
Also generate instincts for continuous-learning-v2
What It Does
- Parses Git History - Analyzes commits, file changes, and patterns
- Detects Patterns - Identifies recurring workflows and conventions
- Generates SKILL.md - Creates valid Claude Code skill files
- Optionally Creates Instincts - For the continuous-learning-v2 system
Examples
Pattern Detection
| Pattern | Detection Method |
|---|---|
| Commit conventions | Regex on commit messages (feat:, fix:, chore:) |
| File co-changes | Files that always change together |
| Workflow sequences | Repeated file change patterns |
| Architecture | Folder structure and naming conventions |
| Testing patterns | Test file locations, naming, coverage |
Example Output
GitHub App Integration
For advanced features (10k+ commits, team sharing, auto-PRs), use the Skill Creator GitHub App.Related
- Commands:
/instinct-import,/instinct-status,/evolve