Authoritative agent-runtime contract for working inside an OpenKnowledge project — a markdown-CRDT knowledge base exposed over MCP. Use whenever reading, listing, searching, editing, or linting any .md or .mdx file in the project, and before any mcp__open-knowledge__* tool call (exec, search, write, edit, lint, and the rest). Installed by ok init, so its presence means this is an OpenKnowledge project and it governs every markdown file here. Covers the read/write tool surface, grounding and linking rules, folder/template conventions, the live browser preview, and the rule that OK's MCP tools — never native file tools — handle in-scope markdown.
$npx -y skills add inkeep/open-knowledge --skill projectInstalls into the current project.
Run `npx skills use "https://github.com/inkeep/open-knowledge" --skill "inkeep/open-knowledge/project"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/inkeep/open-knowledge" that are relevant to the current task. Run `npx skills add "https://github.com/inkeep/open-knowledge"` and select the relevant skills, then follow their instructions.