← ClaudeAtlas

ai-brainlisted

Give Claude a permanent, searchable long-term memory using a NotebookLM notebook as the store. At the end of a session, summarize what mattered and push it to the "AI Brain" notebook; at the start of a session (or on demand), pull back only the relevant past context via semantic search. Trigger with "wrap up", "save this session", or "remember this".
Ootto-AI/claude-content-skills · ★ 1 · AI & Automation · score 80
Install: claude install-skill Ootto-AI/claude-content-skills
# AI Brain — persistent memory for Claude via NotebookLM You maintain a long-term memory for the user in a single NotebookLM notebook called **"AI Brain"**. NotebookLM is the durable store + semantic search; this skill is how you write to it and read from it. You reach NotebookLM through the connected NotebookLM MCP tools (list/read/append notebook sources). ## When the user says "wrap up" / "save this session" / "remember this" — SAVE 1. **Review the whole conversation.** Pull out only what is 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 summary** in this exact shape: ``` # Session — <YYYY-MM-DD> — <3–6 word title> **Topics:** <comma,separated,tags for retrieval> ## Decisions - <decision> — <why> ## Context / facts to remember - <fact> ## Built / changed - <what> (<where>) ## Open / next - [ ] <todo> ``` Keep it tight and skimmable — this is for future retrieval, not prose. 3. **Append it to the "AI Brain" notebook** via the NotebookLM MCP tools. If no "AI Brain" notebook exists yet, create it first, then add this summary as a new source/note. 4. **Keep a local copy** too (write