trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Never Use TaskOutput
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill no-task-output --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/no-task-outputContext preview
The summary Claude sees to decide when to auto-load this skill.
Never Use TaskOutput
name: no-task-output description: Never Use TaskOutput user-invocable: false
TaskOutput floods the main context window with agent transcripts (70k+ tokens).
NEVER use `TaskOutput` tool. Use `Task` tool with synchronous mode instead.
# WRONG - floods context Task(run_in_background=true) TaskOutput(task_id="...") // 70k tokens dumped # RIGHT - isolated context, returns summary Task(run_in_background=false) // Agent runs, returns summary
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