literature-review
Originally fromk-dense-ai/claude-scientific-skills
Installation
SKILL.md
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)
2. 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>"
Related skills
More from collaborative-deep-research/agent-papers-cli
deep-research
Research a topic in depth using web search, academic papers, and citation graphs. Use when the user asks to research, investigate, or explore a topic thoroughly.
94fact-check
Verify a specific claim by searching for evidence across web and academic sources. Use when the user asks to verify, fact-check, or confirm a statement.
59research-coordinator
Coordinate a research task by choosing the right workflow and dispatching to specialized agents. Use when the user has a broad or complex research request that may involve multiple steps.
49