·langgraph-subgraphs
>_

langgraph-subgraphs

yonatangross/orchestkit

LangGraph subgraph patterns for modular workflows. Use when building nested graphs, composing reusable workflow components, or coordinating multi-agent systems with isolated state.

6Installs·0Trend·@yonatangross

Installation

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

SKILL.md

| Invoke | Different schemas, private message histories, multi-level nesting | | Add as Node | Shared state keys, agent coordination, message passing |

| Schema design | Shared for coordination, isolated for encapsulation | | Checkpointing | Parent-only unless agents need independent history | | State mapping | Explicit transforms at boundaries for clarity | | Team development | Each team owns their subgraph with defined interface |

invoke-pattern Keywords: invoke, different schema, isolated state, transform Solves:

LangGraph subgraph patterns for modular workflows. Use when building nested graphs, composing reusable workflow components, or coordinating multi-agent systems with isolated state. 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-subgraphs
Category
>_Productivity
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is langgraph-subgraphs?

LangGraph subgraph patterns for modular workflows. Use when building nested graphs, composing reusable workflow components, or coordinating multi-agent systems with isolated state. Source: yonatangross/orchestkit.

How do I install langgraph-subgraphs?

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-subgraphs 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