Just Markdown. Zero new tools.
A directory of .md files with YAML frontmatter. No SDK, no build step, no dependencies. Your editor already supports it — you just didn't have a spec until now.
An open spec for knowledge bases that live in git, render anywhere, and feed AI agents natively. 3 rules. No runtime. No lock-in. Don't let your docs rot outside your agent's context.

A directory of .md files with YAML frontmatter. No SDK, no build step, no dependencies. Your editor already supports it — you just didn't have a spec until now.
Paste or upload a bundle. Check conformance against 3 simple rules — right in the browser. Zero backend, zero install. Know your bundle is correct before shipping.
Install a skill that teaches Claude, Codex, or Cursor to produce conformant bundles. Your AI agents ship correct output without custom instructions or fragile system prompts.
Other specs need a PhD to implement. OKF needs 5 minutes.
Diff, branch, review knowledge like code. No proprietary format holding your content hostage.
AI agents parse OKF bundles without adapters or middleware. Zero glue code.
Breaking changes follow semver. Early adopters won't be punished.
▸ my-knowledge-bundle/
├── index.md
├── what-is-okf.md
└── validation-rules.md
---
type: concept
title: What is OKF
---
# What is OKF
The Open Knowledge Format is a spec for
representing knowledge as markdown files...Or keep copy-pasting into system prompts.