Agent skill

doc-to-qra

Convert a document (PDF, URL, text) into Q&A pairs stored in memory.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/doc-to-qra

Metadata

Additional technical details for this skill

short description
Document to Q&A pairs in memory

SKILL.md

doc-to-qra

Convert a document into Question-Reasoning-Answer pairs stored in memory.

Usage

bash
./run.sh <document> <scope> [context] [--dry-run]

Examples

bash
# PDF → QRA
./run.sh paper.pdf research

# URL → QRA
./run.sh https://example.com/article web

# With domain focus
./run.sh paper.pdf research "ML researcher"

# Preview first
./run.sh paper.pdf research --dry-run

Arguments

Argument Required Description
document Yes PDF file, URL, or text file
scope Yes Memory scope to store QRAs
context No Domain focus (e.g. "security expert")
--dry-run No Preview without storing

No other flags. Defaults handle everything.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results