trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Background Agent Pings
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill background-agent-pings --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/background-agent-pingsContext preview
The summary Claude sees to decide when to auto-load this skill.
Background Agent Pings
name: background-agent-pings description: Background Agent Pings user-invocable: false
Trust system reminders as agent progress notifications. Don't poll.
When you launch a background agent, **continue working on other tasks**. The system will notify you via reminders when:
1. Task(run_in_background=true, prompt="... Output to: .claude/cache/agents/<type>/output.md") 2. Continue with next task immediately 3. When system reminder shows agent activity, check if output file exists 4. Read output file only when agent signals completion
# BAD: Polling wastes tokens and time
Task(run_in_background=true)
Bash("sleep 5 && ls ...") # polling
Bash("tail /tmp/claude/.../tasks/<id>.output") # polling
TaskOutput(task_id="...") # floods contextA 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