Agent skill
langgraph-patterns-expert
Use for LangGraph agent design and refactors. Prefer explicit state, small nodes, and clear transitions.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/langgraph-patterns-expert
SKILL.md
Guidelines
- Keep
Stateexplicit and typed. - Keep nodes small, single-purpose, and testable.
- Make branching conditions explicit.
- Prefer idempotent steps where possible.
Didn't find tool you were looking for?