Lit Gaps banner
hverma99 hverma99

Lit Gaps

Development community

Description

<!-- Thin trigger for the literature-gaps skill. Takes a topic or a path to a literature table as $ARGUMENTS. --> Run the `literature-gaps` skill against: $ARGUMENTS If `$ARGUMENTS` names an existing `literature/<topic>.md` file, use it directly as the input literature set. If it's a topic instead, look for a matching `literature/<topic>.md` first (running `literature-search` if none exists yet), then proceed with the gap analysis via the `gap-analyst` agent. Produce the cluster breakdown, the

Installation

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

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

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

Full documentation available on GitHub

View Source Repository