Explore the Docs →
Skill browser, demo gallery, setup wizard
/plugin marketplace add yonatangross/orchestkit
/plugin install ork
/ork:doctorThat's it. Skills auto-activate. Hooks protect automatically.
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 |
| Component | Count | Examples |
|---|---|---|
| Skills | 67 | RAG patterns, FastAPI, React 19, testing, security |
| Agents | 37 | backend-architect, frontend-dev, security-auditor |
| Hooks | 81 | Pre-commit checks, git protection, quality gates |
| Plugins | 3 | orkl (universal), ork-creative (video), ork (full) |
Browse everything in the Docs →
/ork:implement # Full-stack implementation with parallel agents
/ork:verify # 36 agents validate your feature
/ork:commit # Conventional commit with pre-checks
/ork:explore # Analyze unfamiliar codebase
/ork:remember # Save to persistent memory
/ork:doctor # Health check# Universal toolkit (works for any stack)
/plugin install orkl
# Full toolkit (adds Python, React, LLM/RAG specializations)
/plugin install orkorkl (46 skills) — All workflows, agents, hooks. Architecture, security, product, accessibility, memory.
ork-creative (2 skills) — Video production add-on. Demo recording, Remotion, storyboarding, content creation.
ork (67 skills) — Everything in lite + creative + Python (FastAPI, SQLAlchemy), React (RSC, TanStack), LLM/RAG, LangGraph, MCP.
/ork:configure| Server | Purpose |
|---|---|
| Context7 | Up-to-date library docs |
| Memory | Knowledge graph |
CLAUDE_PROJECT_DIR # Your projectPlugin not found?
/plugin list
/plugin uninstall ork && /plugin install orkHooks not firing?
Run /ork:doctor to diagnose.
Claude Code version?
Requires ≥2.1.49. Check with claude --version.
npm run build # Build plugins from src/
npm test # Run all testsEdit src/ and manifests/, never plugins/ (generated).
See CONTRIBUTING.md for details.
v6.0.0 — Three-tier plugin architecture
- Breaking: Simplified from 26 plugins to 3 (
orkl,ork-creative, andork) orkl(46 skills) — Universal toolkit, all workflows work out of the boxork-creative(2 skills) — Video production add-on for demo recording and content creationork(67 skills) — Full specialized with Python, React, LLM/RAG patterns- All 37 agents and 81 hooks included in orkl and ork
Docs · Issues · Discussions
MIT License · @yonatangross