trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Observe Before Editing
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill observe-before-editing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/observe-before-editingContext preview
The summary Claude sees to decide when to auto-load this skill.
Observe Before Editing
name: observe-before-editing description: Observe Before Editing user-invocable: false
Before editing code to fix a bug, confirm what the system *actually produced*.
Outputs don't lie. Code might. Check outputs first.
1. Check if expected directories exist: `ls -la .claude/cache/` 2. Check if expected files were created: `ls -la .claude/cache/learnings/` 3. Check logs for errors: `tail .claude/cache/*.log` 4. Run the failing command manually to see actual error 5. Only then edit code
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