·langgraph-supervisor
</>

langgraph-supervisor

yonatangross/orchestkit

LangGraph supervisor-worker pattern. Use when building central coordinator agents that route to specialized workers, implementing round-robin or priority-based agent dispatch.

21Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-supervisor

SKILL.md

| Routing strategy | Round-robin for uniform, priority for critical-first | | Max agents | 3-8 specialists (avoid overhead) | | Failure handling | Skip failed agent, continue with others | | Coordination | Centralized supervisor (simpler debugging) |

supervisor-design Keywords: supervisor, orchestration, routing, delegation Solves:

worker-delegation Keywords: worker, delegation, specialized, agent Solves:

LangGraph supervisor-worker pattern. Use when building central coordinator agents that route to specialized workers, implementing round-robin or priority-based agent dispatch. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-supervisor
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is langgraph-supervisor?

LangGraph supervisor-worker pattern. Use when building central coordinator agents that route to specialized workers, implementing round-robin or priority-based agent dispatch. Source: yonatangross/orchestkit.

How do I install langgraph-supervisor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill langgraph-supervisor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit