langgraph-patterns-expert

star 9

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

majiayu000 By majiayu000 schedule Updated 2/5/2026

name: langgraph-patterns-expert description: Use for LangGraph agent design and refactors. Prefer explicit state, small nodes, and clear transitions.

Guidelines

  • Keep State explicit and typed.
  • Keep nodes small, single-purpose, and testable.
  • Make branching conditions explicit.
  • Prefer idempotent steps where possible.
Install via CLI
npx skills add https://github.com/majiayu000/claude-skill-registry-data --skill langgraph-patterns-expert
Repository Details
star Stars 9
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator