research-lit

Solid

Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.

AI & Automation 11,977 stars 1099 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Research Literature Review Research topic: $ARGUMENTS ## Constants - **PAPER_LIBRARY** — Local directory containing user's paper collection (PDFs). Check these paths in order: 1. `papers/` in the current project directory 2. `literature/` in the current project directory 3. Custom path specified by user in `AGENTS.md` under `## Paper Library` - **MAX_LOCAL_PAPERS = 20** — Maximum number of local PDFs to scan (read first 3 pages each). If more are found, prioritize by filename relevance to the topic. - **ARXIV_DOWNLOAD = false** — When `true`, download top 3-5 most relevant arXiv PDFs to PAPER_LIBRARY after search. When `false` (default), only fetch metadata (title, abstract, authors) via arXiv API — no files are downloaded. - **ARXIV_MAX_DOWNLOAD = 5** — Maximum number of PDFs to download when `ARXIV_DOWNLOAD = true`. > 💡 Overrides: > - `/research-lit "topic" — paper library: ~/my_papers/` — custom local PDF path > - `/research-lit "topic" — sources: zotero, local` — only search Zotero + local PDFs > - `/research-lit "topic" — sources: zotero` — only search Zotero > - `/research-lit "topic" — sources: web` — only search the web (skip all local) > - `/research-lit "topic" — arxiv download: true` — download top relevant arXiv PDFs > - `/research-lit "topic" — arxiv download: true, max download: 10` — download up to 10 PDFs ## Data Sources This skill checks multiple sources **in priority order**. All are optional — if a source is not configured or not requested, s...

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

paper-search

Use this skill when the user wants to search papers, find related work, do literature review, or survey a research area. Triggers include: "search papers", "find related work", "literature review", "survey", "what's been done", "find papers on", "arxiv search", "conference papers", "find code for", "find datasets for". Also use when starting any research to understand the existing landscape.

2 Updated 2 weeks ago
charlotte-12s
AI & Automation Listed

literature-research

Use when the user wants to find related work, survey a research area, identify literature gaps, or discover open-source implementations. Triggers on phrases like "find papers on", "related work", "literature review", "what papers exist", "open source implementation", or "papers with code".

4 Updated today
Enzogregorio
Data & Documents Listed

paper-search

Find academic papers and read them — searches real scholarly databases for prior work on a topic, then resolves and deep-reads the open-access PDF of any paper you pick. Use this skill WHENEVER the user wants to discover literature or read a study: "find recent papers on X", "what does the research say about Y", "find sources for my thesis on Z", "search for prior work on ...", or "summarise / read / extract the findings from this paper / this arXiv id / this DOI / this PDF". Trigger even when the tool isn't named. Results are real papers from public APIs (OpenAlex, Crossref, arXiv, Semantic Scholar, Europe PMC) and reading reports use only the actual extracted PDF text — nothing is fabricated.

0 Updated 2 days ago
jy1529098645-gif