langgraph-docs

根据用户需求从 LangGraph 官方文档中提取最新信息,通过索引定位相关指南、概念说明或 API 参考,并据此提供精准的实现建议与技术解答,确保回应内容准确且时效性强。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add langchain-ai/deepagentsjs --skill "langgraph-docs"

langgraph-docs

Overview

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

Instructions

1. Fetch the Documentation Index

Use the fetch_url tool to read the following URL: https://docs.langchain.com/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 Selected Documentation

Use the fetch_url tool to read the selected documentation URLs.

4. Provide Accurate Guidance

After reading the documentation, complete the users request.