简介
OrchestKit 是一个 Claude Code 插件:把可复用的工程实践固化为 skills/agents/hooks,让你不必每次对话都从“解释技术栈”开始。
最适合: 想要现成技能库、多 Agent 工作流、以及提交前质量门禁的 Claude Code 用户
适配: Claude Code(README 提到最低版本要求);可搭配文档/记忆/搜索类 MCP server 使用效果更好
配置时间: 5–15 分钟
关键事实(已验证)
- README 显示插件内包含 100+ skills、30+ agents、190+ hooks 等规模信息。
- README 列出
/ork:implement、/ork:review-pr、/ork:doctor等生命周期命令。 - GitHub:171 stars · 15 forks;最近更新 2026-05-12(GitHub API 验证)。
正文
把 OrchestKit 当成编码 Agent 的“运维层”:
- 先跑
/ork:setup,让它基于你的项目推荐 MCP servers 并对齐约定。 - 变更后用
/ork:expect或/ork:verify强制证据驱动的验证(diff-aware 检查)。 - 打开 hooks 来拦截常见踩坑:跳过测试、危险分支操作、或不符合约定的提交。
README 原文节选(verbatim)
Explore the Docs → ·
OrchestKit Users Group →
Skill browser, demo gallery, setup wizard
Why OrchestKit?
Every Claude Code session starts from zero. You explain your stack, patterns, preferences—again and again.
OrchestKit gives Claude persistent knowledge of production patterns that work automatically:
| Without | With OrchestKit |
|---|---|
| "Use FastAPI with async SQLAlchemy 2.0..." | "Create an API endpoint" → Done right |
| "Remember cursor pagination, not offset..." | Agents know your patterns |
| "Don't commit to main branch..." | Hooks block bad commits |
| "Run tests before committing..." | /ork:commit runs tests for you |
What You Get
One unified plugin, everything included.
| Component | Details |
|---|---|
| 109 Skills | RAG patterns, FastAPI, React 19, testing, security, database design, ML integration — loaded on-demand, zero overhead |
| 37 Agents | Specialized personas (backend-architect, frontend-dev, security-auditor) — route tasks to the right expert |
| 195 Hooks | Pre-commit checks, git protection, quality gates, browser safety — ship with confidence |
FAQ
需要把所有内容都启用吗?
答:README 以单一 /plugin install ork 流程为主;skills 可按需加载,hooks 也可按需要开启。
会自动配置 MCP server 吗? 答:README 表示 setup wizard 会根据技术栈推荐 MCP servers。
怎么排查问题?
答:使用 /ork:doctor(README)进行健康检查与常见问题诊断。