langgraph-docs

Fetch LangGraph documentation pages and synthesize implementation guidance.

19|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/owenliang/deepagent --skill langgraph-docs-owenliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langgraph-docs
Source: https://github.com/owenliang/deepagent/tree/main/libs/deepagents-cli/examples/skills/langgraph-docs
Command: npx skills add https://github.com/owenliang/deepagent --skill langgraph-docs-owenliang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users fetch LangGraph documentation to answer questions and guide implementation, reducing time spent hunting for current references.

Core Features & Use Cases

  • Index access: Read the LangGraph docs index from the official docs site.
  • Targeted fetch: Retrieve 2-4 relevant documentation URLs and pull their content for context.
  • Guidance: Use fetched docs to inform implementation decisions and best practices.

Quick Start

Use the fetch_url tool to read the LangGraph index at https://docs.langchain.com/llms.txt, then select 2-4 relevant docs and fetch them with fetch_url. The skill will then provide synthesized guidance based on the retrieved docs.