Paper Read banner
genliusrocks genliusrocks

Paper Read

Development community

Description

Read one or more papers from the knowledge garden by their IDs and answer a question. `$ARGUMENTS` is `<paper_id> [<paper_id> ...] <question>`. Examples: - Single: `pg-2024-00005 What kernel does the paper use?` - Multiple: `pg-2024-00005 pg-2023-00008 Compare their assumptions about order flow.` Parse: split on whitespace; consume leading tokens matching `^pg-\d{4}-[0-9a-f]{5}$` as the paper ID list; the remainder joined with single spaces is the question. At least one ID is required. ## Re

Installation

Installs to ~/.claude/skills/genliusrocks-paper_garden-paper-read/SKILL.md

Terminal
mkdir -p ~/.claude/skills/genliusrocks-paper_garden-paper-read && curl -fsSL https://raw.githubusercontent.com/genliusrocks/paper_garden/HEAD/commands/paper-read.md -o ~/.claude/skills/genliusrocks-paper_garden-paper-read/SKILL.md

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

Full documentation available on GitHub

View Source Repository