Categories: None [Edit]

okf

https://rubygems.org/gems/okf
https://github.com/serradura/okf
OKF (Open Knowledge Format) is portable knowledge: Markdown files with YAML frontmatter that both humans and agents read from one source. This gem is the Ruby-native way to work with it. Its companion agent skill authors and curates a bundle. The `okf` command-line tool validates the result for v0.1 (ยง9) conformance, lints its curation quality, and answers questions about it: ranked full-text search, and a progressive-disclosure map that reads a large bundle a directory at a time rather than loading it whole. `okf server` opens it as an interactive knowledge graph and `okf render` bakes that same page into one self-contained HTML file you can host anywhere. A per-user registry names your bundles, so every verb reaches them by @slug from any directory and one search can span them all. Everything the CLI does also runs in-process through a library API (OKF::Bundle and friends), and the graph server is a mountable Rack app. It adds no service to your stack: rack, webrick and minifts are the only runtime dependencies, and it runs on every Ruby since 2.4.

Total

Ranking: 74,955 of 196,721
Downloads: 13,650

Daily

Ranking: 11,899 of 196,694
Downloads: 44

Depended by

RankDownloadsName
124,8605,649okf-pro
173,7692,697okf-tui
181,8402,067okf-mcp

Depends on

RankDownloadsName
121,344,201,004rack
109474,497,732webrick
119,4736,214minifts

Owners

#GravatarHandle
1iconserradura