orchestr8 — Summary
Slug: orchestr8
GitHub: https://github.com/seth-schultz/orchestr8
Stars: 65
License: MIT
Language: TypeScript (Node.js 18+)
Version: 8.0.6 (README: v8.0.0-rc3)
Status: Active (last commit 2026-05-02)
What It Is
orchestr8 is a Claude Code plugin that provides Just-In-Time (JIT) knowledge loading via MCP. It is NOT an execution orchestrator — it is a resource discovery and context management system.
The core insight: "Stop loading everything. Start loading exactly what you need, when you need it."
Instead of loading 200KB of knowledge upfront, orchestr8 loads a 2KB catalog, then dynamically fetches exactly the resources needed for the current task.
Key claim: 95-98% token reduction vs. loading all resources upfront.
Resource Library (v8.0)
- 383 total resources indexed
- 154 agent resources (domain experts: TypeScript, Python, Go, Rust, React, FastAPI, etc.)
- 103 skill resources (techniques: testing, security, error handling, etc.)
- 36 workflow templates (adaptive, parallel, phased, etc.)
- 32 pattern resources (architectural patterns, organized into families)
- 31+ example files (extracted code examples)
- 77 additional example fragments (code example library)
- 1,675 useWhen scenarios (automatic matching)
- 4,036 indexed keywords (search terms)
- 207+ cross-references between resources
What It Is NOT
orchestr8 is NOT:
- An agent runner or execution orchestrator
- A task management system
- A multi-agent coordinator
- A workflow engine
Resources (agents, skills, patterns) are knowledge fragments loaded into Claude's context, not active processes.
Primary Entry Point
/now command — the only slash command. Loads the resource catalog, semantically matches relevant expertise, then dynamically fetches what's needed.
Three Resource Providers
- Local — custom private resources (offline-capable)
- AITMPL — 400+ community components (api.aitmpl.com)
- GitHub — team/company repositories (version-controlled)