tracecc

Compile agent traces into a SQLite-backed bundle for search and inspection.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lludlow/TraceCC --skill tracecc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracecc
Source: https://github.com/lludlow/TraceCC/tree/main/skills/claude-code/tracecc
Command: npx skills add https://github.com/lludlow/TraceCC --skill tracecc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TraceCC enables engineers and product teams to quickly locate and understand past agent interactions by compiling traces into a searchable, navigable bundle, reducing rework and context-switching.

Core Features & Use Cases

  • Compile traces into a single, SQLite-backed bundle for fast search and inspection.
  • Search, render, and inspect sessions across models and runtimes to audit behavior or recall past discussions.
  • Validate and redact sensitive data during compilation to protect secrets and credentials.

Quick Start

Compile traces into a bundle and perform a sample search with a query.

Frequently Asked Questions about tracecc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past agent traces to debug previous sessions?

You can debug agent behavior by querying compiled past sessions consolidated into a single SQLite-backed bundle. This approach enables fast searching, rendering, and inspecting of trace details to recall prior conversations across multiple models and runtimes.

What is the best way to audit agent behavior across multiple models?

The best way to audit agent behavior across multiple models is to consolidate trace data into a single SQLite-backed bundle. This method allows you to compile, search, render, and inspect session details to validate and audit interactions across different runtimes.

How do I redact sensitive data when compiling trace sessions?

To redact sensitive data when compiling trace sessions, use the compile operation in the tracecc CLI. This step validates and redacts sensitive information like secrets and credentials during compilation, ensuring the resulting SQLite-backed bundle remains secure for further searching and inspection.

Does tracecc work with traces from different runtimes and models?

Yes, tracecc works with traces from different runtimes and models by consolidating them into a single bundle. This consolidation supports searching, rendering, and inspecting sessions across multiple models and runtimes to audit behavior or recall past discussions.

How do I compile multiple agent sessions into a single bundle?

You compile multiple agent sessions into a single bundle using the compile operation via the tracecc CLI. This process consolidates trace data into a single SQLite-backed bundle, enabling fast search, render, and inspect operations across all included sessions.