langgraph

Installation
SKILL.md

LangGraph

Use this skill to design, implement, and debug LangGraph workflows with explicit state contracts, deterministic routing, and robust interrupt handling.

Quick Triage

  • Use this skill when the task involves graph nodes/edges, conditional routing, checkpointing, thread state, or HITL interrupts.
  • Switch to $langchain when the task is mostly prompt/tool chain composition without graph-level orchestration.
  • Switch to $ag-ui when the task is protocol-level event synchronization with a frontend client.
  • Switch to $copilotkit when the task is CopilotKit provider/hooks/shared-state UI integration.

Workflow

  1. Define state schema first. Include only fields required for routing, retries, and outputs.
  2. Define node contracts. Each node should have one clear responsibility and explicit input/output assumptions.
  3. Define edges and routers. Map all normal, retry, and terminal paths before implementing node internals.
Related skills
Installs
22
GitHub Stars
11
First Seen
Feb 8, 2026