Pulls documentation directly from LangGraph's official docs to help you build stateful agents and multi-agent systems. It works by first fetching the documentation index from langchain.com, then intelligently selecting the most relevant guides based on whether you're asking implementation questions, conceptual stuff, or need API references. The workflow is straightforward: grab the index, pick 2-4 relevant URLs, fetch them, and apply the content to your problem. Honestly, this is one of those skills that saves you from the classic problem of having LangGraph docs open in twelve tabs while you're trying to remember how state persistence works or how to wire up human-in-the-loop patterns.
npx skills add https://github.com/langchain-ai/deepagents --skill langgraph-docs