scaccogatto/okf-skills

4 stars · Last commit 2026-06-18

Open Knowledge Format (OKF) for Claude Code — author, maintain & validate portable markdown knowledge bundles for AI agents. Dual: Claude Code plugin + skills.sh.

README preview

<div align="center">

# 📚 okf — Open Knowledge Format for Claude Code

**Author, maintain, and validate portable knowledge bundles your agents *and* your team can read.**

[![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)](LICENSE)
[![OKF spec](https://img.shields.io/badge/OKF-v0.1-6E56CF.svg)](skills/okf/reference/SPEC.md)
[![Claude Code plugin](https://img.shields.io/badge/Claude%20Code-plugin-D97757.svg)](https://code.claude.com/docs/en/plugins)
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-22C55E.svg)](#contributing)

</div>

---

> **Knowledge as code.** [OKF](https://cloud.google.com/blog/products/data-analytics/how-the-open-knowledge-format-can-improve-data-sharing)
> is an open, vendor-neutral format that represents knowledge — the metadata,
> context, and curated insight around your systems — as a directory of markdown
> files with YAML frontmatter. No schema registry. No runtime. No SDK. If you can
> `cat` a file you can read it; if you can `git clone` a repo you can ship it.

View full repository on GitHub →