A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
8-phase literature-review pipeline. 7 federated sources, dedup, ranked retrieval, citation chasing, self-critique, 5 rep
English · 中文 · 📖 Online Docs
Ask an LLM to "write a literature review on X" and you get three failure modes: citations that don't exist, the canonical paper missing because the search ran once and stopped, and no record of why any paper made the cut. scholar-deep-research fixes those by running an 8-phase (Phase 0..7), script-driven workflow with enforced citation anchoring, multi-round saturation gating, and a per-paper audit trail.
Zero LLM calls inside the pipeline. Every script under scripts/ is pure data — search, dedupe, rank, citation-chase, bibliography export. The host LLM orchestrates from outside via JSON envelopes on stdout. That separation buys reproducibility, auditability, and a 343-test smoke suite that runs in ~13 s with no API keys.
Works with Claude Code, Cursor, Codex, OpenCode, OpenClaw / ClawHub, Hermes Agent, pi-mono, and SkillsMP — any agent that supports the Agent Skills format.
Three end-to-end runs committed verbatim with full audit trail (state, evidence, report, BibTeX, run notes):
systematic_review, 833 papers, 5 deep reads, 12-citation report on efficacy / safety / discontinuation.comparative_analysis, 1005 papers, 3 deep reads (Mamba, Jamba, xLSTM), 5-axis verdict.grant_background, 681 papers, 4 mechanistic deep reads (LY6A, CAP-B10, single-residue BBB, LRP6).| Native agent | This skill | |
|---|---|---|
| Search coverage | One source per turn | 7 federated sources, multi-round with saturation gate |
| Citation rigor | Claims float, citations sometimes fabricated | Every claim needs [^id] anchor; gate rejects unanchored prose |
| Audit trail | None | Per-paper score components, evidence, source provenance in research_state.json |
| Self-critique | None | Mandatory 14-point adversarial checklist (Phase 6) before report ships |
| Report shape | Generic outline | 5 archetypes (literature_review / systematic_review / scoping_review / comparative_analysis / grant_background) |
Full feature matrix in docs/COMPARISON.md.
Phase 0 Scope question decomposition + archetype + state init
Phase 1 Discovery multi-source search → dedupe → multi-axis saturation check
Phase 2 Triage ranking → top-N selection → tier triage → optional PDF prefetch
Phase 3 Deep read parallel agent fan-out (deep tier) + abstract stub (skim tier)
Phase 4 Chasing citation graph (forward + backward, OpenAlex + S2)
Phase 5 Synthesis thematic clustering → tension map
Phase 6 Self-critique 14-point adversarial checklist (mandatory)
Phase 7 Report render archetype template → export bibliography
Full diagram, gate semantics, and state model in docs/ARCHITECTURE.md.
# Any agent
npx skills add Agents365-ai/365-skills -g
# Claude Code only
> /plugin marketplace add Agents365-ai/365-skills
> /plugin install scholar-deep-research
Then pip install -r requirements.txt inside the install dir.
Once installed, just describe what you want:
Run a deep research report on CRISPR base editing for Duchenne muscular dystrophy.
The skill walks the 8 phases automatically and writes the report to
reports/<slug>_<YYYYMMDD>.md with a matching .bib. Full install details in
docs/INSTALL.md; phase-by-phase walkthrough in
docs/WALKTHROUGH.md.
state.papers[*].score_components.relevance if you need it.systematic_review + SCHOLAR_SATURATION_NEW_PCT=20 for stricter coverage.Full list in docs/LIMITATIONS.md.
| Doc | What's inside |
|---|---|
| WALKTHROUGH | Concrete CRISPR-base-editing run, phase by phase |
| ARCHITECTURE | 8 phases, gates, state model, idempotency, CLI contract, MCP boundary |
| COMPARISON | Full side-by-side capability table vs. native agents |
| COMPETITORS | Matrix vs other open-source deep research tools (GPT-Researcher, STORM, open_deep_research, ARS) |
| INSTALL | Plugin marketplace, manual clone, multi-platform paths, env vars |
| LIMITATIONS | Coverage caveats, citation-count gaps, language bias |
Pick the right tool for the research workflow you're running:
| Skill | Niche | When to use |
|---|---|---|
| semanticscholar-skill | Semantic Scholar API search | When you want a quick search, not a full structured review |
| asta-skill | Same corpus via Ai2 Asta MCP | When your host supports MCP and you have an Asta API key |
| paper-fetch | DOI → PDF, 7-source fallback | When you have IDs and need the actual full text |
| zotero-research-assistant | Zotero library workflows | When references go into Zotero |
If this skill helps you, consider supporting the author:
WeChat Pay |
Alipay |
Buy Me a Coffee |
Give a Reward |
Agents365-ai
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac