# Langgraph Docs

> Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

- Skill: `zzy979/langgraph-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zzy979/langgraph-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zzy979/langgraph-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: ZZy979 (https://skillmd.com/u/zzy979)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zzy979/langgraph-docs

---


# langgraph-docs

## Overview

This skill explains how to access LangGraph documentation to help answer questions and guide implementation.

## Instructions

### 1. Fetch the documentation index

Use the fetch_documentation tool to read the following URL:
https://langchain-ai.github.io/langgraph/llms.txt

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

### 2. Select relevant documentation

Based on the question, identify 2-4 most relevant documentation URLs from the index. Prioritize:

- Specific how-to guides for implementation questions
- Core concept pages for understanding questions
- Tutorials for end-to-end examples
- Reference docs for API details

### 3. Fetch and synthesize

Use the fetch_documentation tool to read the selected documentation URLs, then answer the user's question. Give a direct answer first, include the minimum necessary context, and link to the source pages rather than quoting long passages.

