PluginBench
Skill
Official
Review
Audit score 70

langgraph-docs

langchain-ai/deepagents

Access LangGraph Python documentation to build stateful agents and multi-agent workflows.

What is langgraph-docs?

Fetches and references LangGraph Python documentation for building stateful agents, creating multi-agent workflows, and implementing human-in-the-loop patterns. Use when you need guidance on graph-based agent architecture, state management, or agent orchestration.

  • Fetches LangGraph documentation index from langchain.com
  • Identifies and retrieves relevant documentation pages for your query
  • Provides implementation guidance for stateful agent patterns
  • Supports multi-agent workflow design and orchestration
  • Explains human-in-the-loop integration patterns
  • References LangGraph API details and core concepts

How to install langgraph-docs

npx skills add https://github.com/langchain-ai/deepagents --skill langgraph-docs
Claude Code
Cursor
Windsurf
Cline

How to use langgraph-docs

  1. 1.Ask a question about LangGraph, graph agents, state machines, or agent orchestration
  2. 2.The skill fetches the LangGraph documentation index
  3. 3.Relevant documentation pages are identified and retrieved
  4. 4.Implementation guidance or API details are provided based on the fetched content
  5. 5.Review the documentation content to apply to your use case

Use cases

Good for
  • Building a stateful agent that maintains conversation context across multiple turns
  • Creating a multi-agent system where agents coordinate through a shared graph structure
  • Implementing approval workflows where humans review and modify agent decisions
  • Designing state machines for complex agent decision logic
  • Learning LangGraph API patterns and best practices
Who it's for
  • Python developers building AI agents
  • Engineers designing multi-agent systems
  • Teams implementing human-in-the-loop AI workflows
  • Developers new to graph-based agent architecture

langgraph-docs FAQ

What should I do if the documentation fetch fails?

The skill will retry once. If it fails again, visit https://langchain-ai.github.io/langgraph/ directly for the official documentation.

Can this skill help with non-Python LangGraph implementations?

This skill focuses on LangGraph Python documentation. For other languages, consult the official LangGraph documentation directly.

What types of questions does this skill handle best?

Implementation questions, conceptual explanations, end-to-end examples, and API reference details for LangGraph.

How does this skill select which documentation to fetch?

It prioritizes implementation guides for how-to questions, core concept pages for conceptual questions, tutorials for end-to-end examples, and reference docs for API details.

Full instructions (SKILL.md)

Source of truth, from langchain-ai/deepagents.


name: langgraph-docs description: Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.

langgraph-docs

Workflow

1. Fetch the Documentation Index

Use fetch_url to read: https://docs.langchain.com/llms.txt

This returns a structured list of all available documentation with descriptions.

2. Select Relevant Documentation

Identify 2-4 most relevant URLs from the index. Prioritize:

  • Implementation questions — specific how-to guides
  • Conceptual questions — core concept pages
  • End-to-end examples — tutorials
  • API details — reference docs

3. Fetch and Apply

Use fetch_url on the selected URLs, then complete the user's request using the documentation content.

If fetch_url fails or returns empty content, retry once. If it fails again, inform the user and suggest checking https://langchain-ai.github.io/langgraph/ directly.

Related skills

More from langchain-ai/deepagents and the wider catalog.

web-research logo

web-research

Official
langchain-ai/deepagents

Delegate web research across multiple subagents, synthesize findings, and produce cited reports.

3.1k installs
social-media logo

social-media

Official
langchain-ai/deepagents

Draft engaging social media posts with research-backed content and generated images for LinkedIn, Twitter/X, and other platforms.

1.9k installs
arxiv-search logo

arxiv-search

Official
langchain-ai/deepagents

Search arXiv for preprints and academic papers by topic with abstracts.

1.7k installs
blog-post logo

blog-post

Official
langchain-ai/deepagents

Write and structure long-form blog posts with SEO optimization and auto-generated cover images.

1.6k installs
skill-creator logo

skill-creator

Official
langchain-ai/deepagents

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like \"create a skill\", \"new skill\", \"make a skill\", \"skill for X\", \"how do I create a skill\", or \"help me build a skill\".

902 installs
query-writing logo

query-writing

Official
langchain-ai/deepagents

Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.

853 installs