Rolepod Brain — AI skill for Claude Code
Persistent memory for AI coding agents.
How to install Rolepod Brain
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open nuttaruj/rolepod-brain and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rolepod Brain does
Persistent memory for AI coding agents. One binary, nothing resident, no API keys.
Alternatives in AI
- Vibeproxy — Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys n 3.3k ★
- Agentmemory — #1 Persistent memory for AI coding agents based on real-world benchmarks 1.9k ★
- Iai Personal Memory Engine — A cyber brain for your AI 866 ★
README
rolepod-brain
Persistent memory for AI coding agents. One binary, one SQLite index, a git-versioned markdown wiki — and **nothing running between events**.
Your coding CLI forgets everything when the session ends. rolepod-brain captures what happened, consolidates it into readable pages, and hands the next session a short list of pointers it can pull from. Install it once and stop thinking about it.
What makes it different
**Your brain never leaves your machine.** No cloud, no remote, no telemetry, no account. There is no sync command that uploads anything, because there is nowhere for it to upload to — see below for why that is a design decision rather than a missing feature.
**No resident process, ever.** No daemon, no server, no supervised worker, no port. Hooks spawn a short-lived process that exits; the MCP server lives exactly as long as one session; consolidation runs when a session boundary fires. After a reboot there is nothing to start.
$ brain doctor
ok no resident process nothing of ours is running
**No API keys. No tokens. No provider configuration.** Summaries are written by whichever CLI you are already signed into, through that vendor's own supported headless entry point (`claude -p --model haiku`, `codex exec`). This project never holds a credential, because it never has one to hold. If no model is reachable it writes rule-based summaries instead — a permanent, first-class mode, not a broken one.
**Pointers in, content pulled.** Automatic injection carries titles and ids against a hard byte budget. Full content is never pushed into your context; the agent calls `brain_search` / `brain_get` when the task actually needs a body. `brain doctor` reports the real bytes spent, not the configured limit.
**Found by meaning, not only by words.** A session that recorded `login token expiry` is one someone later searching `auth` n
Related Skills
Agent Working Memory
Persistent, local-first memory for AI agents. Selective by design: filters what's worth keeping, links what's
Local Memory MCP
Persistent local memory for Claude, Cursor & Codex. 21 MCP tools, hybrid retrieval (BM25 + vector RRF), bi-tem
Second Brain Cc
Persistent memory + working protocol for AI coding agents (Claude Code). Numbered Markdown vault, stdlib SQLit
Sourceant
Persistent memory for AI coding agents: decisions, rules, API contracts, and system topology served over MCP t
Gald3r Core
Signed, single-binary CLI coding-agent platform: file-first task/bug tracking, multi-provider agent runtime, a
Crbro Memory
CRBRO — persistent neural memory for AI agents (MCP server): a file-based brain with neurons, synapses and hea
Related Agents
Rememora Triage
Use this agent when triaging issues, feature requests, or bugs for the Rememora project — a cross-agent persis
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de
Secret Hunter
Hunts publicly-leaked credentials (API tokens, cloud keys, DB strings) that belong to a previously-ingested pr