scholar-deep-research

Category: Research & Analysis | Uploader: Agents365-aiAgents365-ai | Downloads: 0 | Version: v1.0(Latest)

Use when the user asks for a literature review, academic deep dive, research report, state-of-the-art survey, topic scoping, comparative analysis of methods/papers, grant background, or any request that needs multi-source scholarly evidence with citations. Also trigger proactively when a user question clearly requires academic grounding (e.g. "what's known about X", "compare approach A vs B in the literature", "summarize the field of Y"). Runs an 8-phase (Phase 0..7), script-driven research workflow across 7 federated sources (OpenAlex, arXiv, Crossref, PubMed, DBLP, bioRxiv, Exa) with optional Semantic Scholar / Brave MCP enrichment, with deduplication, transparent ranking, dual-backend citation chasing (OpenAlex + Semantic Scholar), self-critique, and structured report output with verifiable citations.

Changelog: Source: GitHub https://github.com/Agents365-ai/scholar-deep-research

Directory Structure

Current level: tree/main/skills/scholar-deep-research/

  • 📁 assets/
    • 📁 prompts/
      • 📄 self_critique.md 5.0 KB
    • 📁 templates/
      • 📄 comparative_analysis.md 2.1 KB
      • 📄 grant_background.md 1.9 KB
      • 📄 literature_review.md 2.1 KB
      • 📄 scoping_review.md 2.1 KB
      • 📄 systematic_review.md 2.7 KB
  • 📁 changelog.d/
    • 📄 README.md 1.9 KB
  • 📁 references/
    • 📁 agent_prompts/
      • 📄 phase3_deep_read.md 9.7 KB
    • 📄 cli_contract.md 3.2 KB
    • 📄 env_vars.md 4.5 KB
    • 📄 example_run.md 3.0 KB
    • 📄 pitfalls.md 6.3 KB
    • 📄 quality_assessment.md 4.8 KB
    • 📄 report_templates.md 4.0 KB
    • 📄 search_strategies.md 4.3 KB
    • 📄 source_selection.md 3.1 KB
    • 📄 state_schema.md 2.8 KB
  • 📁 scripts/
    • 📁 tests/
      • 📄 __init__.py 0 B
      • 📄 _helpers.py 3.2 KB
      • 📄 run.py 1.1 KB
      • 📄 test_agent_native.py 10.1 KB
      • 📄 test_citation_chase_filter.py 3.8 KB
      • 📄 test_citation_chase_s2.py 10.3 KB
      • 📄 test_dedupe_bridge.py 9.7 KB
      • 📄 test_envelope.py 1.9 KB
      • 📄 test_evidence_from_json.py 10.5 KB
      • 📄 test_export_formats.py 2.3 KB
      • 📄 test_extract_pdf_engine.py 7.6 KB
      • 📄 test_g4_topic_mismatch.py 4.4 KB
      • 📄 test_gate_hint_coverage.py 3.5 KB
      • 📄 test_gates.py 9.8 KB
      • 📄 test_ingest_roundtrip.py 2.1 KB
      • 📄 test_locking.py 1.7 KB
      • 📄 test_normalize_title_none.py 2.1 KB
      • 📄 test_pdf_fetch.py 6.4 KB
      • 📄 test_phase1_budget.py 6.2 KB
      • 📄 test_prefetch.py 13.7 KB
      • 📄 test_rank_relevance.py 7.6 KB
      • 📄 test_rate_limit.py 6.8 KB
      • 📄 test_render_report.py 14.2 KB
      • 📄 test_resolve_id.py 5.8 KB
      • 📄 test_safe_get.py 3.5 KB
      • 📄 test_saturation.py 9.0 KB
      • 📄 test_saturation_env.py 6.8 KB
      • 📄 test_schema.py 1.0 KB
      • 📄 test_search_biorxiv.py 4.6 KB
      • 📄 test_search_cache.py 6.6 KB
      • 📄 test_search_dblp.py 4.5 KB
      • 📄 test_search_exa.py 11.5 KB
      • 📄 test_search_round.py 3.9 KB
      • 📄 test_select_include_ids.py 5.2 KB
      • 📄 test_smart_title.py 3.3 KB
      • 📄 test_source_diagnostics.py 7.5 KB
      • 📄 test_source_meta.py 4.6 KB
      • 📄 test_status.py 6.5 KB
      • 📄 test_terminal_advance.py 4.1 KB
      • 📄 test_upstream_endpoints.py 2.0 KB
    • 📄 _common.py 36.2 KB
    • 📄 _gates.py 17.5 KB
    • 📄 _locking.py 5.0 KB
    • 📄 _pdf_fetch.py 11.7 KB
    • 📄 _s2_citations.py 6.8 KB
    • 📄 _search_meta.py 5.2 KB
    • 📄 build_citation_graph.py 19.0 KB
    • 📄 dedupe_papers.py 11.8 KB
    • 📄 export_bibtex.py 7.0 KB
    • 📄 extract_pdf.py 18.7 KB
    • 📄 list_sources.py 5.0 KB
    • 📄 prefetch_pdfs.py 14.0 KB
    • 📄 rank_papers.py 11.0 KB
    • 📄 render_report.py 18.0 KB
    • 📄 research_state.py 57.7 KB
    • 📄 resolve_id.py 5.8 KB
    • 📄 search_arxiv.py 6.2 KB
    • 📄 search_biorxiv.py 7.5 KB
    • 📄 search_crossref.py 5.3 KB
    • 📄 search_dblp.py 6.1 KB
    • 📄 search_exa.py 11.5 KB
    • 📄 search_openalex.py 6.2 KB
    • 📄 search_pubmed.py 6.7 KB
    • 📄 skim_papers.py 9.9 KB
    • 📄 state_apply.py 17.8 KB
  • 📄 CHANGELOG.md 6.3 KB
  • 📄 requirements.txt 310 B
  • 📄 SKILL.md 33.4 KB
  • 📄 towncrier.toml 959 B

SKILL.md

Login to download/like/favorite ❤ 7 | ★ 0
Comments 0

Please login before commenting.

Loading comments...