A wiki about wiki resources — specifically, the formats and patterns for knowledge bases that agents maintain and both humans and machines read:
- LLM Wiki — Karpathy's pattern: move synthesis to ingest time so knowledge compounds instead of being re-derived on every query.
- OKF — Google Cloud's Open Knowledge Format v0.2: a vendor-neutral format for knowledge as markdown plus YAML frontmatter, with provenance and trust as first-class fields.
- Vault-LD — a directory of markdown notes that is an RDF graph, via YAML-LD frontmatter, with lossless roundtrip to Turtle.
Start here: index.md for the full catalog, or Three formats compared for the whole landscape in one page.
It is built the way it is described. The repository follows the LLM Wiki pattern
(a source register in raw/, compiled pages in wiki/, a
reserved index.md and log.md), and the pages are
authored as a conformant OKF v0.2 bundle — so the wiki can be validated by the
tooling it documents.
Sources are tracked in raw/index.md and were seeded from
llm-wiki-links.md. Maintenance conventions are in
CLAUDE.md.