Paper7 banner
lucianfialho lucianfialho

Paper7

Documentation community

Description

Search and fetch arXiv papers as clean Markdown context for this conversation. Usage: /paper7 <command> [args] Commands: search <query> — Search arXiv for papers get <id> — Fetch a paper as Markdown and add to context repo <id> — Find GitHub repos for a paper Examples: /paper7 search "transformer architecture" /paper7 get 2401.04088 /paper7 get 1706.03762 --no-refs Instructions: 1. Parse the user's input to determine the command and arguments. 2. For "search

Installation

Installs to ~/.claude/commands/lucianfialho-paper7-paper7.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lucianfialho/paper7/HEAD/.claude/commands/paper7.md -o ~/.claude/commands/lucianfialho-paper7-paper7.md

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

Full documentation available on GitHub

View Source Repository