AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Literature Review

skill-msimchowitz-writing-skills-literature-review · by msimchowitz

Research, structure, draft, and verify source-grounded literature reviews, surveys, and related-work syntheses. Use for mapping a research area, comparing model or method lineages, reconstructing training recipes, building evidence tables, identifying disclosed and missing details, maintaining a living review, or writing a cited literature-review section or standalone LaTeX report.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-msimchowitz-writing-skills-literature-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-msimchowitz-writing-skills-literature-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Literature Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Literature Review

Build the review from a traceable evidence base. Never invent papers, authors, dates, identifiers, datasets, model variants, training stages, numerical results, or implementation details.

Set The Review Contract

Copy [review-plan.md](assets/review-plan.md) into the project and complete it before broad retrieval. Fix these decisions:

  1. State the review question and intended reader.
  2. Record the retrieval cutoff date.
  3. Define the unit of analysis: paper, model family, release, checkpoint,

dataset, method, or experiment.

  1. State inclusion and exclusion rules.
  2. Define the comparison axes before reading results.
  3. Clarify whether "all" means every family, every named release, or every

checkpoint.

Treat the contract as editable. Record scope changes rather than silently expanding or shrinking the review.

Build The Evidence Base

Copy [source-ledger.csv](assets/source-ledger.csv) and [claim-evidence-matrix.csv](assets/claim-evidence-matrix.csv) into a research/ directory. Read [evidence-workflow.md](references/evidence-workflow.md) before retrieval.

Prefer sources in this order:

  1. Versioned papers and appendices.
  2. Official repositories, model cards, data cards, and release notes.
  3. Official project pages or technical blogs.
  4. Independent papers that reproduce, compare, or critique the work.
  5. Secondary summaries only for discovery or clearly attributed context.

Use stable paper, repository, or release URLs. Verify title, full author list, year, identifier, and version before adding BibTeX. Read the method, training, data, and appendix sections rather than relying on abstracts or search snippets.

For each source:

  • add one ledger row;
  • record the exact page, section, table, or model-card heading supporting each

important claim;

  • label evidence as reported, derived, inferred, conflicting, or

not-disclosed; and

  • add each planned synthesis claim to the claim-evidence matrix before

drafting it.

Do not turn an absent detail into a plausible recipe. State that the reviewed sources do not disclose it.

Reconstruct Technical Recipes

For a model or method lineage, extract the same schema from every generation:

  • release and version;
  • inherited backbone and changed components;
  • modality encoders, adapters, tokenization, and fusion path;
  • pretraining data types, mixture, scale, filtering, and synthetic data;
  • stage order, frozen or trainable modules, objectives, and curriculum;
  • context length, resolution, temporal treatment, or sampling policy;
  • instruction tuning, preference optimization, reinforcement learning, and

safety alignment;

  • compute, optimizer, schedule, and other disclosed implementation details;
  • evaluation evidence tied to each claimed change; and
  • details that remain undisclosed.

Keep family-level statements separate from checkpoint-specific statements. Do not transfer a recipe from one size, modality, or release to another unless the source explicitly does so.

Synthesize Across Sources

Organize the body around distinctions that answer the review question. Use a chronological lineage only where inheritance matters; compare sources by training stage, architecture, data, objective, alignment, or disclosure where those axes carry the argument.

Each paragraph should:

  1. state one synthesis claim;
  2. identify the sources or releases being compared;
  3. cite the evidence near the claim;
  4. distinguish reported fact from interpretation; and
  5. end with a supported consequence, boundary, or unresolved question.

Use tables for a complete taxonomy or structured comparison. Cite factual cells or make the table's source mapping explicit. Do not use leaderboard scores as evidence for a training mechanism unless an ablation or controlled comparison supports that mechanism.

Include a limitations section that names search boundaries, inaccessible artifacts, version ambiguity, contradictory reports, and undisclosed recipe details. For a living review, state the cutoff date in both the manuscript and the ledger.

Write The Manuscript

For a research-paper or LaTeX deliverable, read the sibling [paper-writing](../paper-writing/SKILL.md) skill, its [sentence-style](../paper-writing/references/sentence-style.md) reference, and its [latex-project-conventions](../paper-writing/references/latex-project-conventions.md) reference. Choose a stable, descriptive review slug and keep -main.tex as the top-level orchestration file. Put prose in section files. Do not create a generic main.tex.

Draft the title and abstract after the comparison and disclosure boundaries are stable. Use direct technical prose. Name exact model families, stages, datasets, and objectives when the sources disclose them. Avoid promotional release language.

After claims, citations, and structure are stable, run the complete sibling [general-writing](../general-writing/SKILL.md) workflow. Let that skill run Humanizer in embedded mode, then recheck every edited name, number, date, qualifier, and citation against the evidence ledger.

Audit And Build

Run the bundled audit from the project root:

python3 /path/to/literature-review/scripts/audit_review.py .

Resolve missing BibTeX keys, unresolved placeholders, and incomplete source rows. Review uncited entries rather than deleting records needed by the ledger.

Compile a LaTeX review with:

review_name=multimodal-model-review
latexmk -pdf -interaction=nonstopmode -halt-on-error \
  -outdir=build "${review_name}-main.tex"
cp "build/${review_name}-main.pdf" "${review_name}-main.pdf"
cmp -s "build/${review_name}-main.pdf" "${review_name}-main.pdf"

Require a successful build and inspect the log for undefined references or citations, LaTeX errors, and overfull boxes. Render the final PDF and inspect every page after layout-sensitive changes. The named PDF in the project root is the canonical deliverable; do not leave it only under build/. Report the retrieval cutoff, source count, build result, remaining evidence gaps, and final root artifact path.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.