Free playbooks in your inbox
Hands-on tutorials for people who want to build with AI.
Home / Collections / AI Memory Playbooks
Collection

AI Memory Playbooks.

A file layer your agent actually reads: Obsidian vaults, CLAUDE.md schemas, HTML artifacts, and LLM wikis. Stop re-explaining your project every session.

2 titles · 10 free guides

Free guides
tutorial 9 min read

Build a Throwaway Claude Prompt Tuner in One Prompt

Build a claude prompt tuner as one HTML file: template with slot highlighting, three live-rendering examples, token counter. Thariq's verbatim prompt + fix.

from: Files Over Prompts

how-to 9 min read

Ship HTML Artifacts on Every PR (Claude Code Pattern)

Html artifacts claude engineers attach to every PR. The verbatim Thariq prompt, three first-run failure modes, and the 20% surfaced first that beats markdown.

from: Files Over Prompts

tutorial 9 min read

How to Build Karpathy's LLM Wiki in 90 Minutes

The karpathy llm wiki is two folders and a schema file, not three folders. Build the real structure on disk in 90 minutes with the mkdir commands and 5 entries.

from: Files Over Prompts

analysis 9 min read

LLM Wiki Maintenance: One Wrong Summary, 16 Errors

Llm wiki maintenance fails when one bad summary cascades. The 1 to 4 to 16 error pattern, the lint pass that cuts the tree, and the cost math at every scale.

from: Files Over Prompts

tutorial 9 min read

Five Claude Code Lifecycle Hooks for Your Obsidian Vault

Configure five Claude Code lifecycle hooks (SessionStart, UserPromptSubmit, PostToolUse, PreCompact, Stop) that load and re-inject vault context every prompt.

from: Claude Code + Obsidian: The AI Second Brain Playbook

tutorial 8 min read

How to Build a 5-Folder Obsidian Vault for Claude Code

Ship the Obsidian vault structure Claude Code uses as primary context: five folders, install commands, and the smoke test that proves the loop in 60 minutes.

from: Claude Code + Obsidian: The AI Second Brain Playbook

tutorial 8 min read

Three Claude Code Subagents for an Obsidian Vault

Three Claude Code subagents (brag-spotter, slack-archaeologist, cross-linker) for an Obsidian vault: isolated contexts, three Friday runs, fifteen minutes.

from: Claude Code + Obsidian: The AI Second Brain Playbook

how-to 8 min read

The 7-Section CLAUDE.md Template for an Obsidian Vault

A CLAUDE.md Obsidian vault template that survives long sessions: identity, folder schema, active projects, decision log, anti-patterns, sized 80-150 lines.

from: Claude Code + Obsidian: The AI Second Brain Playbook

tutorial 8 min read

Local Semantic Search for an Obsidian Vault with Ollama

Set up obsidian semantic search with Ollama and obsidian-copilot in 20 minutes. Local embeddings, no data leaves your machine, three-tier retrieval ladder.

from: Claude Code + Obsidian: The AI Second Brain Playbook