trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Query the memory system for relevant learnings from past sessions
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill recall --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recallContext preview
The summary Claude sees to decide when to auto-load this skill.
Query the memory system for relevant learnings from past sessions
name: recall description: Query the memory system for relevant learnings from past sessions user-invocable: false
Query the memory system for relevant learnings from past sessions.
/recall <query>
/recall hook development patterns /recall wizard installation /recall TypeScript errors
1. Runs semantic search against stored learnings (PostgreSQL + BGE embeddings) 2. Returns top 5 results with full content 3. Shows learning type, confidence, and session context
When this skill is invoked, run:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/recall_learnings.py --query "<ARGS>" --k 5
Where `<ARGS>` is the query provided by the user.
Present results as:
## Memory Recall: "<query>" ### 1. [TYPE] (confidence: high, id: abc123) <full content> ### 2. [TYPE] (confidence: medium, id: def456) <full content>
The user can specify options after the query:
Example: `/recall hook patterns --k 10 --vector-only`
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