template-literature-synthesis

Solid

LLM prompt blocks for per-paper and corpus literature synthesis after a search pipeline. USE WHEN synthesizing arXiv/Crossref results, writing per-paper notes, thematic clusters, gap analysis from a literature corpus, or wiring template_search_project synthesis — even without naming infrastructure.llm templates.

AI & Automation 18 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
98
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Literature synthesis Prompt blocks for `infrastructure.llm` or project `synthesis.py` after literature search. ## Natural invoke - "Synthesize these 12 papers into thematic clusters with citation keys" - "Per-paper structured notes: contribution, method, evidence, limitation" - "Gap analysis: what experiments would close open questions?" ## Inputs to confirm - **Corpus** — list of papers (title, authors, year, abstract, optional fulltext). - **Goal paragraph** — for gap-analysis variant only. ## Paper block format Each paper renders as: ```text ### {citation_key} — {title} ({year}) **Authors:** {authors} **DOI / URL:** {doi or url} **Abstract:** {abstract} ``` ## Workflows ### Per-paper analysis Structured note: CONTRIBUTION (one sentence), METHOD (2–3 bullets), EVIDENCE (2–3 bullets), LIMITATION (one bullet), TAGS (3–7 lowercase). Cite as `[{citation_key}]`. ### Cross-paper synthesis Group into 3–7 thematic clusters; summarise dominant approach; agreements/disagreements; 3 open questions. Cite only corpus keys in square brackets. ### Gap analysis Given GOAL + corpus: per paper COVERS/LACKS sub-claims; propose 3 follow-up experiments. Cite by key. ## Style - Bracket-key citations only — not bare titles. - Bound input: truncate fulltext; `temperature=0.0`, `seed=42` for replay. - Optional second pass: `infrastructure.llm.validation.validate_complete`. ## Verification - Outputs under `output/llm/` or project convention; keys match `references.bib`. - See [`...

Details

Author
docxology
Repository
docxology/template
Created
11 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category