organization-knowhow-knowledge-builder
将团队 SOP、交付流程、角色职责、项目复盘、FAQ、决策边界和升级机制,整理成符合 Agent Knowledge v0.6 document-first 标准、可被 AI 安全调用的组织经验知识库。适用于用户要求“整理组织知识库”“沉淀团队 SOP”“把交付经验变成项目资料”“维护组织 know-how”的场景。
npx skills add limecloud/lime --skill organization-knowhow-knowledge-builder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 组织经验知识库生成器 ## 核心目标 把零散组织资料编译成一份结构化 Markdown 知识库,让后续 AI 能稳定调用已确认的 SOP、角色职责、决策边界、交付标准、升级机制和复盘经验,而不是每次临时总结。 默认输出中文;除非用户明确要求其他语言。 ## 与 Agent Knowledge 的分工 本 Skill 只负责“怎么生产和维护知识”: - 读取来源资料、模板和质量检查表。 - 生成或更新 `organization-knowhow` 主文档。 - 标记缺失事实、冲突事实、责任不清和待用户确认的信息。 - 返回整理记录、质量诊断和 provenance 建议。 Agent Knowledge 负责“知识产物长什么样、如何安全进入上下文”: - `KNOWLEDGE.md` 保存 pack metadata、`profile: document-first`、`runtime.mode: data`。 - `documents/<pack-name>.md` 保存本 Skill 生成的主文档。 - `compiled/splits/` 保存运行时派生切片。 - 运行时 Resolver 只消费 KnowledgePack,不在回答用户问题时执行本 Skill。 ## 工作流 1. 先盘点输入资料:SOP、项目手册、交付模板、会议纪要、复盘、FAQ、组织架构、权限边界和风险说明。 2. 读取 `references/organization-knowhow-template.md`,按固定章节生成知识库。 3. 缺少责任人、决策规则、升级路径、质量标准或验收口径时,先问用户补齐;如果用户要求先生成,则用 `待补充` 标注,不要编造。 4. 提炼适用场景、角色职责、标准流程、检查点、风险预案、FAQ 和持续改进口径。 5. 用 `references/organization-knowhow-quality-checklist.md` 自检,必要时补一节“待补充信息清单”。 6. 返回符合 Lime Runtime Binding 契约的 JSON,供 App Server `knowledgePack/compile` runtime binding 写回 KnowledgePack。 ## Lime Runtime Binding 契约 ### 输入 ```text packName: <当前知识包名> packType: organization-knowhow profile: document-first runtime.mode: data sources[]: sources/ 下的来源文件摘要和相对路径 metadata.primaryDocument: documents/<packName>.md ``` ### 输出 ```te
- 核心目标
- 与 Agent Knowledge 的分工
- 工作流
- Lime Runtime Binding 契约
- 输入
- 输出
- 适用场景
- 输出规则
- 何时读取资源
What does the organization-knowhow-knowledge-builder skill do?
将团队 SOP、交付流程、角色职责、项目复盘、FAQ、决策边界和升级机制,整理成符合 Agent Knowledge v0.6 document-first 标准、可被 AI 安全调用的组织经验知识库。适用于用户要求“整理组织知识库”“沉淀团队 SOP”“把交付经验变成项目资料”“维护组织 know-how”的场景。
How do I install it?
Run `npx skills add limecloud/lime --skill organization-knowhow-knowledge-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From limecloud/lime, a repository with 1,464 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
