open-knowledge

仓库创建 2026年6月3日最近提交 2 小时前SkillHot 收录 2 小时前
▸ 精选理由

核心治理文档,指导代理在仓库中文档级别一致操作。

这个 Skill 做什么

为 OpenKnowledge 项目提供代理运行时规范和操作约定。

在 OpenKnowledge 项目里规定代理怎么读写与管理 markdown 的运行时契约:涵盖 read/write 工具面、接地与链接规则、文件夹与模板约定,以及浏览器实时预览规则。任何对 .md/.mdx 的读、写、搜索、lint 等操作前都要遵循它,通常是 ok init 后就存在的项目规范。关键点是强制用 MCP 工具而不是本地原生工具来处理受管的 markdown,确保协作一致性。

▸ 展开 SKILL.md 英文原文

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.

Skill 开发管理知识库CRDT项目规范通用
3.2k
Stars
199
Forks
12
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/project/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/project/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# OpenKnowledge — agent guidance

OpenKnowledge (OK) is a markdown-CRDT collaboration platform exposed via MCP. This skill is the single source of OK agent guidance. Every rule below is a MUST unless marked otherwise. **Depth lives in `references/*.md` — one level deep; load a reference when its task comes up.**

> Skill version tracks `@inkeep/open-knowledge-server`. `cat ~/.ok/skill-state.yml` shows what's installed. `ok seed` needs `@inkeep/open-knowledge` >= 0.4.0; if it errors `unknown command`, `npm install -g @inkeep/open-knowledge`.

> **Setup (not connected yet?).** If the `mcp__open-knowledge__*` tools aren't available in your client, this project isn't wired up on this machine — s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有