Steph Ango is the CEO of Obsidian. In late 2025 he published an official set of Claude Skills built specifically for Obsidian users: small, composable workflows that give Claude vault-aware capabilities — capture a thought into the right note, retrieve context from across the vault, summarize across notes, link related ideas. They aren't magic and they aren't a replacement for a curated second brain. They're the missing tooling layer that sits between "I have a vault" and "the AI uses my vault effectively." This post covers what's in the official set, when each skill is actually useful, and the two-file pairing that makes them work for me daily.
Steph Ango is the CEO of Obsidian. He's been Obsidian's product voice for years and writes regularly about local-first software, file over app, and the long-term values that make Obsidian what it is. Anything he ships for Obsidian carries weight because he sets the direction of the product itself.
When he released a set of Claude Skills for Obsidian users in late 2025, two things were notable:
If you've been Obsidian-curious and waiting for a clear signal on how Obsidian and AI should fit together, this is it.
The skill set is intentionally small. Each skill is a few hundred lines of carefully-written instructions plus optional supporting scripts. The headline skills (subject to updates — check the GitHub repo for current state):
The list will evolve. The pattern won't: each skill is small, focused, and reads from the same vault you already write to.
Before skills existed, the way to give Claude vault-awareness was to paste long instructions into every prompt or into a Custom GPT-style system prompt. That approach has three problems:
Skills solve all three. Each skill is loaded only when invoked, edits are local, and they compose naturally — \capture\ then \link\ then \summarize\ is a workflow, not a monolith.
Skills are tools. Tools without context produce generic outputs. The pairing that makes the official set actually work for me:
File 1 — Your three core second-brain files (identity / projects / decisions). Without these, the skills don't know what to capture as, what to retrieve for, or what to link to. See the 3-file template post for the structure.
File 2 — A skills index file (\.obsidian/ai-skills.md\ or similar). A short file that lists which official skills are installed and when each should be invoked. Example: "Use \daily\ at the start of a session. Use \capture\ when I share a one-off thought. Use \summarize\ only when I explicitly ask." This index acts as a meta-prompt that helps Claude pick the right skill without you having to name it every time.
With these two pieces in place, the skills start behaving as advertised. Without them, they're just well-written prompts looking for context that doesn't exist.
A realistic day:
CLAUDE.md\ loads, plus any folder-specific \CLAUDE.md\. The \daily\ skill ran when I opened Claude.ai for chat-mode work; Claude already knows what's active.capture\ skill decides whether that belongs in \projects.md\ under that client, in \`decisions.md\