Use PROACTIVELY when working with projects that have docs/lessons-learned/ directories to transform Claude Code explanatory insights into reusable, production-ready skills...
This skill transforms insights from the extract-explanatory-insights hook into production-ready Claude Code skills. It discovers insight files, clusters related insights using smart similarity analysis, and guides you through interactive skill creation.
Key Capabilities:
docs/lessons-learned/Trigger Phrases:
Use PROACTIVELY when:
docs/lessons-learned/ directory with multiple insightsNOT for:
Interactive and Educational: Guide users through each decision point with clear explanations of trade-offs. Provide insights about why certain patterns work better for different insight types.
| User Request | Action | Reference |
|---|---|---|
| "create skill from insights" | Full workflow | Start at Phase 1 |
| "show me insight clusters" | Clustering only | workflow/phase-2-clustering.md |
| "design skill structure" | Design phase | workflow/phase-3-design.md |
| "install generated skill" | Installation | workflow/phase-5-installation.md |
Locate, read, deduplicate, and quality-filter insights from lessons-learned directory.
โ Details: workflow/phase-1-discovery.md
Group related insights using similarity analysis to identify skill candidates.
โ Details: workflow/phase-2-clustering.md
Design skill structure with user customization (name, pattern, complexity).
โ Details: workflow/phase-3-design.md
Create all skill files following the approved design.
โ Details: workflow/phase-4-generation.md
Install the skill and provide testing guidance.
โ Details: workflow/phase-5-installation.md
Minimum quality score: 4 (out of 9 possible)
Score calculation:
Skip insights that are:
Keep insights that have:
Files MUST follow: YYYY-MM-DD-descriptive-slug.md
2025-11-21-jwt-refresh-token-pattern.md2025-11-20-vitest-mocking-best-practices.md2025-11-21.md (missing description)YYYY-MM-DD-topic-slug.md formatdocs/lessons-learned/ directory with insight files| Resource | Purpose |
|---|---|
workflow/*.md |
Detailed phase instructions |
reference/troubleshooting.md |
Common issues and fixes |
data/clustering-config.yaml |
Similarity rules and thresholds |
data/skill-templates-map.yaml |
Insight-to-skill pattern mappings |
data/quality-checklist.md |
Validation criteria |
templates/*.md.j2 |
Generation templates |
examples/ |
Sample outputs |
Version: 0.2.0 Author: Connor Integration: extract-explanatory-insights hook