From 9eda7c9ce042af4a12b3816eb7636ab09a8735c5 Mon Sep 17 00:00:00 2001 From: ikrasovytskyi Date: Wed, 1 Jul 2026 10:41:43 +0200 Subject: [PATCH 1/4] docs: add Community & ecosystem tools section Adds a short index of open-source community tools built around OKF (editors, agent skills, linters/validators, a CLI, and publishers), one line each to match the repo style. Proposed in #166. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 1e9f870..38c3d6c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,30 @@ This repository features tools, agents, and samples that demonstrate Knowledge C [![Open in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fknowledge-catalog.git) +## Community & ecosystem tools + +Open-source tools built by the community around OKF: + +**Editors** +- [OWOX Model Canvas](https://github.com/OWOX/owox-model-canvas) — visual canvas / ERD editor; imports & exports OKF v0.1 and opens the GA4, Stack Overflow and Bitcoin samples. Apache-2.0, free live demo. +- [OnyxWriter](https://github.com/activetwist/OnyxWriter) — local-first desktop editor (Tauri) for OKF bundles, with visual and raw editing. + +**Agent skills & toolkits** +- [okf-knowledge](https://github.com/sniperunder123/okf-knowledge) — a portable `/okf` Claude Code skill to create, read, maintain and visualize bundles. +- [okf-skills](https://github.com/scaccogatto/okf-skills) — a Claude Code toolkit to author, maintain, validate and visualize OKF bundles. +- [okf-frontmatter](https://github.com/longsizhuo/okf-frontmatter) — a pure-Python agent skill that keeps repo docs under OKF with fast doc/schema lookup. + +**Validation & linting** +- [okf-conformance](https://github.com/Sudhakaran88/okf-conformance) — a conformance criteria document plus an executable validator for OKF bundles. +- [okf-lint](https://github.com/thisismydesign/okf-lint) — a linter for OKF bundles that catches conformance violations. + +**CLI** +- [openknowledge](https://github.com/openknowledge-sh/openknowledge) — a Go CLI to create, inspect and publish OKF bundles (implements v0.1). + +**Generation & publishing** +- [OKFy](https://github.com/0dust/OKFy) — turns existing docs into agent-readable OKF bundles. +- [kiso](https://github.com/oak-invest/kiso) — a publishing engine that turns OKF bundles into static sites (with llms.txt and sitemap). + ## Contributing See the contributing [instructions](CONTRIBUTING.md) to get started contributed. From 21f326cef269035820b692a7c08d59879f24c085 Mon Sep 17 00:00:00 2001 From: ikrasovytskyi Date: Wed, 1 Jul 2026 15:31:15 +0200 Subject: [PATCH 2/4] docs: add KnowHub to community tools (requested in #167) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38c3d6c..9f0e71f 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Open-source tools built by the community around OKF: - [openknowledge](https://github.com/openknowledge-sh/openknowledge) — a Go CLI to create, inspect and publish OKF bundles (implements v0.1). **Generation & publishing** -- [OKFy](https://github.com/0dust/OKFy) — turns existing docs into agent-readable OKF bundles. - [kiso](https://github.com/oak-invest/kiso) — a publishing engine that turns OKF bundles into static sites (with llms.txt and sitemap). +- [KnowHub](https://github.com/smgam29/knowhub) — a model-agnostic pipeline that turns implementation documents (guides, PDFs, decks) into OKF bundles via cross-model extraction. +- [OKFy](https://github.com/0dust/OKFy) — turns existing docs into agent-readable OKF bundles. ## Contributing From f474c24e9e3bc49b5151d5f9b903ee4cbd53eab3 Mon Sep 17 00:00:00 2001 From: ikrasovytskyi Date: Thu, 2 Jul 2026 11:29:03 +0200 Subject: [PATCH 3/4] docs: update OnyxWriter entry (encrypted bundles + MCP/CLI, per author in #167) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0e71f..262cb91 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Open-source tools built by the community around OKF: **Editors** - [OWOX Model Canvas](https://github.com/OWOX/owox-model-canvas) — visual canvas / ERD editor; imports & exports OKF v0.1 and opens the GA4, Stack Overflow and Bitcoin samples. Apache-2.0, free live demo. -- [OnyxWriter](https://github.com/activetwist/OnyxWriter) — local-first desktop editor (Tauri) for OKF bundles, with visual and raw editing. +- [OnyxWriter](https://github.com/activetwist/OnyxWriter) — local-first desktop editor (Tauri) for OKF bundles: visual and raw editing, encrypted bundles, and MCP/CLI support. **Agent skills & toolkits** - [okf-knowledge](https://github.com/sniperunder123/okf-knowledge) — a portable `/okf` Claude Code skill to create, read, maintain and visualize bundles. From 886349239cdf9e89ff467549dc36259804055676 Mon Sep 17 00:00:00 2001 From: ikrasovytskyi Date: Thu, 2 Jul 2026 16:19:05 +0200 Subject: [PATCH 4/4] docs: update OKFy entry to author's preferred wording (#167) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262cb91..f0eb6f6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Open-source tools built by the community around OKF: **Generation & publishing** - [kiso](https://github.com/oak-invest/kiso) — a publishing engine that turns OKF bundles into static sites (with llms.txt and sitemap). - [KnowHub](https://github.com/smgam29/knowhub) — a model-agnostic pipeline that turns implementation documents (guides, PDFs, decks) into OKF bundles via cross-model extraction. -- [OKFy](https://github.com/0dust/OKFy) — turns existing docs into agent-readable OKF bundles. +- [OKFy](https://github.com/0dust/OKFy) — converts docs sites and local Markdown folders into OKF bundles, with validation, inspection, and an MCP server for agents. ## Contributing