Claude-skill-registry langgraph-builder

Use when creating a new LangGraph graph. Start with a minimal graph and iterate.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/langgraph-builder" ~/.claude/skills/majiayu000-claude-skill-registry-langgraph-builder && rm -rf "$T"
manifest: skills/data/langgraph-builder/SKILL.md
source content

Workflow

  1. Define state shape and config.
  2. Define minimal nodes and edges.
  3. Add tools/integrations incrementally.
  4. Add checkpoints/streaming only after core flow works.