literature-review

Conduct a systematic literature review on "$ARGUMENTS" using the paper and paper-search CLI tools.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "literature-review" with this command: npx skills add collaborative-deep-research/agent-papers-cli/collaborative-deep-research-agent-papers-cli-literature-review

Conduct a systematic literature review on "$ARGUMENTS" using the paper and paper-search CLI tools.

  1. Define Scope

Before searching, clarify with the user:

  • Topic boundaries and key terms

  • Year range (default: last 5 years)

  • Target venues or communities (if any)

  • Desired number of papers (default: 15-20 core papers)

  1. Multi-Query Search

Search with multiple query variations to maximize coverage:

paper-search semanticscholar papers "<main query>" --limit 20 --year <range> paper-search semanticscholar papers "<synonym query>" --limit 20 --year <range> paper-search semanticscholar papers "<related query>" --limit 20 --year <range> paper-search google scholar "<topic>"

Deduplicate results by title/paper ID.

  1. Triage

For each unique paper found:

paper-search semanticscholar details <paper_id> paper skim <arxiv_id> --lines 2

Categorize as: highly relevant / somewhat relevant / not relevant.

  1. Deep Analysis

For highly relevant papers:

paper outline <arxiv_id> paper read <arxiv_id> introduction paper read <arxiv_id> method paper read <arxiv_id> results paper read <arxiv_id> conclusion

Take structured notes on each paper: problem, method, key results, limitations.

  1. Citation Graph Exploration

For seminal papers, find related work:

paper-search semanticscholar citations <paper_id> --limit 20 paper-search semanticscholar references <paper_id> --limit 20

Add any important papers discovered this way back to the triage step.

  1. Produce Report

Organize findings by theme, not by paper. Include:

  • Overview of the field and its evolution

  • Key methods and approaches (with comparisons)

  • Main results and findings

  • Open questions and future directions

  • Complete reference list with paper IDs and URLs

  • BibTeX entries for all cited papers (use paper bibtex <arxiv_id> to generate)

Guidelines

  • Aim for breadth first: cover all major approaches before going deep on any one.

  • Note citation counts and venues to gauge paper impact.

  • Flag contradictory findings explicitly.

  • Distinguish between empirical results and theoretical claims.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

literature-review

No summary provided by upstream source.

Repository SourceNeeds Review
1.3K-davila7
Coding

arxiv-paper-writer

Use this skill whenever the user wants Claude Code to write, scaffold, compile, debug, or review an arXiv-style academic paper, especially survey papers with LaTeX, BibTeX citations, TikZ figures, tables, and PDF output. This skill should trigger for requests like writing a full paper, creating an arXiv paper project, turning a research topic into a LaTeX manuscript, reproducing the Paper-Write-Skill-Test agent-survey workflow, or setting up a Windows/Linux Claude Code paper-writing loop.

Archived SourceRecently Updated
Coding

cli-proxy-troubleshooting

排查 CLI Proxy API(codex-api-proxy)的配置、认证、模型注册和请求问题。适用场景包括:(1) AI 请求报错 unknown provider for model, (2) 模型列表中缺少预期模型, (3) codex-api-key/auth-dir 配置不生效, (4) CLI Proxy 启动后 AI 无法调用, (5) 认证成功但请求失败或超时。包含源码级排查方法:模型注册表架构、认证加载链路、 SanitizeCodexKeys 规则、常见错误的真实根因。

Archived SourceRecently Updated
Coding

visual-summary-analysis

Performs AI analysis on input video clips/image content and generates a smooth, natural scene description. | 视觉摘要智述技能,对传入的视频片段/图片内容进行AI分析,生成一段通顺自然的场景描述内容

Archived SourceRecently Updated