Agent skill
langgraph-docs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
Install this agent skill to your Project
npx add-skill https://github.com/HyunjunJeon/Deepagent-research-context-engineering/tree/main/deepagents_sourcecode/libs/deepagents-cli/examples/skills/langgraph-docs
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
arxiv-search
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields
web-research
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research
skill-creator
Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like "create a skill", "new skill", "make a skill", "skill for X", "how do I create a skill", or "help me build a skill".
academic-search
Search academic paper repositories (arXiv, Semantic Scholar) for scholarly articles in physics, mathematics, computer science, quantitative biology, AI/ML, and related fields
data-synthesis
Synthesize findings from multiple research sources into coherent insights. Use when combining data from different sub-agents or research threads.
report-writing
Structure and write comprehensive research reports with proper citations. Use when finalizing research findings into a formal report.
Didn't find tool you were looking for?