skills/lit-review/SKILL.md
Structured literature search and synthesis with citation extraction and gap identification. Searches eprint, arxiv, and the web.
npx skillsauth add tesseract-ripple/claude-research-config lit-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Conduct a structured literature search and synthesis on a cryptography or mathematics topic.
Input: $ARGUMENTS — a topic, paper title, research question, or construction to investigate.
Parse the topic from $ARGUMENTS.
Search for related work:
WebSearch to find papers on eprint.iacr.org, arxiv.org, and Google ScholarWebFetch to access paper abstracts and metadata.bib files in the current directory for already-known papersOrganize findings into categories:
Identify gaps and opportunities:
Extract citations in BibTeX format for all papers discussed.
Save the report to lit_review_[sanitized_topic].md in the current directory.
# Literature Review: [Topic]
**Date:** [YYYY-MM-DD]
**Query:** [Original query]
## Summary
[2-3 paragraph overview]
## Key Papers
### [Author (Year)] — [Short Title]
- **Main contribution:** [1-2 sentences]
- **Assumption:** [Hardness assumption]
- **Proof technique:** [Game-based / simulation / UC / etc.]
- **Efficiency:** [Proof size, rounds, computation]
- **Relevance:** [Connection to user's research]
- **Link:** [eprint/arxiv URL]
## Comparison Table
| Construction | Assumption | Proof Size | Rounds | Proof Technique |
|---|---|---|---|---|
## Gaps and Opportunities
1. [Gap 1]
2. [Gap 2]
## BibTeX Entries
Adapted from pedrohcgs/claude-code-my-workflow (MIT license).
documentation
Draft or refine a LaTeX section for a research paper, note, or proof writeup.
development
Computationally verify a mathematical identity, construction, or cryptographic property using Python.
testing
Cross-reference all citations in .tex files against bibliography entries. Find missing entries, unused references, and quality issues.
research
Survey a research topic — find approaches, compare tradeoffs, summarize key papers and results.