open-knowledge-format
Installation
SKILL.md
Open Knowledge Format
Apply the current upstream OKF v0.2 specification faithfully while keeping bundles useful to humans and agents. OKF is an interoperability format, not a domain taxonomy or replacement for OpenAPI, schemas, ADRs, or Diátaxis.
Read references/okf-v0.2.md completely before creating, migrating, or validating a bundle. When internet access is available and exact conformance matters, verify the current upstream specification before acting.
Preserve the conformance boundary
Establish the bundle root first. Only Markdown inside that root belongs to the bundle.
Treat exactly these as hard v0.2 requirements:
- Every non-reserved Markdown concept has parseable YAML frontmatter.
- Every concept frontmatter block has a non-empty
type. - Present
index.mdandlog.mdfiles follow their reserved structures.
Do not reject unknown types or fields, missing optional metadata, missing indexes, or broken links. Report those separately as producer-quality issues.