skills/langgraph/SKILL.md
LangGraph agent orchestration framework for building stateful, multi-actor AI applications as graphs with durable execution, human-in-the-loop, and streaming. MANDATORY TRIGGERS: langgraph, LangGraph, lang graph, StateGraph, langgraph-prebuilt, create_react_agent, langgraph checkpoint. Also trigger when user wants to build stateful AI agents with graph-based workflows, create multi-agent systems with supervisor or swarm patterns, implement human-in-the-loop agent workflows, add persistence and memory to LLM applications, or orchestrate complex agent pipelines with conditional routing. When in doubt about whether to use this skill for AI agent orchestration tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph langgraphInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Agent orchestration framework for building resilient, stateful AI applications as directed graphs.
Source: docs.langchain.com/oss/python/langgraph | Package: langgraph v1.x | License: MIT
| Reference | File | Read When |
|-----------|------|-----------|
| Overview & Setup | references/00-overview.md | Getting started, installation, quickstart, when to use LangGraph |
| Graph API | references/01-graph-api.md | StateGraph, add_node, add_edge, add_conditional_edges, compile |
| State Management | references/02-state-management.md | State schema, TypedDict, Pydantic, reducers, MessagesState |
| Functional API | references/03-functional-api.md | @entrypoint, @task, lightweight workflows without graph structure |
| Persistence & Checkpointing | references/04-persistence-checkpointing.md | Checkpointers, SQLite, Postgres, thread management, durable execution |
| Memory | references/05-memory.md | Short-term memory, long-term memory, BaseStore, semantic memory |
| Streaming | references/06-streaming.md | Stream modes, token streaming, custom streaming, async patterns |
| Human-in-the-Loop | references/07-human-in-the-loop.md | interrupt(), Command, breakpoints, approval workflows, time-travel |
| Tool Integration | references/08-tool-integration.md | Tool calling, ToolNode, tool binding, routing, error handling |
| Prebuilt Agents | references/09-prebuilt-agents.md | create_react_agent, ReAct pattern, prebuilt components, customization |
| Multi-Agent Systems | references/10-multi-agent.md | Supervisor, swarm, handoffs, Command routing, agent teams |
| Subgraphs & Composition | references/11-subgraphs.md | Nested graphs, state mapping, parent-child communication |
| Deployment & Production | references/12-deployment.md | LangGraph Platform, LangSmith, Cloud/self-hosted, testing patterns |
# Core package
pip install -U langgraph
# With prebuilt agents
pip install -U langgraph langgraph-prebuilt
# Checkpoint backends (pick one)
pip install langgraph-checkpoint-sqlite
pip install langgraph-checkpoint-postgres
# With LangChain integrations
pip install langchain-openai langchain-anthropic
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.