/ 目錄 / 演練場 / OrchestKit
● 社群 yonatangross ⚡ 即開即用

OrchestKit

作者 yonatangross · yonatangross/orchestkit

一次安裝取得 107 個 skills、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. 設定
    選擇適合的 agent/hook✓ 已複製
    → 調整好的設定
  3. 交付
    在防護欄開啟的情況下撰寫程式碼✓ 已複製
    → 更高信賴的速度

結果: 專案從資深工程實踐開始。

組合

與其他 MCP 搭配,撬動十倍槓桿

在頂層加入額外的 git 安全防護

結合 orchestkit 與 claude-code-safety-net:在頂層加入額外的 git 安全防護✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
multi-skill + agents + hooks (詳見文件) 三個介面 1 次呼叫

成本與限制

運行它的成本

API 配額
不適用
每次呼叫 Token 數
只載入觸發的 skills
費用
免費
提示
停用不需要的 hook——188 個是很多

安全

權限、密鑰、影響範圍

憑證儲存:
資料出站:

故障排查

常見錯誤與修復

Hook 過於積極

在設定中停用個別 hook

替代方案

OrchestKit 對比其他方案

替代方案何時用它替代權衡
antigravity-skills你需要較少的功能介面較小

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills