返回 Skills Library
编程开发 来源:GitHub 协议:MIT 协议已标注

caveman

用多角色协作与明确分工组织复杂编码任务,减少单 Agent 长链路失控。

103.8K GitHub stars 2026-09-05 星标同步 2026-07-16 收录时间
#multi-agent#coding#orchestration

快速判断

01这个 Skill 是干嘛的
用多角色分工和协作流程组织复杂编码任务。
02它能解决什么问题
解决单个 Agent 在长链路任务中上下文过载、职责混杂和质量失控的问题。
03它适合谁来用
适合可以拆成研究、实现、测试和审查等角色的大型开发任务。

预览 · README.md

中文为 README 译文;English 保留 GitHub README 原文。

caveman

用多角色协作与明确分工组织复杂编码任务,减少单 Agent 长链路失控。

主要能力

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result injected back into main context is ~60% smaller — main context lasts longer across long sessions. Trigger: "delegate to subagent", "use cavecrew", "spawn investigator/builder/reviewer", "save context", "compressed agent output".

使用方式

仓库级安装会保留完整目录;本次核验的入口是 plugins/caveman/skills/cavecrew/SKILL.md。使用前先阅读英文 README 与原始 SKILL.md,并按当前 Agent 的目录规范安装。

适用边界

多 Agent 编排会增加成本与协调开销,小修复不值得启用。

许可与来源

来源:GitHub 公开仓库。核验许可:MIT。本页是贴近原仓库结构的中文导读,具体参数、依赖和更新记录以英文 README 为准。