Claude-Code-Deep-Research-main
Multi-agent deep research with verified citations and synthesis
All Skills in This Repository (5)
Pure Emerald Level Indicatorsgot-controller
Orchestrates Graph of Thoughts research via generate, aggregate, refine, and score operations.
research-executor
Orchestrate multi-agent research with a 7-phase framework and Graph of Thoughts.
synthesizer
Consolidate multiple research agent outputs into a structured report with citations.
citation-validator
Validate factual claims and citations in research reports line by line.
question-refiner
Refine raw research questions into structured deep-research prompts.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-Code-Deep-Research?โผ
Run `npx skills add liangdabiao/Claude-Code-Deep-Research-main --all -g -y` in your terminal to install all research skills globally.
How to run a deep research project?โผ
Use the /deep-research command followed by your topic. The system refines your question, plans subtopics, deploys parallel research agents, and outputs a structured report folder.
How does it prevent made-up facts?โผ
Every factual claim must include a full citation, and the citation-validator skill verifies each source, rates its quality from A to E, and flags unsupported claims.
What is the Graph of Thoughts controller for?โผ
It manages complex research as a graph, spawning parallel exploration paths, scoring their quality, pruning weak findings, and merging the strongest results into one synthesis.
Can non-technical users run deep research?โผ
Yes. You simply type a research topic in plain language, answer a few clarifying questions, and the system handles planning, searching, and report writing automatically.
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