Skills for adding TraceRoot tracing to your application, for Python and TypeScript/Node.js.
- Add tracing to my app →
traceroot-instrument-repo— instruments an existing codebase: auto-instrumentation plus manual spans for agents, tools, and LLM calls. - Just show me a trace / verify my setup →
traceroot-quickstart— a minimal runnable demo that produces one trace in a couple of minutes.
npx skills add traceroot-ai/traceroot-skills --skill traceroot-instrument-repo
npx skills add traceroot-ai/traceroot-skills --skill traceroot-quickstartOr point any coding agent (Claude Code, Codex, Cursor, …) at this repo:
Install the TraceRoot AI skill from https://github.com/traceroot-ai/traceroot-skills and use it to add tracing to this application with TraceRoot following best practices.
A TraceRoot account (cloud or self-hosted) and an API key:
export TRACEROOT_API_KEY=your-api-key
export TRACEROOT_HOST_URL=https://app.traceroot.ai # only when self-hostingFind your API key in the TraceRoot UI under project settings.