cc-history
✓Reference documentation for analyzing Claude Code conversation history files
Installation
SKILL.md
Reference documentation for querying and analyzing Claude Code's conversation history. Use shell commands and jq to extract information from JSONL conversation files.
| user | User input messages | | assistant | Model responses (thinking, tooluse, text) | | system | System messages | | queue-operation | Background task notifications (subagent done) |
Each line in a JSONL file is a message object:
Reference documentation for analyzing Claude Code conversation history files Source: solatis/claude-config.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/solatis/claude-config --skill cc-history- Source
- solatis/claude-config
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is cc-history?
Reference documentation for analyzing Claude Code conversation history files Source: solatis/claude-config.
How do I install cc-history?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/solatis/claude-config --skill cc-history Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/solatis/claude-config
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01