rolepod-brain
v0.26.0Persistent memory for AI coding agents. Captures your sessions, consolidates them into a searchable markdown wiki, and hands the next session a short list of pointers. One binary, nothing resident.
By nuttarujLicense: MIT1 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rolepod-brain@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/nuttaruj/rolepod-brainClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rolepod-brain/.
Plugin files
├── .claude-plugin/plugin.json├── skills/brain-report/SKILL.md├── skills/using-brain/SKILL.md└── .mcp.json
Included Skills2
Write a narrative report of this project's development history from its memory. Use when asked for a project history, a development journey, a retrospective, a weekly digest, a summary of what has happened, or "what have we been doing". Takes a mode - full for the whole history, weekly for a single ISO week.
How this project's memory works and when to search it. Use when you need context from earlier sessions, when the user refers to a past decision or an earlier fix, when you are about to re-investigate something that may already be known, or when the user asks what brain remembers. Also covers keeping something out of memory.
MCP servers1
- command
- brain
- args
- mcp
Plugin manifests1
{
"name": "rolepod-brain",
"version": "0.26.0",
"description": "Persistent memory for AI coding agents. Captures your sessions, consolidates them into a searchable markdown wiki, and hands the next session a short list of pointers. One binary, nothing resident.",
"author": {
"name": "nuttaruj",
"url": "https://github.com/nuttaruj"
},
"homepage": "https://github.com/nuttaruj/rolepod-brain#readme",
"repository": "https://github.com/nuttaruj/rolepod-brain",
"license": "MIT",
"keywords": [
"memory",
"context",
"mcp",
"hooks",
"consolidation",
"wiki"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rolepod-brain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rolepod-brain)