trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Store a learning, pattern, or decision in the memory system for future recall
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill remember --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/rememberContext preview
The summary Claude sees to decide when to auto-load this skill.
Store a learning, pattern, or decision in the memory system for future recall
name: remember description: Store a learning, pattern, or decision in the memory system for future recall user-invocable: false
Store a learning, pattern, or decision in the memory system for future recall.
/remember <what you learned>
Or with explicit type:
/remember --type WORKING_SOLUTION <what you learned>
/remember TypeScript hooks require npm install before they work /remember --type ARCHITECTURAL_DECISION Session affinity uses terminal PID /remember --type FAILED_APPROACH Don't use subshell for store_learning command
1. Stores the learning in PostgreSQL with BGE embeddings 2. Auto-detects learning type if not specified 3. Extracts tags from content 4. Returns confirmation with ID
| Type | Use For | |------|---------| | `WORKING_SOLUTION` | Fixes, solutions that worked (default) | | `ARCHITECTURAL_DECISION` | Design choices, system structure | | `CODEBASE_PATTERN` | Patterns discovered in code | | `FAILED_APPROACH` | What didn't work | | `ERROR_FIX` | Specific error resolutions |
When this skill is invoked, run:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/store_learning.py \ --session-id "manual-$(date +%Y%m%d-%H%M)" \ --type <TYPE or WORKING_SOLUTION> \ --content "<ARGS>" \ --context "manual entry via /remember" \ --confidence medium
If no `--type` specified, infer from content:
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