ai-brain

Solid

Give Claude a permanent, searchable long-term memory using an Obsidian vault as the store. At the end of a session, summarize what mattered and save it as a Markdown note in your "AI Brain" vault; at the start of a session (or on demand), read back only the relevant past notes. Local markdown you own — connected via the Filesystem MCP. Trigger with "wrap up", "save this session", or "remember this".

AI & Automation 22 stars 3 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
45
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AI Brain — persistent memory for Claude via Obsidian You maintain a long-term memory for the user in an **Obsidian vault** — a folder of Markdown notes the user owns on disk. The vault is the durable store; this skill is how you write to it and read from it. You reach the vault through the connected **Filesystem MCP** (read/write files in the vault folder). Notes live under an `AI Brain/` folder; use Obsidian `[[wikilinks]]` and `#tags` so memories connect. > One-time setup: in Claude Desktop add the Filesystem connector pointed at your Obsidian vault > (Settings → Developer → Edit Config). No browser automation, no login — it's just your local notes. ## When the user says "wrap up" / "save this session" / "remember this" — SAVE 1. **Review the whole conversation.** Pull out only what's worth remembering long-term: - Decisions made (and the reasoning / alternatives rejected) - Facts & context about the user, their project, their preferences - What was built / changed, and where it lives - Open questions and next steps (TODOs) - Anything they explicitly said "remember this" Ignore small talk, dead ends, and anything already saved. 2. **Write a structured Markdown note** in this exact shape (Obsidian-friendly tags + links): ``` # Session — <YYYY-MM-DD> — <3–6 word title> #ai-brain #<topic> #<topic> Related:: [[<other note>]], [[<project>]] ## Decisions - <decision> — <why> ## Context / facts to remember - <fact> ## Built / cha...

Details

Author
Ootto-AI
Repository
Ootto-AI/claude-content-skills
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

second-brain

Set up and operate a file-based second brain — a knowledge vault that every Claude Code session reads on start and writes back to before it ends, so context compounds across sessions instead of evaporating. Use "second-brain setup" to bootstrap a new vault (folder structure, brain CLAUDE.md, note templates, optional session-log hook), and follow the OPERATE rules in every session once a vault exists. Built for Obsidian-flavored markdown but works with any plain-markdown folder.

3 Updated 1 weeks ago
josherau
AI & Automation Listed

brain-capture

Write one thought into the user's own Second Brain vault as a Markdown note in inbox/. Use whenever the user says "remember this", "note that down", "capture this", "keep this", "add to my brain", or hands over something they want kept without saying where it belongs. Their vault is where their thoughts go — prefer this over storing the thought in assistant-side memory.

3 Updated 4 days ago
wzslr321
AI & Automation Listed

claude-mem

Persistent filesystem memory across sessions — maintains memory/ with decisions.md, context.md, glossary.md and sessions/YYYY-MM-DD.md, loads and summarizes state at session start, appends decisions and open threads at session end, compacts monthly, and refuses secrets and transient noise. Use when the user says "remember this", "what did we decide about X", "pick up where we left off", or when starting or closing a session on a long-running project.

11 Updated 3 weeks ago
alebgl77