From asta-tools
Creates or updates literature reviews/reports with BibTeX citations. Useful for researching, summarizing, and synthesizing academic papers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asta-tools:literature-reportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create or update literature reviews/reports as markdown documents with citations.
Create or update literature reviews/reports as markdown documents with citations.
.asta/documents/literature/find/ for existing search results before running new searches.docs/), not inside .asta/.YAML frontmatter — required for citation resolution:
---
bibliography: ../references.bib
---
Citations: Use [@key] format. Every key must exist in the .bib file — unresolved keys won't render.
Adding papers to .bib: As you cite a paper, fetch its metadata and append a BibTeX entry:
asta papers get CorpusId:<id> --fields title,authors,year,venue,externalIds,journal,publicationDate
Generate a BibTeX entry from the result. Conventions:
{firstAuthorSurname}{year} lowercased, ASCII only (e.g., wei2022). Append a letter for conflicts (wei2022a).corpus_id: Include corpus_id = {<id>} for stable identification (survives key renames)..bib — never rewrite existing entries.Verification: Use the Preview skill to render and verify all citations resolve.
npx claudepluginhub allenai/asta-plugins --plugin asta-toolsGenerates structured literature reviews on research topics via Corbis searches, organizes into themes with synthesized prose, outputs as Markdown, LaTeX section, or standalone document with BibTeX citations.
Searches arXiv and synthesizes multiple academic papers into a structured systematic literature review, annotated bibliography, or cross-paper comparison. Outputs APA, IEEE, or BibTeX formatted reports.
Use this skill for "write a literature review", "synthesize papers", "review the literature", "summarize research findings", "identify research trends", "gap analysis", "thematic review", "systematic review", "scoping review", "narrative review", "compare studies", "research synthesis", or when the user wants to synthesize multiple papers into a cohesive literature review.