literature-survey

Solid

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.

AI & Automation 157 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

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

Skill Content

# Literature Survey ## Overview End-to-end literature survey builder. **Single stage, full quality from the start.** The agent (Claude Code / Cursor / Aider / Codex / …) does the entire build using its own tools (WebFetch, WebSearch, Write, Bash). This SKILL is procedure + reference playbooks + LaTeX template — no Python runtime, no LLM SDK. The substantive work is decomposed into reference playbooks under `references/`: | Reference | Topic | |---|---| | `references/00-incremental-execution.md` | how to actually do this without losing work: batch sizes, persistence, resume — **read first** | | `references/01-bibliography-expansion.md` | grow `bibliography.bib` to 60+ real entries (100+ recommended) via WebFetch (no memory) | | `references/02-survey-figures.md` | taxonomy / timeline / coverage-matrix / area-map figures | | `references/03-survey-section-playbook.md` | per-section structure for survey-shaped papers | | `references/04-layout-discipline.md` | tables, figures, floats, cross-refs, author + disclosure footnote | | `references/05-quality-gate.md` | self-check before delivery | **Read the relevant reference _before_ writing, not after.** The full pass does not fit in a single turn — `references/00-incremental-execution.md` is the only execution mode that completes. ## When to Use - User asks for a "survey" / "review" on a specific topic. - User has a research topic and wants a structured map of the field with citations. - User needs background reading curated fo...

Details

Author
ai4s-research
Repository
ai4s-research/ai4s-skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

literature-survey

Run a rigorous state of the art literature survey on any STEM topic and deliver a compiled PDF report of about 5 pages. Opens by converging with the user on how deep and granular the survey should go, then produces a DOI verified corpus CSV, open access PDFs with a request manifest, Tufte style seaborn figures, and testable hypotheses mined from the future work sections of the surveyed papers. Use whenever the user asks to survey a field, review the literature, map the state of the art, find who did it best, compare methods or benchmarks across papers, understand what a research area is solving for, or scope the open problems in a topic. Trigger on phrases like "survey the SOTA", "literature review", "state of the art of X", "what is the research on X", "who is leading in X", "map the field".

1 Updated today
DanieleMosh
AI & Automation Listed

survey

Use when surveying academic literature — producing a literature review, related-work synthesis, state-of-the-art overview, or comparison of papers on a topic. Triggers include "survey the literature on X", "review papers about Y", "compare these papers", "what's the state of the art in Z", "related work for <topic>". Handles both topic-driven discovery and a supplied set of papers.

0 Updated today
steven112163
AI & Automation Solid

survey-generator

Compile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page (markdown), not a one-off HTML — survey lands in `<wiki>/derived/surveys/<slug>.md` with full bibliography rows in `sources.md`. Provider-agnostic (Anthropic/OpenAI/OpenRouter/Fireworks/custom OpenAI-compat). Use when the user asks for a "survey", "literature review", "lit review", or "deep dive" on a technical topic.

2,653 Updated today
rohitg00