knowledge_builder
兼容旧版 Agent Knowledge 编译流程的 deprecated 兜底 Builder。仅用于未知或历史 pack 类型;标准 persona / data pack 必须优先委托内置专用 Builder Skill。
Profile →npx skills add limecloud/lime --skill 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.
# Deprecated 兼容兜底 本 Skill 只保留给未知或历史 pack 类型。Knowledge v2 的 current 路径已经收敛为: ```text Builder Skill -> KnowledgeBuilderSkillOutput -> documents/<doc>.md -> compiled/splits/* + compiled/index.json -> Resolver ``` 固定边界: 1. **不要生成 `compiled/brief.md`**;运行时视图由 Lime 从 `documents/` 派生 `compiled/splits/*`。 2. **不要生成 `wiki/` 作为 current 产物**;完整知识正文只进入 `documents/<doc>.md`。 3. **不要把知识写入 Skill 或 memory**;Skill 只描述生产方法,KnowledgePack 才是事实资产。 4. **不要为标准 pack 类型继续扩展模板**;标准类型必须委托专用 Builder Skill。 ## 委托表 | pack type / lime template | current Builder Skill | family | | --- | --- | --- | | `personal-profile` / `personal-ip` | `personal-ip-knowledge-builder` | persona | | `brand-persona` | `brand-persona-knowledge-builder` | persona | | `brand-product` | `brand-product-knowledge-builder` | data | | `organization-knowhow` | `organization-knowhow-knowledge-builder` | data | | `growth-strategy` | `growth-strategy-knowledge-builder` | data | | `content-operations` | `content-operations-knowledge-builder` | data | | `private-domain-operations` | `private-domain-operations-knowledge-builder` | data | | `live-commerce-operations` | `live-commerce-operations-knowledge-builder` | data | | `campaign-operations` |
- 委托表
- 未知 / 历史 pack 兜底输出
- 退出条件
What does the knowledge_builder skill do?
兼容旧版 Agent Knowledge 编译流程的 deprecated 兜底 Builder。仅用于未知或历史 pack 类型;标准 persona / data pack 必须优先委托内置专用 Builder Skill。
How do I install it?
Run `npx skills add limecloud/lime --skill 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.