lanegridlanegridOfficialยท4 Agent Skills Included

agtrace

Monitor coding agent sessions, tokens, and tool activity

Tracks what coding agents like Claude Code, Codex, and Gemini actually do during a session. Normalizes scattered agent logs into one unified timeline showing context usage, token consumption, and live tool calls. Eliminates guesswork about agent behavior so you know when to start new sessions or spot stuck loops. Lets agents query their own past sessions through a built-in MCP server.
npx skills add lanegrid/agtrace --all -g -y
Available:

Instructs the agent to always load the git-workflow skill first, run all commands through mise tasks, follow the layered crate architecture, and route provider normalization work to the dedicated sub-skill.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agtrace?โ–ผ

Run `npx skills add lanegrid/agtrace --all -g -y` in your terminal to install all skills in this repository globally.

How to see what my coding agent is doing?โ–ผ

Run `agtrace init` once in your project, then `agtrace watch` in a separate terminal to see a live dashboard of context usage, token consumption, and tool calls.

Which coding agents does agtrace support?โ–ผ

It works with Claude Code, Codex, and Gemini, automatically discovering and normalizing their existing log files with zero configuration.

Can my agent search its own past sessions?โ–ผ

Yes. Add agtrace as an MCP server with `claude mcp add agtrace -- agtrace mcp serve` so the agent can query previous sessions, errors, and activity.

Can I build my own dashboard on agtrace data?โ–ผ

Yes. The agtrace-sdk Rust crate exposes session analysis, tool call stats, and watch events so you can build custom IDE plugins or observability tools.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’