From songshgeo-skills
Run a literature review using paper search and primary-source synthesis. Use when the user asks for a lit review, paper survey, state of the art, academic landscape summary, or a publication-corpus review of a lab, PI, or author on a research topic.
How this skill is triggered — by the user, by Claude, or both
Slash command
/songshgeo-skills:literature-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a cited literature review grounded in primary sources — papers, preprints,
Produce a cited literature review grounded in primary sources — papers, preprints, lab pages, author profiles — not secondary write-ups. Derive a short slug (lowercase, hyphens, ≤5 words) from the topic and use it for every file in the run.
The heavy searching is not this skill's job — hand it to a background agent. Run
/deep-research or /research to sweep sources, then do the academic synthesis
layer here. Keep intermediate notes in the scratchpad; write the final artifact
where the project keeps research notes (match the existing convention; if none,
pick a sensible research/-style location and say where).
researcher subagent for wide sweeps (or /deep-research);
search directly for narrow ones. Check the user's own library first with
/zotero-search (what's already collected, with local PDFs and citekeys), then
cross-source the web with WebSearch and /scholar-search
(search … --source all, resolve, cited-by, refs) so metadata comes with
real DOIs and citation counts. Prefer stable source URLs (arXiv, OpenAlex,
journal DOIs, lab pages). Mark every planned question done, blocked, or
superseded — never silently drop one.verifier subagent to add inline citations and
check every source URL resolves, then the reviewer subagent for an adversarial
pass on unsupported claims, logical gaps, and single-source critical findings.
Fix fatal issues before delivering; record major ones under Open Questions.<slug>.md and a <slug>.provenance.md sidecar listing:
date, sources consulted vs. accepted vs. rejected, verification status, and the
intermediate files used (plus the publication-log path and unresolved gaps for a
corpus review). Confirm both files exist on disk before you stop.Adapted from companion-inc/feynman (MIT). See ../ATTRIBUTION.md.
npx claudepluginhub songshgeo/skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.