By jame581
Persistent memory for Claude using a dedicated Logseq graph. Save and load project context, decisions, and progress across sessions and devices.
npx claudepluginhub jame581/skillsmith --plugin logseq-brainSet 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. Triggers: "brain status", "show projects", "show brain", "what's in my brain", "project dashboard", "brain overview", "list projects", "summary". Don't fire for loads (use brain-load) or saves (use brain-save).
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.brain-config.json in the plugin root with {"graphPath": "/path/to/ClaudeBrain"}Then 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 bullet in today's journal under ## Activity — a low-cost audit trail of what Claude did, when. Disable by adding "journeyLog": false to .brain-config.json.
Extended Second Brain that learns as you work in Claude Code
Share bugs, ideas, or general feedback.
Personal knowledge management with brain CLI - capture notes, manage todos, auto-sync, and search your second brain
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.
By Monday, you're re-explaining choices you made on Thursday. PMM fixes that. Every session, Claude loads what it already knows, then adds to it. Structured flat files, git-backed. No database, no setup. Decisions tracked with rationale, not just what but why. git log is your memory audit trail. Memory that compounds, not rots.
Persistent knowledge workspace for Claude Code — structured files, versioning, search, and knowledge graph across sessions
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.