{
  "markdown": "# open-knowledge-format-support\n\nCanonical source for the **okf-docs** agent skill and the OKF v0.2 software-repo documentation profile as a practical way to keep agent-readable repo docs versioned, loadable without MCP, and colocated with your code.\n\n## What this is\n\n[Open Knowledge Format (OKF)](https://github.com/GoogleCloudPlatform/open-knowledge-format) defines a markdown + YAML frontmatter wiki pattern for LLM agents. This repository ships:\n\n- **`skills/okf-docs/`** — the `okf-docs` skill (init, maintain, and retrofit OKF-compatible `docs/` bundles)\n- **`docs/`** — a dogfood documentation bundle and design notes for the profile\n- **Installer scripts** — deploy the skill to Cursor or agent skill roots\n\nCode wins over wiki. The bundle (`docs/`) holds the knowledge; agents start at [`AGENTS.md`](AGENTS.md).\n\n## Quick start\n\nInstall the skill to your environment:\n\n```sh\n./scripts/install-okf-docs --target auto --mode copy\n```\n\nFor local development against this repo, symlink instead:\n\n```sh\n./scripts/install-okf-docs --target both --mode link --replace\n```\n\nVerify the installer:\n\n```sh\n./scripts/smoke-install-okf-docs\n```\n\nSee [SCRIPTS.md](SCRIPTS.md) for full options (`--target`, `--mode`, `--replace`).\n\n## Install targets\n\n| Target | Path                        |\n| ------ | --------------------------- |\n| Cursor | `~/.cursor/skills/okf-docs` |\n| Agents | `~/.agents/skills/okf-docs` |\n\nEdit the skill in **`skills/okf-docs/`** in this repository — not in your home directory. Re-run the installer after changes (or use `link` mode).\n\n## Documentation\n\n- [AGENTS.md](AGENTS.md) — agent entry (prefer over README for the narrow query path)\n- [docs/index.md](docs/index.md) — bundle hub (settled knowledge and in-progress efforts)\n- [skills/okf-docs/SKILL.md](skills/okf-docs/SKILL.md) — skill entry point\n- [skills/okf-docs/producer-profile.md](skills/okf-docs/producer-profile.md) — implementer spec for the software-repo profile\n\n## Repository layout\n\n```\nskills/okf-docs/     Canonical okf-docs skill source\ndocs/                OKF documentation bundle (concepts, runbooks, plans)\nscripts/             install-okf-docs, smoke-install-okf-docs\nSCRIPTS.md           Command reference\n```\n",
  "bytes": 2214,
  "sha": "0eb7d9070c26aa2daa4c5622148ec66ad47e3d3b8b9592a6b88b0f38a6367fe3",
  "repo_slug": "danjohnsonnj/open-knowledge-format-support",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_danjohnsonnj_open_knowledge_format_suppo_29b3e7da/readme"
}