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
$langchainwhen the task is mostly prompt/tool chain composition without graph-level orchestration. - Switch to
$ag-uiwhen the task is protocol-level event synchronization with a frontend client. - Switch to
$copilotkitwhen the task is CopilotKit provider/hooks/shared-state UI integration.