Organization Knowhow Knowledge Builder logo

Organization Knowhow Knowledge Builder

OrganizationPopular
limecloud
organization-knowhow-knowledge-builder

将团队 SOP、交付流程、角色职责、项目复盘、FAQ、决策边界和升级机制,整理成符合 Agent Knowledge v0.6 document-first 标准、可被 AI 安全调用的组织经验知识库。适用于用户要求“整理组织知识库”“沉淀团队 SOP”“把交付经验变成项目资料”“维护组织 know-how”的场景。

Overview

Publisherlimecloud
Repositorylime
Skill nameorganization-knowhow-knowledge-builder
Stars
1.5K
Forks
207
Bundled files
3
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by limecloud on GitHub. Read the source before you install it.

Installation

Install the Organization Knowhow Knowledge Builder AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/limecloud/lime.git /tmp/lime
mkdir -p .claude/skills
cp -r /tmp/lime/lime-rs/resources/default-skills/organization-knowhow-knowledge-builder .claude/skills/organization-knowhow-knowledge-builder
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Organization Knowhow Knowledge Builder in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Organization Knowhow Knowledge Builder on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Organization Knowhow Knowledge Builder is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

组织经验知识库生成器

核心目标

把零散组织资料编译成一份结构化 Markdown 知识库,让后续 AI 能稳定调用已确认的 SOP、角色职责、决策边界、交付标准、升级机制和复盘经验,而不是每次临时总结。

默认输出中文;除非用户明确要求其他语言。

与 Agent Knowledge 的分工

本 Skill 只负责“怎么生产和维护知识”:

  • 读取来源资料、模板和质量检查表。
  • 生成或更新 organization-knowhow 主文档。
  • 标记缺失事实、冲突事实、责任不清和待用户确认的信息。
  • 返回整理记录、质量诊断和 provenance 建议。

Agent Knowledge 负责“知识产物长什么样、如何安全进入上下文”:

  • KNOWLEDGE.md 保存 pack metadata、profile: document-firstruntime.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

输出

text
primaryDocument:
  path: documents/<packName>.md
  content: <按 references/organization-knowhow-template.md 生成的完整 Markdown>
status: draft | needs-review | ready | disputed
missingFacts[]: <待补充信息>
warnings[]: <质量、责任或冲突提醒>
provenance:
  kind: agent-skill
  name: organization-knowhow-knowledge-builder
  version: 1.0.0

固定规则:

  1. 不输出独立于 KnowledgePack 的新目录结构;documents/<packName>.md 是主文档唯一写回目标。
  2. 不直接改写 KNOWLEDGE.md;由 Lime 写入 metadata.producedByruntime.mode 和状态。
  3. 不把模板复制进 Lime 代码;模板和质量检查表继续留在本 Skill 的 references/
  4. 不在运行时回答阶段执行;仅在用户导入、重新整理或维护 pack 时调用。

适用场景

  • 团队 SOP、交付流程、项目复盘和 FAQ 整理
  • 让 Agent 写执行清单、交付 brief、项目提醒、复盘报告时提供组织约束
  • 新成员 onboarding、跨团队协作和异常升级场景

输出规则

  • 区分事实、SOP、建议、推断和待补充信息。
  • 所有职责、流程、权限、验收标准和风险处置都必须来自来源资料;不确定就标注 待补充
  • 不替代管理层、法务、财务或安全负责人做最终判断。
  • 结尾必须包含:运行时使用说明、可引用 SOP、禁止越权事项、人工升级条件和待补充信息清单。

何时读取资源

  • 需要章节骨架时,读取 references/organization-knowhow-template.md
  • 输出前做质量检查时,读取 references/organization-knowhow-quality-checklist.md

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Organization Knowhow Knowledge Builder AI skill do?

将团队 SOP、交付流程、角色职责、项目复盘、FAQ、决策边界和升级机制,整理成符合 Agent Knowledge v0.6 document-first 标准、可被 AI 安全调用的组织经验知识库。适用于用户要求“整理组织知识库”“沉淀团队 SOP”“把交付经验变成项目资料”“维护组织 know-how”的场景。

Why use Organization Knowhow Knowledge Builder on TypingMind?

Because you install it once and use it with any model. Organization Knowhow Knowledge Builder is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Organization Knowhow Knowledge Builder in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/limecloud/lime/tree/main/lime-rs/resources/default-skills/organization-knowhow-knowledge-builder. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Organization Knowhow Knowledge Builder?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Organization Knowhow Knowledge Builder?

As many as you like. As long as a model supports skills, you can use Organization Knowhow Knowledge Builder with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Organization Knowhow Knowledge Builder AI skill free?

Yes. It is published on GitHub by limecloud under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇