Official Agent Replay plugins for Claude Code
npx claudepluginhub agentreplay/agentreplay-claude-pluginAgent Replay plugin for Claude Code - observability tracing and persistent memory for AI coding sessions
🔍 Observability Tracing + 🧠 Persistent Memory for Claude Code
Website • GitHub • Documentation
Agent Replay is a local-first plugin that enhances Claude Code with two powerful capabilities:
All data stays on your machine. No cloud accounts. No API keys. Full privacy.
Without Agent Replay, every Claude Code session starts fresh. Claude doesn't remember:
With Agent Replay, Claude automatically recalls relevant context from previous sessions, making it more effective at helping you code.
Claude Code version 1.0.33 or later
claude --version
Agent Replay server running locally
cd agentreplay && cargo runhttp://localhost:47100Node.js 18 or later (for hook scripts)
Option 1: From GitHub (Recommended)
# Add the marketplace
/plugin marketplace add agentreplay/agentreplay-claude-plugin
# Install the plugin
/plugin install agentreplay
Option 2: Local Directory
# Clone the repository
git clone https://github.com/agentreplay/agentreplay-claude-plugin.git
# Add as local marketplace
/plugin marketplace add ./agentreplay-claude-plugin
# Install
/plugin install agentreplay
Option 3: Manual Copy
# Clone and copy to Claude plugins directory
git clone https://github.com/agentreplay/agentreplay-claude-plugin.git
cp -r agentreplay-claude-plugin ~/.claude/plugins/agentreplay
# Start Claude Code
claude
# Check plugin is loaded
/help
# You should see /agentreplay:* commands listed
Once installed, the plugin works automatically:
| Event | What Happens |
|---|---|
| Session Start | Queries memory, injects relevant context, creates trace span |
| Tool Use | Records tool name, inputs, outputs, timing |
| Session End | Saves conversation summary, closes trace span |
| Command | Description |
|---|---|
/agentreplay:index | Index your codebase into memory (architecture, conventions, key files) |
/agentreplay:status | Check Agent Replay server connection and memory statistics |
/agentreplay:clear | Reset plugin settings to defaults |
| Skill | Triggered When |
|---|---|
memory-search | You ask about past work, previous sessions, or want to recall information |
You: /agentreplay:status
Agent Replay Status: ✅ Running
Endpoint: http://localhost:47100
Memory:
- Vectors: 1,234
- Documents: 89
- Storage: 45.2 MB
---
You: What did I work on yesterday?
[memory-search skill auto-invoked]
Based on your memory, yesterday you:
- Fixed the authentication bug in auth.ts
- Refactored the database connection pool
- Added unit tests for the user service
---
You: /agentreplay:index
[Analyzing codebase...]
- Found: TypeScript project with Express backend
- Key files: src/index.ts, src/routes/*, src/models/*
- Conventions: camelCase, async/await, Jest for testing
- Saved to memory ✓
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations