Doc To Qra

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

majiayu000 7fe9277 2 files · 1.6 KB Updated 567 repo stars

File contents

doc-to-qra

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

Usage

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

Examples

# 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.

majiayu000/claude-skill-registry-data/tree/main/data/doc-to-qra commit 7fe927718b

Frequently asked questions

npx skillmds add majiayu000/doc-to-qra