langchain-langgraph-basics
jeremylongshore/claude-code-plugins-plus-skills
This skill provides a comprehensive guide to building robust LangGraph 1.0 StateGraphs in Python. It covers defining typed TypedDict states with reducers, writing deterministic nodes, and defensively wiring conditional edges. It addresses common pitfalls such as silent graph termination, incorrect state updates using reducers, proper management of recursion limits, and handling evolving checkpoint schemas for reliable LLM workflow orchestration.