Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Introduction to literature search & review skills - systematic paper finding, screening, extraction, and citation traversal
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 25% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 30% | 0% |
<!-- ╔══════════════════════════════════════════════════════════════╗ ║ 本文件为开源 Skill 原始文档,收录仅供学习与研究参考 ║ ║ CoPaper.AI 收集整理 | https://copaper.ai ║ ╚══════════════════════════════════════════════════════════════╝
来源仓库: https://github.com/kthorn/research-superpower 项目名称: research-superpower 开源协议: MIT License 收录日期: 2026-04-02
声明: 本文件版权归原作者所有。此处收录旨在为社会科学实证研究者 提供 AI Agent Skills 的集中参考。如有侵权,请联系删除。 -->
Research Superpowers gives Claude Code systematic workflows for literature searching and review.
Focus: Finding, screening, and extracting data from published papers. NOT for analyzing experimental data or designing experiments.
Use these skills for systematic literature reviews:
Literature Search & Review Skills (skills/research/)
When user asks a literature search question:
Each query creates a folder in research-sessions/:
research-sessions/YYYY-MM-DD-query-description/
├── SUMMARY.md # Main findings
├── papers-reviewed.json # Deduplication tracking (DOI → status)
├── papers/ # Downloaded PDFs and supplementary data
└── citations/ # Citation graph trackingFor systematic literature review:
PubMed E-utilities (no key required):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgihttps://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgihttps://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgiSemantic Scholar (free tier works, optional key for higher limits):
https://api.semanticscholar.org/graph/v1/paper/DOI:{doi}https://api.semanticscholar.org/graph/v1/paper/{id}/referenceshttps://api.semanticscholar.org/graph/v1/paper/{id}/citationsUse the find-skills script to search for relevant skills:
bash# From project directory ./scripts/find-skills # List all skills ./scripts/find-skills literature # Search for "literature" ./scripts/find-skills 'cite|ref' # Regex search
Other measured skills in the registry, with their headline benchmark lift.