Search and answer questions about DeepAgents and LangGraph documentation from the data/ folder
Use this skill when the user asks questions about:
All documentation is in the data/ directory:
data/deepagents_raw_md/*.md - DeepAgents docs (12 files)data/langgraph_raw_md/*.md - LangGraph docs (29 files)Always start by checking what files exist (they may have changed):
ls data/deepagents_raw_md/
ls data/langgraph_raw_md/
Use grep to find files containing relevant keywords:
grep "subagent" data/
grep "StateGraph" data/
Read the full content of promising files:
read_file data/deepagents_raw_md/deepagents-subagents.md
Always include citations in your responses:
write_file on any data/ pathedit_file on any data/ pathshell commands that modify filesweb_search - only use local docsfetch_url - only use local docsls or glob to check current filesdata/ directory