The Complete AI Development Toolkit for Claude Code — 103 skills, 36 agents, 172 hooks. Production-ready patterns for full-stack development.
npx skills add https://github.com/yonatangross/orchestkit --skill devops-deploymentInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Explore the Docs → ·
OrchestKit Users Group →
Skill browser, demo gallery, setup wizard
/plugin marketplace add yonatangross/orchestkit
/plugin install ork
Then start your personalized onboarding:
/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.
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 |
One unified plugin, everything included.
| Component | Details |
|---|---|
| 105 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 |
| 180 Hooks | Pre-commit checks, git protection, quality gates, browser safety — ship with confidence |
All available in a single /plugin install ork. Skills load on-demand. Hooks work automatically.
Browse everything in the Docs →
/ork:setup # Personalized onboarding wizard
/ork:implement # Full-stack implementation with parallel agents
/ork:expect # Diff-aware AI browser testing
/ork:review-pr # PR review with parallel agents
/ork:verify # Multi-agent validation
/ork:commit # Conventional commit with pre-checks
/ork:explore # Analyze unfamiliar codebase
/ork:remember # Save to persistent memory
/ork:doctor # Health check
/ork:configure
| Server | Purpose | Required? |
|---|---|---|
| Context7 | Up-to-date library docs | Recommended |
| Memory | Knowledge graph persistence | Recommended |
| Sequential Thinking | Structured reasoning for subagents | Optional |
| Tavily | Web search and extraction | Optional |
The setup wizard (/ork:setup) will recommend MCPs based on your stack.
/plugin install ork
No tiering. No version confusion. Just one powerful plugin.
| Channel | Stability | Install |
|---|---|---|
| Stable | Production-ready | /plugin install ork |
| Beta | May have rough edges | See below |
| Alpha | Experimental, may break | See below |
To install beta or alpha:
# Beta channel
/plugin marketplace add yonatangross/orchestkit --ref beta --name orchestkit-beta
/plugin install ork@orchestkit-beta
# Alpha channel
/plugin marketplace add yonatangross/orchestkit --ref alpha --name orchestkit-alpha
/plugin install ork@orchestkit-alpha
Run /ork:doctor to check which channel you're on. Full docs.
/plugin list
/plugin uninstall ork && /plugin install ork
Run /ork:doctor to diagnose.
Requires ≥2.1.113 (Opus 4.7, xhigh effort, sandbox.network.deniedDomains, native binary, hardened Bash(rm:*)/Bash(find:*) rules). Check with claude --version.
npm run build # Build plugins from src/
npm test # Run all tests
Edit src/ and manifests/, never plugins/ (generated).
See CONTRIBUTING.md for details.
v7.38.0 — CC 2.1.101 Full Adoption + Frontmatter Audit
context:fork and agent: fields that were previously silently ignored; audited and corrected all 103 skills/team-onboarding)v7.37.0 — CC 2.1.98 Full Adoption
SCRIPT_CAPS=500 enforced, PID namespace sandbox, ENV_SCRUB activev7.36.0 — CORS Hardening + Release-Please Fix
Access-Control-Allow-Origin from * to same-origin on docs sitex-release-please-version marker eliminates build drift on release PRsv7.33.0 — CC 2.1.97 Full Utilization
v7.30.0 — CC 2.1.94 Integration + Skill Hook Unlock
{branch} · {effort} via hookSpecificOutput.sessionTitlehigh default matches CC 2.1.94+ for API-key/Bedrock/Vertex/Team/Enterprise usersv7.27.0 — shadcn/ui v4 Style System + CC 2.1.90
/powerup onboardingJoin the Code with Yonatan community for AI dev tips, OrchestKit support, and connecting with other builders:
| Group | Link |
|---|---|
| Community (all channels) | Join on WhatsApp |
| AI Dev (EN) | English Group |
| יש לך AI? | Hebrew Group |
| OrchestKit Users | Support & Showcase |
Docs · Issues · Discussions · Community
MIT License · @yonatangross