literature-engineer

Solid

Multi-route literature expansion + metadata normalization for evidence-first surveys. **Trigger**: evidence collector, literature engineer, 文献扩充, 多路召回, snowballing, cited by, references, 元信息增强, provenance. **Use when**: Workflow 需要按锁定的 retrieval policy 扩充候选文献并补齐可追溯 metadata。

Data & Documents 498 stars 39 forks Updated today

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# Literature Engineer (evidence collector) Goal: build a **large, verifiable candidate pool** for downstream dedupe/rank, mapping, notes, citations, and drafting. This skill is intentionally **evidence-first**: if you can't reach the target size with verifiable IDs/provenance, the correct behavior is to **block** and ask for more exports / enable network, not to fabricate. ## Load Order Always read: - `references/domain_pack_overview.md` — how domain packs drive topic-specific behavior Domain packs (loaded by topic match): - `assets/domain_packs/llm_agents.json` — pinned classic/survey arXiv IDs for LLM agent topics ## Script Boundary Use `scripts/run.py` only for: - multi-route offline import, normalization, and provenance tagging - online arXiv/Semantic Scholar API retrieval - snowball expansion and deduplication - retrieval report generation Do not treat `run.py` as the place for: - hardcoded pinned arXiv ID lists (use domain packs) - hardcoded topic detection logic (use domain packs) ## Inputs - `queries.md` - `keywords`, `exclude`, `max_results`, `time window` - Optional offline sources (any combination; all are merged): - `papers/import.(csv|json|jsonl|bib)` - `papers/arxiv_export.(csv|json|jsonl|bib)` - `papers/imports/*.(csv|json|jsonl|bib)` - Optional snowball exports (offline): - `papers/snowball/*.(csv|json|jsonl|bib)` ## Outputs - `papers/papers_raw.jsonl` - 1 record per line; minimum fields: - `title` (str), `authors` (list[str]), `yea...

Details

Author
WILLOSCAR
Repository
WILLOSCAR/research-units-pipeline-skills
Created
7 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

research-literature-evidence

Build an append-only, auditable path from preregistered literature searches to precisely located evidence candidates while keeping snippets, OCR, AI interpretations, self-attested human review, synthetic fixtures, and unclear rights from becoming academic or public evidence. Use for books, papers, catalogues, webpages, inscriptions, and other research sources when queries, discoveries, failures, editions, carriers, locators, excerpts, conflicts, and review gates must remain reproducible.

0 Updated 3 weeks ago
Lx050
AI & Automation Solid

literature-survey

Use when the user wants a comprehensive literature survey on a specific research topic. Outputs a complete PDF survey (6–20 pages, 60+ real citations, 100+ recommended) with LaTeX source, topic-specific publication figures, and a classified literature table. Single-stage, no Python runtime.

178 Updated 3 weeks ago
ai4s-research
API & Backend Listed

literature-tracking

This skill should be used when tracking new life-science papers across arXiv q-bio, bioRxiv, medRxiv and PubMed in one pass: merging preprints with their published journal versions so nothing appears twice, then ranking what is left against the user's research interests. Covers a field digest, a weekly roundup, catching up after time away, and monitoring a topic or set of authors. Triggers on "anything new on X", "papers this week", "literature digest", "what did I miss", "keep me updated on", "recent preprints", or any query spanning more than one preprint server or literature database.

0 Updated 2 weeks ago
Jinsong-Zhou