// Use PROACTIVELY when searching past Claude Code conversations, analyzing development patterns, or generating activity reports. Automatically processes conversation history from the project, enables RAG-powered semantic search, and generates insight reports with pattern detection. Provides optional dashboard for visualization. Not for real-time analysis or cross-project searches.
| name | cc-insights |
| version | 0.2.1 |
| description | Use PROACTIVELY when searching past Claude Code conversations, analyzing development patterns, or generating activity reports. Automatically processes conversation history from the project, enables RAG-powered semantic search, and generates insight reports with pattern detection. Provides optional dashboard for visualization. Not for real-time analysis or cross-project searches. |
Unlock the hidden value in your Claude Code conversation history through automatic processing, semantic search, and intelligent insight generation.
This skill automatically analyzes your project's Claude Code conversations (stored in ~/.claude/projects/[project]/*.jsonl) to provide:
Trigger Phrases:
Use Cases:
NOT for:
Informative and Visual: Present search results with relevance scores and snippets. Generate reports with clear metrics and ASCII visualizations. Offer to save or export results.
| User Request | Mode | Reference |
|---|---|---|
| "Find conversations about X" | Search | modes/mode-1-search.md |
| "Generate insights report" | Insights | modes/mode-2-insights.md |
| "Launch dashboard" | Dashboard | modes/mode-3-dashboard.md |
| "Export as JSON/CSV/HTML" | Export | modes/mode-4-export.md |
Find past conversations using semantic search (by meaning) or metadata search (by files/tools).
โ Details: modes/mode-1-search.md
Analyze patterns and generate reports with file hotspots, tool usage, and knowledge highlights.
โ Details: modes/mode-2-insights.md
Launch a Next.js web dashboard for rich visualization and exploration.
โ Details: modes/mode-3-dashboard.md
Export insights as Markdown, JSON, CSV, or HTML for sharing and integration.
โ Details: modes/mode-4-export.md
First time usage:
pip install -r requirements.txtWhat happens automatically:
~/.claude/projects/[current-project]/*.jsonl| Resource | Purpose |
|---|---|
modes/*.md | Detailed mode instructions |
reference/troubleshooting.md | Common issues and fixes |
scripts/ | Processing and indexing scripts |
dashboard/ | Next.js dashboard application |
Tech Stack: Python (processing), SQLite (metadata), ChromaDB (vectors), Next.js (dashboard)