By ellyseum
Eidetic memory - injects knowledge map from memory files on session start
Eidetic memory for Claude Code sessions. Scans all memory files on session start and injects a knowledge map so Claude knows what's in each file without reading them all.
Claude Code loads MEMORY.md (the index) but not the 80+ memory files it points to. The index says voice.md exists but doesn't say it contains "Deepgram endpointing config" or "ElevenLabs v3 audio tags." So when you ask about voice latency, Claude doesn't know to read voice.md first - it guesses or greps the codebase.
A SessionStart hook extracts ## headers from every memory file and injects them as context. Now Claude sees:
voice: Package Status, Architecture, Phase 5: Colony Voice Integration, Phase 5b: WS Streaming Pipeline...
honeycomb: What It Is, Architecture, Event Schema, Routing Mechanics, Competitive Position...
When you mention "event routing," Claude immediately knows to Read honeycomb.md. No guessing, no grep.
# Clone into your plugins directory
cd ~/projects
git clone https://github.com/your-org/claude-total-recall.git
# Add to Claude Code plugin discovery (or manually add to settings)
Claude Code auto-discovers plugins in ~/projects/claude-*/.
$PWD/.context/memory/*.md (brain-surgery path) or auto-memory path## headers from each file (topic-level signals)additionalContext - Claude sees the knowledge map immediately~3,500 tokens per session. That's 0.35% of a 1M context window. The tradeoff: slightly less context space for dramatically better file selection when memory matters.
Results are cached at ~/.claude/claude-total-recall/knowledge-map.txt. Cache rebuilds when any memory file is newer than the cache. First run scans all files (~200ms for 80 files). Cached runs read one file (~1ms).
.context/memory/ exists (symlinked from auto-memory), uses that$PWD to find memory dir)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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ellyseum/claude-total-recall --plugin claude-total-recallSecure secrets handling for Claude Code - run API calls without exposing keys in session logs
Cross-model consultation and autonomous repo grinding as Claude Code skills wrapped around @ellyseum/cordyceps. `cordy` spawns peer LLMs (Codex, Gemini, Ollama, Claude variants) in parallel for code reviews, plan critiques, brainstorms, and cross-family fact-checks. `grinder` loops through user-defined work units (plan → council → revise → implement → test → diff council → commit) until done.
Visual context skills for Claude Code - clipboard, screenshots, and video analysis
Externalize Claude's auto-memory into your project directory — git-committable, portable, collaboratively editable
Interactive PTY terminal sessions for Claude Code — spawn, interact with, and manage terminal processes with real TTY support
Claude Mind - Give Claude photographic memory in ONE portable file. Share, version, and transfer your Claude's brain.
Memory compression system for Claude Code - persist context across sessions
Long-term memory for Claude Code. Recalls architecture, conventions, and decisions across sessions — so Claude explains your codebase without file traversal, follows your patterns, and never re-asks what it already learned.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.