Installation
Install OrchestKit in Claude Code — marketplace, CLI, or manual setup.
From Claude Code Marketplace (Recommended)
# Universal toolkit (46 skills)
claude install orchestkit/orkl
# Full toolkit (67 skills — includes Python, React, LLM/RAG)
claude install orchestkit/orkNot sure which? See Choosing a Plugin.
Interactive Setup
Quick presets
What is your primary stack?
Recommendation
Why?
The universal toolkit covers your needs with 45 language-agnostic skills. Lighter weight, works for any stack.
45
Skills
38
Agents
77
Hooks
Install
$ claude install orchestkit/orklVerify Installation
Run the health check after installing:
/ork:doctorExpected output:
OrchestKit Health Check
=======================
Plugin: ork v6.0.8
Skills: 62 loaded (24 commands, 38 reference)
Agents: 36 registered
Hooks: 89 active (66 global, 22 agent, 1 skill-scoped)
Memory: Graph ✓ Local ✓ CC Native ✓
MCP: context7 ✓ memory ✓ tavily ○ agentation ○
Status: Healthy○ means optional and not configured. ✓ means active. ✗ means enabled but misconfigured.
Optional: Web Research (Tavily)
OrchestKit works out of the box with all 3 memory tiers (Graph, Local, CC Native). For enhanced web research, enable the Tavily MCP:
1. Get a free API key at app.tavily.com (1,000 credits/month free)
2. Set the key in your shell profile (~/.zshrc or ~/.bashrc):
export TAVILY_API_KEY="tvly-your-key-here"3. Enable the MCP in .mcp.json:
"tavily": {
"command": "sh",
"args": ["-c", "TAVILY_API_KEY=${TAVILY_API_KEY} exec npx -y tavily-mcp@latest"],
"disabled": false
}Without Tavily, web research falls back to WebFetch → agent-browser automatically.
Requirements
- Claude Code >= 2.1.33
- Node.js >= 18 (for hooks)
- Git (for commit/PR workflows)
Next Steps
Choosing a Plugin
orkl vs ork — start universal, upgrade when you need specialized skills.
Your First 10 Minutes
From install to your first AI-assisted commit — a guided walkthrough.
Last updated on