daaaindaaainCommunityยท1 Agent Skills Included

claude-code-log

Turn Claude Code transcripts into readable, searchable HTML logs

Converts Claude Code JSONL transcripts into clean HTML and Markdown pages with session navigation, token tracking, and interactive timelines. Eliminates digging through raw log files to review past conversations, costs, and tool usage. Includes a terminal browser, date filtering, and compact Markdown export for feeding sessions back to an LLM.
npx skills add daaain/claude-code-log --all -g -y
Available:

Gives the AI agent the project's architecture map, testing commands, and rules for keeping documentation and renderers in sync when working on this codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-log?โ–ผ

Run `npx skills add daaain/claude-code-log --all -g -y` in your terminal to install all skills in this suite globally.

How to view Claude Code conversation history?โ–ผ

Run `claude-code-log --open-browser` to convert all your saved transcripts into linked HTML pages with an index, session summaries, and token usage stats.

Can I search Claude Code sessions by date?โ–ผ

Yes. Use natural language filters like `--from-date "yesterday" --to-date "today"` to export only the sessions you need.

How to feed past Claude sessions back to an LLM?โ–ผ

Export with `--detail low --format md --compact` to produce condensed Markdown that fits easily into an LLM context window for analysis.

Does claude-code-log track token costs?โ–ผ

Yes. Every generated page shows per-message and per-session token consumption so you can see what each conversation cost.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’