By ahostbr
Automatic transcript backup. Every conversation saved, organized by date, fully searchable.
Automatic transcript backup for Claude Code. Every conversation saved, organized by date, fully searchable.
exports/YYYY-MM-DD/[summary]_[id].jsonlexports/index.json for easy searching[OK] Transcript backed up after each saveCopy to your project's .claude/plugins/ folder:
cp -r claude-history /path/to/project/.claude/plugins/
Copy to your user plugins folder:
cp -r claude-history ~/.claude/plugins/
Then restart Claude Code.
Once installed, backups happen automatically. You'll see:
[OK] Transcript backed up
/history - Show backup statistics/history list - List recent sessions/history open - Open exports folderyour-project/
└── exports/
├── index.json # Central registry
├── 2026-01-14/
│ ├── 2026-01-14_feature-work_9e0db771.jsonl
│ ├── 2026-01-14_feature-work_9e0db771.meta.json
│ └── ...
└── 2026-01-13/
└── ...
Each .meta.json contains:
{
"sessionId": "9e0db771-...",
"summary": "Feature work session",
"gitBranch": "main",
"startTime": "2026-01-14T11:34:32Z",
"messageCount": 245,
"sizeBytes": 125000
}
pwsh)
# Mac
brew install powershell
# Ubuntu/Debian
sudo apt-get install -y powershell
The plugin uses Claude Code hooks to capture conversations:
Both hooks run the same export-transcript.ps1 script that:
~/.claude/projects/exports/index.jsonMIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimMulti-CLI agent orchestration — spawn, message, and coordinate AI coding agents across Claude Code, Codex, Copilot, and more from a single harness. 5-tier hierarchy, inter-agent messaging, polymathic thinking agents, git-as-memory.
Human-in-the-loop result filtering. Filter search results BEFORE they pollute your context.
npx claudepluginhub ahostbr/claude-historyPersistent local memory for Claude Code. Every tool call, every file edit, every thinking block from every session — stored verbatim on your machine. Semantic recall in ~126ms with zero API calls.
Session transcript timeline viewer for Claude Code and Codex agent sessions
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Session log archiver: saves conversations as Markdown or JSON for easy review
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.