以資深團隊行為啟動 Claude Code 專案
何時使用: 你希望從第一天起就有防護欄和模式。
步驟
-
安裝/plugin install ork✓ 已複製→ 外掛啟用
-
設定選擇適合的 agent/hook✓ 已複製→ 調整好的設定
-
交付在防護欄開啟的情況下撰寫程式碼✓ 已複製→ 更高信賴的速度
結果: 專案從資深工程實踐開始。
作者 yonatangross · yonatangross/orchestkit
一次安裝取得 107 個 skills、37 個專家 agent 和 188 個 hook——內建生產模式。
OrchestKit 是統一的外掛套件:RAG 模式、FastAPI、React 19、測試、安全性、資料庫設計,加上 agent(後端架構師、前端開發者、安全稽核員)和 hook(pre-commit、git 保護、品質)。讓你不用一再解釋你的技術堆疊。
%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。儲存後重啟應用。
{
"mcpServers": {
"orchestkit": {
"command": "git",
"args": [
"clone",
"https://github.com/yonatangross/orchestkit"
],
"_inferred": true
}
}
}
Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。
{
"mcpServers": {
"orchestkit": {
"command": "git",
"args": [
"clone",
"https://github.com/yonatangross/orchestkit"
],
"_inferred": true
}
}
}
點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。
{
"mcpServers": {
"orchestkit": {
"command": "git",
"args": [
"clone",
"https://github.com/yonatangross/orchestkit"
],
"_inferred": true
}
}
}
格式與 Claude Desktop 相同。重啟 Windsurf 生效。
{
"mcpServers": [
{
"name": "orchestkit",
"command": "git",
"args": [
"clone",
"https://github.com/yonatangross/orchestkit"
]
}
]
}
Continue 使用伺服器物件陣列,而非映射。
{
"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 移除。
何時使用: 你希望從第一天起就有防護欄和模式。
結果: 專案從資深工程實踐開始。
在頂層加入額外的 git 安全防護
| 工具 | 輸入參數 | 何時呼叫 | 成本 |
|---|---|---|---|
| multi-skill + agents + hooks | (詳見文件) | 三個介面 | 1 次呼叫 |
Hook 過於積極在設定中停用個別 hook
| 替代方案 | 何時用它替代 | 權衡 |
|---|---|---|
| antigravity-skills | 你需要較少的功能 | 介面較小 |