llm-brain
v0.7.5Automatic filesystem-first durable memory using Google Open Knowledge Format v0.2.
By LLM-Brain MaintainersLicense: Apache-2.02 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 25, 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 llm-brain for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add llm-brain@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/w00ch3a/LLM-BrainClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── SKILL.md├── skills/llm-brain-maintenance/SKILL.md└── skills/llm-brain-upgrade/SKILL.md
Included Skills3
Automatically use filesystem-first LLM-Brain memory before and after every non-trivial project task, without waiting for the user to name it. Also use when asked to build, inspect, repair, migrate or retrieve durable project memory, OKF knowledge, reviews, indexes, context packs, adapters or exports. Skip automatic use only when LLM_BRAIN_PASSIVE=0. Never replace current repository authority with an older memory record.
Inspect and run bounded, derived LLM-Brain maintenance reports for freshness, retention candidates, conflicts, provenance, work, receipts and index health. Use only when maintenance is requested; never delete, promote, schedule or alter canonical memory automatically.
Upgrade LLM-Brain when the user asks to upgrade, update, migrate or refresh LLM-Brain, its plugin, extension, OKF format or configured vaults. Perform one read-only preflight, ask once before writes, then update the existing trusted host source, verify and retain receipt-based rollback. The current release is migration-free unless a separate migration is explicitly authorised.
Plugin manifests2
{
"name": "llm-brain",
"version": "0.7.5",
"description": "Automatic filesystem-first durable memory using Google Open Knowledge Format v0.2.",
"author": {
"name": "LLM-Brain Maintainers",
"url": "https://github.com/w00ch3a"
},
"homepage": "https://github.com/w00ch3a/LLM-Brain",
"repository": "https://github.com/w00ch3a/LLM-Brain",
"license": "Apache-2.0",
"keywords": [
"memory",
"okf",
"knowledge",
"agents",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "LLM-Brain",
"shortDescription": "Automatic durable memory for project agents",
"longDescription": "Retrieve and maintain inspectable project memory automatically, with Google OKF v0.2, governed review, source custody, verified migration and receipt-based rollback.",
"developerName": "LLM-Brain Maintainers",
"category": "Productivity",
"capabilities": [
"Instructions",
"Local files"
],
"websiteURL": "https://github.com/w00ch3a/LLM-Brain",
"defaultPrompt": [
"Use project memory naturally for this task.",
"Upgrade LLM-Brain safely.",
"Inspect the current project brain."
],
"brandColor": "#5B4BDB"
}
}{
"name": "llm-brain",
"version": "0.7.5",
"description": "Automatic filesystem-first project memory using Google Open Knowledge Format v0.2.",
"author": {
"name": "LLM-Brain Maintainers",
"url": "https://github.com/w00ch3a"
}
}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.
[llm-brain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/llm-brain)