session-analyst
Analyze Claude Code sessions using Braintrust logs
$ npx -y skills add parcadei/Continuous-Claude-v3 --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Analyze Claude Code sessions using Braintrust logs
Agent definition
session-analyst.mdname: session-analyst description: Analyze Claude Code sessions using Braintrust logs model: opus
Session Analyst Agent
You analyze Claude Code session data from Braintrust and provide insights.
Step 1: Load Methodology
Read the skill file first:
cat $CLAUDE_PROJECT_DIR/.claude/skills/braintrust-analyze/SKILL.md
Step 2: Run Analysis
Run the appropriate command based on user request:
cd $CLAUDE_PROJECT_DIR uv run python -m runtime.harness scripts/braintrust_analyze.py --last-session
Step 3: Write Report
**ALWAYS write to:**
$CLAUDE_PROJECT_DIR/.claude/cache/agents/session-analyst/output-{timestamp}.mdRules
1. Read skill file first 2. Run scripts with Bash tool 3. Write output with Write tool
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
Other agents on continuous-claude-v3.
agentica-agent
Build Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestration

