https://github.com/yonatangross/orchestkit
The Complete AI Development Toolkit for Claude Code — 61 skills, 36 agents, 86 hooks, 3 plugins. Production-ready patterns for FastAPI, React 19, LangGraph, security, and testing.
https://github.com/yonatangross/orchestkit
agents ai-development claude-code claude-plugin fastapi langgraph llm mcp rag react security testing typescript
Last synced: about 19 hours ago
JSON representation
The Complete AI Development Toolkit for Claude Code — 61 skills, 36 agents, 86 hooks, 3 plugins. Production-ready patterns for FastAPI, React 19, LangGraph, security, and testing.
- Host: GitHub
- URL: https://github.com/yonatangross/orchestkit
- Owner: yonatangross
- License: mit
- Created: 2025-12-31T05:58:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-14T21:50:00.000Z (6 days ago)
- Last Synced: 2026-02-15T02:44:36.216Z (6 days ago)
- Topics: agents, ai-development, claude-code, claude-plugin, fastapi, langgraph, llm, mcp, rag, react, security, testing, typescript
- Language: TypeScript
- Homepage: https://orchestkit.vercel.app/
- Size: 35.8 MB
- Stars: 74
- Watchers: 0
- Forks: 5
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OrchestKit
### Stop explaining your stack. Start shipping.
**67 skills · 37 agents · 87 hooks · 3 plugins**
[](https://claude.ai/claude-code)
[](./LICENSE)
[](https://github.com/yonatangross/orchestkit)
---
Explore the Docs →
Skill browser, demo gallery, setup wizard
---
## Quick Start
```bash
/plugin marketplace add yonatangross/orchestkit
/plugin install ork
/ork:doctor
```
**That's it.** Skills auto-activate. Hooks protect automatically.
---
## 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
| Component | Count | Examples |
|-----------|-------|----------|
| **Skills** | 67 | RAG patterns, FastAPI, React 19, testing, security |
| **Agents** | 37 | backend-architect, frontend-dev, security-auditor |
| **Hooks** | 87 | Pre-commit checks, git protection, quality gates |
| **Plugins** | 3 | `orkl` (universal), `ork-creative` (video), `ork` (full) |
**[Browse everything in the Docs →](https://orchestkit.vercel.app/docs/skills/overview)**
---
## Key Commands
```bash
/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
```
---
## Install Options
```bash
# Universal toolkit (works for any stack)
/plugin install orkl
# Full toolkit (adds Python, React, LLM/RAG specializations)
/plugin install ork
```
**orkl** (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.
---
## Configuration
### Optional MCP Servers
```bash
/ork:configure
```
| Server | Purpose |
|--------|---------|
| Context7 | Up-to-date library docs |
| Memory | Knowledge graph |
### Environment
```bash
CLAUDE_PROJECT_DIR # Your project
```
---
## FAQ
Plugin not found?
```bash
/plugin list
/plugin uninstall ork && /plugin install ork
```
Hooks not firing?
Run `/ork:doctor` to diagnose.
Claude Code version?
Requires **≥2.1.34**. Check with `claude --version`.
---
## Development
```bash
npm run build # Build plugins from src/
npm test # Run all tests
```
Edit `src/` and `manifests/`, never `plugins/` (generated).
See [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
---
## What's New
**v6.0.0** — Three-tier plugin architecture
- **Breaking**: Simplified from 26 plugins to 3 (`orkl`, `ork-creative`, and `ork`)
- `orkl` (46 skills) — Universal toolkit, all workflows work out of the box
- `ork-creative` (2 skills) — Video production add-on for demo recording and content creation
- `ork` (67 skills) — Full specialized with Python, React, LLM/RAG patterns
- All 37 agents and 87 hooks included in orkl and ork
[Full Changelog →](./CHANGELOG.md)
---
**[Docs](https://orchestkit.vercel.app/)** · **[Issues](https://github.com/yonatangross/orchestkit/issues)** · **[Discussions](https://github.com/yonatangross/orchestkit/discussions)**
MIT License · [@yonatangross](https://github.com/yonatangross)