okf-knowledge-base
Installation
SKILL.md
Open Knowledge Format (OKF)
OKF v0.2 is a portable format for agent-readable knowledge: Markdown files, YAML frontmatter, and standard links. The /open-knowledge skill governs tool use; this skill covers OKF semantics.
Core rules
- A bundle is a directory tree of
.mdfiles. Each non-reserved file is one concept; its path without.mdis its ID. - Every concept needs parseable frontmatter with a non-empty string
type. No other field is always required. - Types are an open vocabulary. Consumers must accept unfamiliar types and metadata.
- Use standard Markdown links for portable relationships. Broken links and a missing index are allowed.
index.mdandlog.mdare reserved at every level. Use lowercase filenames.- An
index.mdnormally has no frontmatter; only the root index may declareokf_version: "0.2". - A
log.mdis newest-first; entry headings begin with an ISO date —## YYYY-MM-DD: Summary(the summary after the date is optional; a bare## YYYY-MM-DDis equally conformant). - OKF consumers read
.md, not.mdx.