trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Environment Triage
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill environment-triage --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/environment-triageContext preview
The summary Claude sees to decide when to auto-load this skill.
Environment Triage
name: environment-triage description: Environment Triage user-invocable: false
When `uv sync` or `pip install` behaves unexpectedly, check the actual interpreter.
System Python is not authoritative if uv/venv selects a different interpreter.
# What uv ACTUALLY uses uv run python --version # What's pinned (this controls uv) cat .python-version # Confirm package is installed uv pip show <package> # Confirm import works in uv context uv run python -c "import <package>; print(<package>.__version__)"
If optional deps require Python 3.12+ but .python-version is 3.11:
echo "3.13" > .python-version rm -rf .venv && uv venv && uv sync --all-extras
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