open-knowledge-pack-codebase-wiki

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

把源码转成结构化文档,方便维护大型项目知识。

这个 Skill 做什么

让代理基于源码在仓库中生成并维护可导航的代码库 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.

开发编程代码文档仓库百科自动编写通用
3.2k
Stars
199
Forks
12
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/codebase-wiki/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/codebase-wiki/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有