by yonatangross
The Complete AI Development Toolkit for Claude Code — 89 skills, 31 agents, 99 hooks. Production-ready patterns for full-stack development.
# Add to your Claude Code skills
git clone https://github.com/yonatangross/orchestkit<!--ork:skills-->89<!--/ork--> skills · <!--ork:agents-->31<!--/ork--> agents · <!--ork:hooks-->99<!--/ork--> hooks
</div>/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..." | runs tests for you |
No comments yet. Be the first to share your thoughts!
/ork:commitOne unified plugin, everything included.
| Component | Details | |-----------|---------| | <!--ork:skills-->89<!--/ork--> Skills | RAG patterns, FastAPI, React 19, testing, security, database design, ML integration — loaded on-demand, zero overhead | | <!--ork:agents-->31<!--/ork--> Agents | Specialized personas (backend-architect, frontend-dev, security-auditor) — route tasks to the right expert | | <!--ork:hooks-->99<!--/ork--> 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.
/ork:setup # Personalized onboarding wizard
/ork:implement # Full-stack implementation 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?...