Deepagent-research-context-engineering
Multi-agent web research with filesystem-based context management
All Skills in This Repository (7)
Pure Emerald Level Indicatorsarxiv-search
Search arXiv papers by keywords, authors, categories, or boolean expressions.
langgraph-docs
Fetch LangGraph Python documentation and synthesize relevant guidance.
skill-creator
Create new Claude Skills using a structured 4-phase workflow.
web-research
Plan web research, delegate to parallel subagents, and compile findings.
academic-search
Search arXiv and Semantic Scholar for scholarly articles by keywords, author, category, or boolean syntax.
report-writing
Structure research reports with executive summaries, sections, and citations.
data-synthesis
Synthesize findings from multiple sources into coherent insights with attribution.
Frequently Asked Questions
FAQPage SchemaHow to install Deepagent-research-context-engineering?โผ
Run `npx skills add HyunjunJeon/Deepagent-research-context-engineering --all -g -y` in your terminal to install all skills in this suite globally.
What is filesystem-based context engineering?โผ
It is a pattern where the agent stores large tool results and research notes in a persistent workspace instead of the context window, then retrieves them on demand to avoid token limits.
How does the multi-agent research workflow work?โผ
A main orchestrator delegates subtopics to researcher, explorer, and synthesizer sub-agents that search the web, save findings to files, and merge them into a final cited report.
Can it search academic papers?โผ
Yes. The included academic-search skill queries arXiv for papers in computer science, physics, math, and related fields, returning titles, authors, and abstracts.
Does it work with Claude Code and other agent runtimes?โผ
Yes. The skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible runtimes, while the full system also runs on LangGraph.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides