By jame581
Persistent memory for Claude using a dedicated Logseq graph. Save and load project context, decisions, and progress across sessions and devices.
Set up the Claude Brain Logseq graph (first-time) or add a new project page. Triggers: "init brain", "setup brain", "init brain project <name>", "add project to brain". Don't fire for loads, saves, or status checks — those are handled by brain-load, brain-save, and brain-status.
Load project context from the Claude Brain Logseq graph into the current session. Triggers: "load brain", "load <project>", "resume <project>", "continue work on <project>", "what do we know about <topic>". Don't fire for write operations (use brain-save), generic questions about Logseq itself, or "open <file>" / "switch to <branch>" requests that mean opening files or switching git branches rather than loading project memory.
Save session context, decisions, progress, and plans to the Claude Brain Logseq graph. Triggers: "save to brain", "save this", "remember this", "store this decision", "log this", "save progress", "before I quit", "wrap up". Don't fire for read operations (use brain-load) or status checks (use brain-status).
Show a dashboard of all projects in the Claude Brain graph, or graph analytics. Dashboard triggers: "brain status", "show projects", "show brain", "what's in my brain", "project dashboard", "brain overview", "list projects", "summary". Analytics triggers: "brain stats", "graph analytics", "graph activity over time". Don't fire for loads (use brain-load) or saves (use brain-save).
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.
Persistent memory for Claude using a dedicated Logseq graph. Save and load project context, decisions, and progress across sessions and devices.
This plugin turns a Logseq graph into Claude's external brain. Claude can read from and write to the graph, storing project plans, decisions, implementation details, and session logs. Because Logseq syncs across devices, your Claude context travels with you — start a task on your desktop, continue on your notebook.
Logseq Brain ships through the skillsmith marketplace.
/plugin marketplace add jame581/skillsmith
/plugin install logseq-brain@skillsmith
copilot plugin marketplace add jame581/skillsmith
copilot plugin install logseq-brain@skillsmith
gemini extensions install https://github.com/jame581/LogseqBrain
.plugin file).After installing, create a Logseq graph (e.g. "ClaudeBrain") and tell the plugin where to find it. Pick one:
export LOGSEQ_BRAIN_PATH=/path/to/ClaudeBrain (highest precedence)%APPDATA%\logseq-brain\config.json on Windows; on macOS/Linux $XDG_CONFIG_HOME/logseq-brain/config.json if XDG_CONFIG_HOME is set, otherwise ~/.config/logseq-brain/config.json) so you're not asked again, even after plugin reloadsThen say "init brain" to set up the graph structure, and "init brain project MyProject" to add your first project.
brain-init — Set up the graph for the first time, or add a new project.
brain-load — Load project context into the current session.
brain-save — Save the current session's work to the graph.
brain-status — Quick dashboard of all projects.
ClaudeBrain/
├── pages/
│ ├── Index.md ← master index
│ ├── Meta.md ← your preferences and conventions
│ ├── Decisions.md ← cross-project decisions
│ └── Projects___MyProject.md ← project pages (namespace: Projects/)
├── journals/
│ └── 2026_04_12.md ← daily journal: ## Sessions + ## Activity
└── logseq/
└── config.edn ← Logseq graph config
Every brain operation (init / load / save / status / search) leaves a one-line HH:mm-prefixed bullet in today's journal under ## Activity — a low-cost, time-ordered audit trail of what Claude did, when. Disable by adding "journeyLog": false to your user config file (%APPDATA%\logseq-brain\config.json on Windows; on macOS/Linux $XDG_CONFIG_HOME/logseq-brain/config.json if XDG_CONFIG_HOME is set, otherwise ~/.config/logseq-brain/config.json).
Agentic skills framework for Godot 4.x game development — 51 domain-specific skills for GDScript and C#
npx claudepluginhub jame581/skillsmith --plugin logseq-brainExtended Second Brain that learns as you work in Claude Code
Personal knowledge management with brain CLI - capture notes, manage todos, auto-sync, and search your second brain
Personal AI Infrastructure — persistent memory, session continuity, and knowledge graph for Claude Code
Persistent Obsidian-based memory for coding agents. Automatically orients from a knowledge vault at session start, navigates project architecture via graph traversal, and writes discoveries back to the vault.
Persistent semantic memory for Claude Code — auto-injects relevant context at session start, captures git commits, test results, and research via hooks, and provides 30+ MCP tools for memory management.
Folder structure + collaboration protocol so AI sessions can resume project context after compaction or window switch. One brain/ folder, 5 core files (PROJECT/MAP/STATUS/DECISIONS/HANDOFF), and a topic taxonomy.