Back to skills
extension
Category: Development & EngineeringNo API key required

langgraph-patterns-expert

Use for LangGraph agent design and refactors. Prefer explicit state, small nodes, and clear transitions.

personAuthor: jakexiaohubgithub

Guidelines

  • Keep State explicit and typed.
  • Keep nodes small, single-purpose, and testable.
  • Make branching conditions explicit.
  • Prefer idempotent steps where possible.