Use PROACTIVELY when working with projects that have docs/lessons-learned/ directories to transform Claude Code explanatory insights into reusable, production-ready skills. Analyzes insight files, clusters related content, and generates interactive skills following Anthropic's standards.
View on GitHubcskiro/claudex
insight-skill-generator
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/cskiro/claudex/blob/main/plugins/insight-skill-generator/skills/insight-skill-generator/SKILL.md -a claude-code --skill insight-skill-generatorInstallation paths:
.claude/skills/insight-skill-generator/# Insight-to-Skill Generator ## Overview 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**: - Automatic discovery and parsing of insight files from `docs/lessons-learned/` - **Deduplication** to remove duplicate entries from extraction hook bugs - **Quality filtering** to keep only actionable, skill-worthy insights - Smart clustering using keyword similarity, category matching, and temporal proximity - Interactive skill design with customizable patterns (phase-based, mode-based, validation) - Flexible installation (project-specific or global) ## When to Use This Skill **Trigger Phrases**: - "create skill from insights" - "generate skill from lessons learned" - "turn my insights into a skill" - "convert docs/lessons-learned to skill" **Use PROACTIVELY when**: - User mentions they have accumulated insights in a project - You notice `docs/lessons-learned/` directory with multiple insights - User asks how to reuse knowledge from previous sessions - User wants to create a skill but has raw insights as source material **NOT for**: - Creating skills from scratch (use skill-creator instead) - Creating sub-agents (use sub-agent-creator instead) - User has no insights or lessons-learned directory - User wants to create MCP servers (use mcp-server-creator instead) ## Response Style **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. ## Quick Decision Matrix | 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 stru