open-knowledge-pack-codebase-wiki
把源码转成结构化文档,方便维护大型项目知识。
让代理基于源码在仓库中生成并维护可导航的代码库 Wiki。
仓库里生成并维护一套可导航的代码库 wiki,内容写在 wiki/ 下(包括 architecture/、modules/、flows/、concepts/、guides/ 和 wiki/OVERVIEW.md)。适合项目已经有 wiki/ 知识库时,让代理读源码并把结构化、带图示、可追溯的说明写成 Markdown。特点是 agent-authored、source-grounded、版本可 diff、可人机共编并有新鲜度与日志规范,方便长期维护。
▸ 展开 SKILL.md 英文原文
How to work in a Codebase Wiki project (the `codebase-wiki` starter pack): an agent-authored, source-grounded wiki of the surrounding codebase. Read when the project has a `wiki/` knowledge base with `architecture/`, `modules/`, `flows/`, `concepts/`, and `guides/` sections plus `wiki/OVERVIEW.md`. Carries the per-folder rules and freshness + log discipline, summarizes the audience/depth knobs and source-reference convention, and points to the `workflow({ kind: 'wiki' })` guide for the full generate/refresh procedure. Complements the platform `open-knowledge` skill; does not replace it.
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/codebase-wiki/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/codebase-wiki/SKILL.md"# Codebase Wiki pack — how to work here This project holds an **agent-authored wiki of a codebase** — DeepWiki, but living in the repo. A coding agent reads the source and writes a navigable, diagram-rich, source-grounded wiki as markdown under `wiki/`. It is version-controlled and diffable, private by default, human+agent co-editable, renders in OK's live preview, and doubles as durable grounding context for future agent sessions. There is no separate Q&A surface — Q&A is "the OK-grounded agent + `search`". > This is pack guidance. The platform `open-knowledge` skill still governs every markdown operation (read/write/preview/linking/grounding). This layers the wiki workflow on top. ## Th