Langgraph Docs

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

ZZy979 94d1806 1.1 KB Updated

File contents

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.

ZZy979/agent-demos/tree/main/langchain/skill/skills/langgraph-docs commit 94d1806030

Frequently asked questions

npx skillmds@latest add zzy979/langgraph-docs