braintrust-tracing
✓Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
Installation
SKILL.md
Comprehensive guide to tracing Claude Code sessions in Braintrust, including sub-agent correlation.
| Hook | Trigger | Creates | Key Fields |
| SessionStart | Session begins | Root span | sessionid, rootspanid | | UserPromptSubmit | User sends prompt | Turn span | prompt, turnnumber | | PreToolUse | Before tool runs | (modifies Task prompts) | toolinput.prompt | | PostToolUse | After tool runs | Tool span | toolname, input, output | | Stop | Turn completes | LLM spans | model, tokens, toolcalls |
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging Source: namesreallyblank/clorch.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/namesreallyblank/clorch --skill braintrust-tracing- Source
- namesreallyblank/clorch
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is braintrust-tracing?
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging Source: namesreallyblank/clorch.
How do I install braintrust-tracing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/namesreallyblank/clorch --skill braintrust-tracing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/namesreallyblank/clorch
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01