# OrchestKit — Claude Code Skills, Agents & Hooks > Claude Code plugin bundle with 100+ skills, agents, and hooks. Run `/ork:setup` to detect your stack, recommend MCPs, and onboard faster. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash /plugin marketplace add yonatangross/orchestkit /plugin install ork # One-command onboarding /ork:setup ``` ## Intro OrchestKit is a Claude Code plugin that turns repeatable engineering habits into reusable skills, agents, and hooks so you stop re-explaining your stack every session. **Best for:** Claude Code users who want a ready-made skill library, multi-agent workflows, and pre-commit quality gates **Works with:** Claude Code (README mentions a minimum version); works best with optional MCP servers like docs/memory/search **Setup time:** 5–15 minutes ### Key facts (verified) - README shows counts like 100+ skills, 30+ agents, and 190+ hooks embedded in the plugin. - Includes commands such as `/ork:implement`, `/ork:review-pr`, and `/ork:doctor` for lifecycle workflows (README). - GitHub: 171 stars · 15 forks; pushed 2026-05-12 (GitHub API verified). ## Main Treat OrchestKit as an “ops layer” for your coding agent: - Start with `/ork:setup` so the plugin can recommend MCP servers and align on project conventions. - Use `/ork:expect` or `/ork:verify` after changes to force evidence-driven validation (diff-aware checks). - Enable hooks to block common footguns: skipping tests, unsafe branches, or missing conventions. ### README excerpt (verbatim)
# OrchestKit ### Stop explaining your stack. Start shipping. **109 skills · 37 agents · 195 hooks** [![Claude Code](https://img.shields.io/badge/Claude_Code-≥2.1.113-7C3AED?style=for-the-badge&logo=anthropic)](https://claude.ai/claude-code) [![License](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](./LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/yonatangross/orchestkit?style=for-the-badge&logo=github)](https://github.com/yonatangross/orchestkit) [![Community](https://img.shields.io/badge/Community-WhatsApp-25D366?style=for-the-badge&logo=whatsapp)](https://chat.whatsapp.com/IKgu1xuvKNXHikJ4Qeotpk)
---

Explore the Docs → · OrchestKit Users Group →
Skill browser, demo gallery, setup wizard

--- ## Quick Start ```bash /plugin marketplace add yonatangross/orchestkit /plugin install ork ``` Then start your personalized onboarding: ```bash /ork:setup ``` The setup wizard scans your codebase, detects your tech stack, recommends skills for your needs, configures MCP servers, and creates a readiness score — all in one command. --- ## 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 **Q: Do I need to install everything?** A: README presents a single `/plugin install ork` flow; skills load on-demand and hooks can be enabled as needed. **Q: Does it configure MCP servers?** A: README says the setup wizard recommends MCP servers based on your stack. **Q: How do I troubleshoot?** A: Use `/ork:doctor` (README) to run a health check and diagnose common issues. ## Source & Thanks > Source: https://github.com/yonatangross/orchestkit > License: MIT > GitHub stars: 171 · forks: 15 --- ## 快速使用 ```bash /plugin marketplace add yonatangross/orchestkit /plugin install ork # 一键入门向导 /ork:setup ``` ## 简介 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)
# OrchestKit ### Stop explaining your stack. Start shipping. **109 skills · 37 agents · 195 hooks** [![Claude Code](https://img.shields.io/badge/Claude_Code-≥2.1.113-7C3AED?style=for-the-badge&logo=anthropic)](https://claude.ai/claude-code) [![License](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](./LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/yonatangross/orchestkit?style=for-the-badge&logo=github)](https://github.com/yonatangross/orchestkit) [![Community](https://img.shields.io/badge/Community-WhatsApp-25D366?style=for-the-badge&logo=whatsapp)](https://chat.whatsapp.com/IKgu1xuvKNXHikJ4Qeotpk)
---

Explore the Docs → · OrchestKit Users Group →
Skill browser, demo gallery, setup wizard

--- ## Quick Start ```bash /plugin marketplace add yonatangross/orchestkit /plugin install ork ``` Then start your personalized onboarding: ```bash /ork:setup ``` The setup wizard scans your codebase, detects your tech stack, recommends skills for your needs, configures MCP servers, and creates a readiness score — all in one command. --- ## 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)进行健康检查与常见问题诊断。 ## 来源与感谢 > Source: https://github.com/yonatangross/orchestkit > License: MIT > GitHub stars: 171 · forks: 15 --- Source: https://tokrepo.com/en/workflows/orchestkit-claude-code-skills-agents-hooks Author: Skill Factory