braintrust-tracing
FeaturedBraintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
AI & Automation 531 stars
44 forks Updated 1 months ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Braintrust Tracing for Claude Code
Comprehensive guide to tracing Claude Code sessions in Braintrust, including sub-agent correlation.
## Architecture Overview
```
PARENT SESSION
+---------------------+
| SessionStart |
| (creates root) |
+----------+----------+
|
+----------v----------+
| UserPromptSubmit |
| (creates Turn) |
+----------+----------+
|
+--------------------+--------------------+
| | |
+---------v--------+ +--------v--------+ +--------v--------+
| PostToolUse | | PostToolUse | | PreToolUse |
| (Read span) | | (Edit span) | | (Task - inject) |
+------------------+ +-----------------+ +--------+--------+
|
+----------v----------+
| SUB-AGENT |
| SessionStart |
| (NEW root_span_id)|
+----------+----------+
|
+-------...
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 6 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
braintrust-analyze
Analyze Claude Code sessions via Braintrust
531 Updated 1 months ago
vibeeval AI & Automation Listed
my-claude
Document your Claude Code installation - setup, architecture, web research. Triggers - my claude, installation docs.
31 Updated 1 weeks ago
kochetkov-ma AI & Automation Featured
trace
Evidence-driven tracing lane that orchestrates competing tracer hypotheses in Claude built-in team mode
39,098 Updated today
Yeachan-Heo