obsidian-wiki
Installation
SKILL.md
Obsidian Wiki
Overview
A persistent, agent-maintained knowledge wiki in an Obsidian vault, following
Karpathy's "LLM Wiki" idea. Three layers: raw sources (cited, never
duplicated), the wiki (agent-maintained markdown), the schema
(wiki/meta/).
Core principle: synthesize once, maintain forever. The wiki is as much the agent's memory of its own decisions as it is a digest of external docs. The tedious part of a knowledge base is the bookkeeping — exactly what an agent does well.
When to Use
- Setup: a repo accumulates design knowledge and has no wiki — run init.
- Maintenance: the end of a session that produced durable insight; a question needing synthesis across sources; a periodic health check.