スキル一覧に戻る
grahama1970

doc-to-qra

by grahama1970

1🍴 0📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: doc-to-qra description: > Convert a document (PDF, URL, text) into Q&A pairs stored in memory. allowed-tools: Bash, Read triggers:

  • convert to QRA
  • document to QRA
  • pdf to QRA
  • create QRA from
  • extract QRA from document
  • turn this into Q&A
  • make Q&A from this
  • remember this document
  • learn from this pdf metadata: short-description: Document to Q&A pairs in memory

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

ArgumentRequiredDescription
documentYesPDF file, URL, or text file
scopeYesMemory scope to store QRAs
contextNoDomain focus (e.g. "security expert")
--dry-runNoPreview without storing

No other flags. Defaults handle everything.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です