trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Check reference SDK implementations using btca ask
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill reference-sdk --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/reference-sdkContext preview
The summary Claude sees to decide when to auto-load this skill.
Check reference SDK implementations using btca ask
name: reference-sdk description: Check reference SDK implementations using btca ask user-invocable: false
When implementing SDK features or debugging provider-specific issues, check reference implementations.
Use `btca ask` to check how reference SDKs implement similar features:
# Check Vercel AI SDK for streaming patterns btca ask -r vercel-ai -q "How does streamObject work?" # Check Anthropic SDK for tool calling btca ask -r anthropic-sdk -q "How are tools defined and called?" # Check Zod for validation patterns btca ask -r zod -q "How does safeParse handle errors?"
Add more: `btca config resources add -n <name> -t git -u <url> -b <branch>`
1. **Before implementing** - See how others solved similar problems 2. **When debugging** - Find how reference code handles edge cases 3. **Multi-provider support** - Compare implementations across SDKs 4. **Validation patterns** - Check idiomatic approaches
A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting
Repo: parcadei/Continuous-Claude-v3
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Guide for integrating Agentica SDK with Claude Code CLI proxy
Reference guide for Agentica multi-agent infrastructure APIs