Skip to main content
OrchestKit v6.7.1 — 67 skills, 38 agents, 77 hooks with Opus 4.6 support
OrchestKit

What is OrchestKit?

The complete AI development toolkit for Claude Code — 67 skills, 37 agents, 87 hooks working together.

OrchestKit is a Claude Code plugin that gives your AI assistant deep expertise in software engineering. Instead of explaining your stack on every prompt, OrchestKit injects the right knowledge at the right time.

Before vs After

Without OrchestKitWith OrchestKit
"Use FastAPI with async, SQLAlchemy 2.0..."Just describe the feature
Manual code review checklists/ork:review-pr runs 3 agents in parallel
Copy-paste commit conventions/ork:commit writes conventional commits
"Remember to check OWASP..."Security hooks fire automatically
Context lost between sessions3-tier memory persists everything

How It Works

When you type a prompt, OrchestKit works in three layers:

Your Prompt


┌──────────────────────────────────────┐
│  HOOKS (89)                          │
│  Fire automatically on every action  │
│  Security gates, auto-lint, memory   │
└──────────────┬───────────────────────┘


┌──────────────────────────────────────┐
│  AGENTS (36)                         │
│  Activate from keywords in prompt    │
│  "review PR" → security-auditor     │
│  "design API" → backend-architect   │
└──────────────┬───────────────────────┘


┌──────────────────────────────────────┐
│  SKILLS (62)                         │
│  Knowledge injected into agents      │
│  FastAPI patterns, React hooks,      │
│  OWASP checklist, RAG strategies     │
└──────────────────────────────────────┘

Hooks are invisible guardians — they fire on every tool call, every prompt, every session start/stop. You never invoke them directly.

Agents are specialists — they activate when your prompt matches their keywords. Say "review this PR" and three agents spawn in parallel.

Skills are knowledge — reusable expertise that gets injected into agents. An agent doesn't need to know everything; it loads the right skills on demand.

Three Plugins

OrchestKit ships as three plugins so you install only what you need:

PluginSkillsBest For
orkl44Any stack — workflows, memory, security, CI/CD
ork-creative1Video production — demo recording
ork62orkl + creative + Python, React, LLM/RAG, LangGraph, MCP

All include 89 hooks. orkl and ork include all 36 agents. The difference is skill coverage.

Next Steps

Edit on GitHub

Last updated on