HyunjunJeonHyunjunJeonCommunityยท7 Agent Skills Included

Deepagent-research-context-engineering

Multi-agent web research with filesystem-based context management

Runs autonomous multi-agent research workflows that search the web and arXiv, synthesize findings, and write structured cited reports. Applies five context engineering strategies (offloading, reduction, retrieval, isolation, caching) to prevent context window overflow during long research sessions. Eliminates manual source gathering and note-taking by delegating subtopics to specialized sub-agents that save findings to a persistent workspace.
npx skills add HyunjunJeon/Deepagent-research-context-engineering --all -g -y
Available:

Tells the agent how the multi-agent research system is structured, which sub-agents and context strategies to use, and the conventions and anti-patterns to follow when executing research tasks.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’