agtrace
Monitor coding agent sessions, tokens, and tool activity
All Skills in This Repository (4)
Pure Emerald Level Indicatorsgit-workflow
Enforce branching strategies, Conventional Commits, and PR workflows in Git.
agtrace-provider-normalization
Normalize AI agent provider logs into unified domain types.
skill-creator
Create standardized Claude Code skills with SKILL.md frontmatter and structured sections.
execplan
Create and maintain executable specifications in PLANS.md for feature delivery.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core