Paper Ref banner
s-choung s-choung

Paper Ref

Development community

Description

--- description: Hunt candidate references in the current project's references library (and optionally the web) for a given topic or claim. Dispatches paper-ref-hunter subagent. argument-hint: "<topic or claim>" allowed-tools: Read, Glob, Grep, Task --- ## Context - Project context exists: !`test -f .claude/paper-team/project-context.md && echo yes || echo no` - Default library (archive/06_references/): !`ls -1 archive/06_references/ 2>/dev/null | head -20` - Library file count: !`find archive

Installation

Installs to ~/.claude/skills/s-choung-research-skills-paper-ref/SKILL.md

Terminal
mkdir -p ~/.claude/skills/s-choung-research-skills-paper-ref && curl -fsSL https://raw.githubusercontent.com/s-choung/Research-Skills/HEAD/commands/paper-ref.md -o ~/.claude/skills/s-choung-research-skills-paper-ref/SKILL.md

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

Full documentation available on GitHub

View Source Repository