Lit Search banner
hverma99 hverma99

Lit Search

Development community

Description

<!-- Thin trigger for the literature-search skill. Takes a search topic as $ARGUMENTS. --> Run the `literature-search` skill for the topic: $ARGUMENTS Delegate the actual search work to the `literature-scout` agent as described in that skill, then write/update the resulting `literature/<topic>.md` table. If `$ARGUMENTS` also includes constraints (year range, venue list, method family), pass them through to the search rather than dropping them.

Installation

Installs to ~/.claude/skills/hverma99-phd-skills-lit-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hverma99-phd-skills-lit-search && curl -fsSL https://raw.githubusercontent.com/hverma99/phd-skills/HEAD/commands/lit-search.md -o ~/.claude/skills/hverma99-phd-skills-lit-search/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository