# Langgraph Docs

> Use this skill for requests related to LangGraph to fetch relevant documentation and provide accurate, up-to-date guidance. Trigger when the user asks about LangGraph concepts, APIs, or middleware.

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

---


# langgraph-docs

## Overview

Fetch LangGraph documentation on demand instead of answering from stale memory.

## Instructions

1. Fetch the documentation index with the `fetch_url` tool: https://docs.langchain.com/llms.txt
2. Select the 2-4 most relevant pages for the question.
3. Fetch those pages and answer from them, direct answer first.
4. End with a References section listing the page URLs used.

