·langgraph-routing
</>

langgraph-routing

yonatangross/orchestkit

LangGraph conditional routing patterns. Use when implementing dynamic routing based on state, creating branching workflows, or building retry loops with conditional edges.

18Installs·0Trend·@yonatangross

Installation

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

SKILL.md

| Max retries | 2-3 for LLM calls | | Fallback | Always have END fallback | | Routing function | Keep pure (no side effects) | | Edge mapping | Explicit mapping for clarity |

conditional-routing Keywords: conditional, branch, decision, if-else Solves:

semantic-routing Keywords: semantic, embedding, similarity, intent Solves:

LangGraph conditional routing patterns. Use when implementing dynamic routing based on state, creating branching workflows, or building retry loops with conditional edges. 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-routing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is langgraph-routing?

LangGraph conditional routing patterns. Use when implementing dynamic routing based on state, creating branching workflows, or building retry loops with conditional edges. Source: yonatangross/orchestkit.

How do I install langgraph-routing?

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