/ 目录 / 演练场 / OrchestKit
● 社区 yonatangross ⚡ 即开即用

OrchestKit

作者 yonatangross · yonatangross/orchestkit

一次安装获得 107 个 skill、37 个专家 agent 和 188 个 hook——生产级模式内置其中。

OrchestKit 是统一的插件包:RAG 模式、FastAPI、React 19、测试、安全、数据库设计,加上专家 agent(后端架构师、前端开发、安全审计员)和 hook(pre-commit、git 保护、质量检查)。让你不必每次都重新解释自己的技术栈。

为什么要用

核心特性

实时演示

实际使用效果

就绪

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "orchestkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/yonatangross/orchestkit"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "orchestkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/yonatangross/orchestkit"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "orchestkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/yonatangross/orchestkit"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "orchestkit": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/yonatangross/orchestkit"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "orchestkit",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/yonatangross/orchestkit"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "orchestkit": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/yonatangross/orchestkit"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add orchestkit -- git clone https://github.com/yonatangross/orchestkit

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: OrchestKit

为 Claude Code 项目注入高级工程团队行为

👤 Claude Code 用户 ⏱ ~15 min intermediate

何时使用: 你希望从第一天起就有防护栏和最佳实践。

步骤
  1. 安装
    /plugin install ork✓ 已复制
    → 插件激活
  2. 配置
    Pick which agents/hooks fit✓ 已复制
    → 定制化配置完成
  3. 发布
    Code with guardrails on✓ 已复制
    → 更高可信度的开发速度

结果: 项目从一开始就内置高级工程实践。

组合

与其他 MCP 搭配,撬动十倍杠杆

在其上叠加额外的 git 安全防护

Combine orchestkit with claude-code-safety-net: Layer extra git safety on top✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
multi-skill + agents + hooks (见文档) 三种功能面 1 次调用

成本与限制

运行它的成本

API 配额
不适用
每次调用 Token 数
仅加载触发的 skill
费用
免费
提示
禁用不需要的 hook——188 个太多了

安全

权限、密钥、影响范围

凭据存储:
数据出站:

故障排查

常见错误与修复

Hook 过于激进

在配置中禁用单个 hook

替代方案

OrchestKit 对比其他方案

替代方案何时用它替代权衡
antigravity-skills你想要更少的组件覆盖面更小

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills