
langgraph-docs
β 1,400by langchain-ai Β· part of langchain-ai/deepagentsjs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
This is the playbook your agent receives when the skill activates β you don't need to read it to use the skill, but it's here to audit before installing.
name: langgraph-docs description: Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
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.
npx skills add https://github.com/langchain-ai/deepagentsjs --skill langgraph-docsRun this in your project β your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITβ you can use, modify, and redistribute it under that license's terms.