# Send Three Minds to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "three-minds",
    "name": "Three Minds",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Enderfga/three-minds",
    "canonicalUrl": "https://clawhub.ai/Enderfga/three-minds",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/three-minds",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=three-minds",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "configs/code-review.json",
      "configs/default.json",
      "configs/idea-brainstorm.json",
      "configs/paper-writing.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "three-minds",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T04:04:05.419Z",
      "expiresAt": "2026-05-11T04:04:05.419Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=three-minds",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=three-minds",
        "contentDisposition": "attachment; filename=\"three-minds-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "three-minds"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/three-minds"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/three-minds",
    "downloadUrl": "https://openagent3.xyz/downloads/three-minds",
    "agentUrl": "https://openagent3.xyz/skills/three-minds/agent",
    "manifestUrl": "https://openagent3.xyz/skills/three-minds/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/three-minds/agent.md"
  }
}
```
## Documentation

### Three Minds - 三个臭皮匠顶个诸葛亮

真正能干活的多 Agent 协作系统。不是纸上谈兵，而是真的能读文件、改代码、跑测试。

### 核心特性

🔧 真正执行 - 每个 agent 都能读取文件、编写代码、运行测试
👥 多视角协作 - 三个不同人设的 agent 互相审核
✅ 共识机制 - 全员 YES 才结束，确保质量
📁 共享目录 - 在同一个项目上协作
📝 完整记录 - 自动保存讨论和改动历史

### 使用方法

# 基础用法
three-minds "审查并改进这个项目的代码质量" --dir ./my-project

# 使用代码审查配置（安全+性能+质量三人组）
three-minds "审查 src/ 目录的所有代码" --config code-review --dir ./project

# 指定最大轮数
three-minds "重构这个模块" --dir ./module --max-rounds 5

# 保存结果到 JSON
three-minds "任务描述" --dir ./project --output result.json

### 触发词

"三个臭皮匠"
"three minds"
"多 agent 协作"
"让三个 agent 一起审查"
"协作完成这个任务"

### 默认配置 - 代码协作三人组

🏗️ 架构师 - 关注代码结构、设计模式、可扩展性
⚙️ 工程师 - 关注代码质量、错误处理、性能优化
🔍 审核员 - 关注代码规范、潜在 bug、文档完整性

### code-review - 代码审查三人组

🛡️ 安全专家 - 关注安全漏洞、注入风险、权限问题
⚡ 性能工程师 - 关注算法复杂度、内存使用、查询优化
✅ 质量审查员 - 关注可读性、命名规范、测试覆盖

### 自定义配置

创建 JSON 配置文件：

{
  "name": "我的三人组",
  "agents": [
    {
      "name": "专家A",
      "emoji": "🎯",
      "persona": "你是一位...关注..."
    },
    {
      "name": "专家B",
      "emoji": "🔬",
      "persona": "你是一位...擅长..."
    },
    {
      "name": "专家C",
      "emoji": "📊",
      "persona": "你是一位...负责..."
    }
  ],
  "maxRounds": 10,
  "projectDir": "."
}

然后：three-minds "任务" --config ./my-config.json

### 工作流程

┌──────────────────────────────────────────┐
│              第 N 轮                      │
├──────────────────────────────────────────┤
│  🏗️ 架构师                               │
│  → 读取文件，审查结构                     │
│  → 执行必要的重构                         │
│  → 投票 [CONSENSUS: YES/NO]              │
├──────────────────────────────────────────┤
│  ⚙️ 工程师                               │
│  → 审查架构师的改动                       │
│  → 补充实现细节，修复问题                 │
│  → 投票 [CONSENSUS: YES/NO]              │
├──────────────────────────────────────────┤
│  🔍 审核员                               │
│  → 审查所有改动                          │
│  → 检查规范、bug、文档                    │
│  → 投票 [CONSENSUS: YES/NO]              │
└──────────────────────────────────────────┘
          ↓
    全员 YES？→ 结束
          ↓ NO
    继续下一轮...

### 输出

终端实时输出 - 每个 agent 的工作进展和投票
Markdown 记录 - 自动保存在工作目录 three-minds-{timestamp}.md
JSON 结果 - 使用 --output 保存完整 session 数据

### 使用场景

代码审查 - 多角度审查 PR 或代码变更
重构任务 - 协作完成复杂的代码重构
新功能开发 - 从设计到实现的完整协作
Bug 修复 - 定位问题并验证修复
文档完善 - 补充和改进项目文档

### 注意事项

需要安装 Claude Code CLI (claude 命令)
每个 agent 会真的修改文件，建议在 git 分支上使用
默认最大 15 轮，可通过 --max-rounds 调整
如果长时间无法达成共识，检查任务描述是否清晰

### 依赖

Node.js 18+
Claude Code CLI（claude 命令可用）
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Enderfga
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T04:04:05.419Z
- Expires at: 2026-05-11T04:04:05.419Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/three-minds)
- [Send to Agent page](https://openagent3.xyz/skills/three-minds/agent)
- [JSON manifest](https://openagent3.xyz/skills/three-minds/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/three-minds/agent.md)
- [Download page](https://openagent3.xyz/downloads/three-minds)