Langgraph docs
Skill aiskillstore/marketplace/skills/langchain-ai/langgraph-docs
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
npx -y skills add aiskillstore/marketplace --skill langgraph-docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
SKILL.md
1.0 KB, 177 tokens by cl100k_base, as published. Nobody here has run it
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.