skillforge-claude-plugin
💡 Summary
OrchestKit enhances Claude Code by providing persistent knowledge and automated workflows for development.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); API keys/tokens handling and storage. Run with least privilege and audit before enabling in production.
OrchestKit
Stop explaining your stack. Start shipping.
196 skills · 35 agents · 120 hooks · 33 plugins
Quick Start
/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 | 196 | RAG patterns, FastAPI, React 19, testing, security |
| Agents | 35 | backend-architect, frontend-dev, security-auditor |
| Hooks | 120 | Pre-commit checks, git protection, quality gates |
| Plugins | 33 | Mix and match: ork-rag, ork-fastapi, ork-react |
Browse everything in the Playgrounds →
Key Commands
/ork:implement # Full-stack implementation with parallel agents /ork:verify # 6 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
# Full toolkit (recommended) /plugin install ork # Or pick domains /plugin install ork-rag # RAG & retrieval /plugin install ork-fastapi # FastAPI backend /plugin install ork-react # React frontend /plugin install ork-testing # Testing patterns
Setup Wizard → helps you pick the right plugins.
Configuration
Optional MCP Servers
/ork:configure
| Server | Purpose | |--------|---------| | Context7 | Up-to-date library docs | | Memory | Knowledge graph | | Mem0 | Semantic search (needs API key) |
Environment
CLAUDE_PROJECT_DIR # Your project MEM0_API_KEY # Optional: Mem0 cloud
FAQ
/plugin list /plugin uninstall ork && /plugin install ork
Run /ork:doctor to diagnose.
Requires ≥2.1.27. Check with claude --version.
Development
npm run build # Build plugins from src/ npm test # Run all tests
Edit src/ and manifests/, never plugins/ (generated).
See CONTRIBUTING.md for details.
What's New
v5.6.0 — Memory system improvements, graph visualization, queue recovery
- 120 TypeScript hooks (92 global + 28 agent-scoped)
- Interactive Playgrounds
- Fire-and-forget hook dispatchers
Playgrounds · Issues · Discussions
MIT License · @yonatangross
Pros
- Automates repetitive tasks
- Enhances team collaboration
- Provides a rich set of plugins
- Improves code quality with hooks
Cons
- Requires familiarity with Claude Code
- Potential learning curve for new users
- Dependency on external plugins
- Configuration may be complex for beginners
Related Skills
claude-mods
A“Powerful, but the setup might scare off the impatient.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author yonatangross.
