Trace Insight — Development skill for Claude Code
Read-only report from local Claude, Codex, and Pi agent traces.
How to install Trace Insight
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open casius-connect/trace-insight and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Trace Insight does
Read-only report from local Claude, Codex, and Pi agent traces.
Alternatives in Development
- Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
- Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
- Paper Search Pro — Academic literature discovery as a Skill — Claude Code · Codex · any agent that loads SKILL.md 145 ★
README
Trace Insight
A read-only look at your local agent history.
You have been using coding agents (Claude Code, Codex CLI, Pi) and every one of them has quietly written a transcript of your work to your own disk. This little script reads those transcripts and writes a **Markdown report and a PDF report** about the shape of your work: what you usually do, the tasks you run, the errors you hit, and where your tokens go.
It changes nothing. It reads your history, writes two reports, and stops. No network, no upload, no accounts, no dependencies. Everything stays on your machine. Chrome or Chromium is used only when already installed locally, and its temporary HTML source is deleted after the PDF is created.
What you need
Python 3.8 or newer. Check with:
python3 --versionMost Macs and Linux boxes already have it. On Windows, install Python from python.org and use `python` instead of `python3` in the commands below.
That is the whole list. There is nothing to `pip install`.
Install
There is no install step. Copy the single file `trace_insight.py` anywhere you like, or just run it from the folder you were given.
Install with a coding agent
Give your coding agent this prompt:
Install the Trace Insight skill from https://github.com/casius-connect/trace-insight
as a local skill for this project. Read SKILL.md, then run trace_insight.py. Keep all
agent history local and do not upload, move, or modify it.
For Codex, skills placed in `.agents/skills/trace-insight/` are available to the project. You can also run the script directly from the cloned repository. See the [official Codex skills documentation](https://developers.openai.com/codex/skills/).
Run it
From a terminal, in the folder that contains `trace_insight.py`:
python3 trace_insight.py
That writes these two files to your Desktop:
trace-insight-report.md: open it in any text editor or Markdown viewer.trace-insight-report.pdf: op
Related Skills
Otel Agent Trace Connector
OpenTelemetry Collector connector for normalized Codex and Claude Code traces
Agent Insight
Local-first, cross-agent session insights for Claude Code, Codex, Cursor, OpenCode, and Pi.
Diagnose Deeptrace
Run a ZDX deep trace diagnostics session — start, analyze, or clean up deep traces for a user's device.
Lmcache Agent Trace
Agent application/benchmark/workload traces should be placed here.
Agent Trace CLI
A CLI tool for enabling agent traces and code attributions for coding tools like Cursor, Claude Code etc.
Root Cause Tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematical
Related Agents
Codex Debugger
Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA
Codex Analyst
Token-heavy READ-ONLY analysis, codebase surveys, audits and inventories, executed by the Codex CLI rather tha
Research Insight Extractor
Extract actionable improvement proposals from a completed research entry by mapping external tool patterns to