review-agent
25Agent Claude Code
Review implementation by comparing plan (intent) vs Braintrust session (reality) vs git diff (changes).
Agent Claude Code
Review implementation by comparing plan (intent) vs Braintrust session (reality) vs git diff (changes).
Agent Claude Code
Codebase exploration and pattern finding.
Agent Claude Code
Documentation, handoffs, session summaries, and ledger management.
Agent Claude Code
Analyze Claude Code sessions using Braintrust logs.
Agent Claude Code
General bug investigation and root cause analysis.
Agent Claude Code
Lightweight fixes and quick tweaks.
Agent Claude Code
Migration and upgrade review.
Agent Claude Code
Validate plan tech choices against current best practices and past precedent.
Plugin Claude Code
Enables AI agents to use Braintrust for LLM evaluation, logging, and observability. Provides correct API usage, working examples, and helper scripts for common operations.
Skill Claude CodeCodex
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Hook Claude Code
Runs before the agent uses a tool for Read, Edit, Write, Read, Grep, Task and Edit tool calls, executing pre-tool-use-broadcast.mjs, path-rules.mjs, tldr-read-enforcer.mjs, smart-search-router.mjs, tldr-context-inject.mjs, arch-context-inject.mjs, file-claims.mjs, edit-context-inject.mjs and signature-helper.mjs via…
Hook Claude Code
Runs before the context is compacted, executing pre-compact-continuity.mjs via node. From parcadei/Continuous-Claude-v3.
Hook Claude Code
Runs when a session starts on resume, compact, clear, startup and resume, executing persist-project-dir.sh, session_start.sh, session-register.mjs, hook_launcher.py, session-start-continuity.mjs and session-start-tldr-cache.mjs via bash (6 commands). From parcadei/Continuous-Claude-v3.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing skill-activation-prompt.mjs, hook_launcher.py, memory-awareness.mjs, impact-refactor.mjs and user_prompt_submit.sh via node (5 commands). From parcadei/Continuous-Claude-v3.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Write, Edit, MultiEdit, Write, Bash, Edit, Write and Bash tool calls, executing typescript-preflight.mjs, compiler-in-the-loop.mjs, post-edit-notify.mjs, post-edit-diagnostics.mjs, handoff-index.mjs, hook_launcher.py, post_tool_use.sh, import-validator.mjs and…
Hook Claude Code
Runs when the agent finishes a response, executing hook_launcher.py, stop_hook.sh and compiler-in-the-loop-stop.mjs via uv (3 commands). From parcadei/Continuous-Claude-v3.
Hook Claude Code
Runs when a session ends, executing session-end-cleanup.mjs, session-outcome.mjs and session_end.sh via node (3 commands). From parcadei/Continuous-Claude-v3.
Settings file Claude Code
Agent settings declaring 7 hook events (PreToolUse, PreCompact, SessionStart, UserPromptSubmit).
Skill Claude CodeCodex
Prevent agent output from polluting the main context window.
Skill Claude CodeCodex
When the user asks to implement something, use implementation agents to preserve main context.
Skill Claude CodeCodex
Standard multi-agent pipeline for implementation tasks.
Skill Claude CodeCodex
Guide for integrating Agentica SDK with Claude Code CLI proxy.
Skill Claude CodeCodex
Reference guide for Agentica multi-agent infrastructure APIs.
Skill Claude CodeCodex
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity.