ai-brainlisted
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