Agent skill · AI & Agents

building-langgraph-agents

LangGraph development for stateful multi-agent applications, cyclic workflows, conditional routing, human-in-the-loop patterns, and persistent state management. Use for complex AI orchestration, agent coordination, and production-grade agentic systems.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill building-langgraph-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/agent/building-langgraph-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LangGraph Development Skill ## Quick Reference LangGraph is LangChain's framework for building stateful, multi-actor applications with LLMs. It enables cyclic graphs, conditional branching, persistent state management, and human-in-the-loop workflows. **Key capabilities**: StateGraph for workflow orchestration, checkpointers for persistence, prebuilt ReAct agents, streaming at multiple granularities, and LangGraph Platform for managed deployment. --- ## Table of Contents 1. [When to Use](#when-to-use) 2. [Package Ecosystem](#package-ecosystem) 3. [Quick Start - Python](#quick-start---python) 4. [Quick Start - TypeScript](#quick-start---typescript) 5. [Core Concepts](#core-concepts) 6. [Prebuilt Components](#prebuilt-components) 7. [Common Patterns](#common-patterns) 8. [Quick Persistence Setup](#quick-persistence-setup) 9. [CLI Commands](#cli-commands) 10. [Error Quick Reference](#error-quick-reference) 11. [When to Use REFERENCE.md](#when-to-use-referencemd) 12. [Agent Integration](#agent-integration) 13. [See Also](#see-also) --- ## When to Use This skill is loaded by `backend-developer` when: - `langgraph` in `requirements.txt`, `pyproject.toml`, or `setup.py` - `@langchain/la

What's inside
Steps it walks through
  1. Quick Reference
  2. Table of Contents
  3. When to Use
  4. Package Ecosystem
  5. Quick Start - Python
  6. With LLM and Tools
  7. Quick Start - TypeScript
  8. Core Concepts
  9. StateGraph
  10. State Schema
  11. Nodes
  12. Edges
  13. Special Nodes
  14. Prebuilt Components
Ships with 1 file
  • metadata.json
Commands it runs
Install
pip install langgraph langgraph-checkpoint-postgres
Verify
python -c "import langgraph; print(langgraph.__version__)"
LangGraph Platform
langgraph init      # Initialize project
langgraph dev       # Start dev server
langgraph build     # Build for deployment
langgraph up        # Deploy with Docker
export LANGSMITH_API_KEY="ls-..."
More from claude-skill-registry
All skills →
About this skill
What does the building-langgraph-agents skill do?

LangGraph development for stateful multi-agent applications, cyclic workflows, conditional routing, human-in-the-loop patterns, and persistent state management. Use for complex AI orchestration, agent coordination, and production-grade agentic systems.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill building-langgraph-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going