Skip to main content
Back to registry

braintrust-tracing

parcadei/continuous-claude-v3

Comprehensive guide to tracing Claude Code sessions in Braintrust, including sub-agent correlation.

Installs170
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill braintrust-tracing
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Comprehensive guide to tracing Claude Code sessions in Braintrust, including sub-agent correlation. SessionStart doesn't receive the Task prompt. We tried injecting trace context into Task prompts via PreToolUse: But SessionStart only receives session metadata, not the modified prompt. The injected context is lost. Task spans in parent session contain everything: SubagentStop hook receives the sub-agent's session_id : Current state: Sub-agents create orphaned traces (new root_span_id ). Correlation method: Future solution (not yet implemented): This would link: Task.agentId + Task.child_session_id -> orphaned trace root_span_id Each session file contains: No traces appearing: Sub-agents not linking: Missing spans: State corruption: Attempted: Inject trace context via PreToolUse into Task prompts. Result: Failed - SessionStart only receives session metadata, not the prompt. Discovery: Task spans already contain rich sub-agent data: Current correlation path: Future work: Write child_session_id to Task span metadata from PostToolUse after SubagentStop.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does braintrust-tracing do?

Comprehensive guide to tracing Claude Code sessions in Braintrust, including sub-agent correlation.

Is braintrust-tracing good?

braintrust-tracing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does braintrust-tracing work with?

braintrust-tracing currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to braintrust-tracing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install braintrust-tracing?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill braintrust-tracing

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering