skillforge-claude-plugin
💡 摘要
OrchestKit通过提供持久知识和自动化工作流程来增强Claude Code的开发。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
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
优点
- 自动化重复任务
- 增强团队协作
- 提供丰富的插件集
- 通过钩子提高代码质量
缺点
- 需要熟悉Claude Code
- 新用户可能有学习曲线
- 依赖外部插件
- 配置对初学者可能复杂
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 yonatangross.
