ワンクリックで
paper-read-draft
Use when a user asks to set up, create, prepare, or start a brief Obsidian PaperRead draft or paper-reading note.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when a user asks to set up, create, prepare, or start a brief Obsidian PaperRead draft or paper-reading note.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a user asks to review, critique, fact-check, strengthen, or annotate an existing Obsidian PaperRead or paper-reading note by adding source-backed comments inside that note.
Use when a user wants to read current articles from configured WeChat subscriptions, configure selected sources, or receive an incremental scheduled digest through BestBlogs.
Find, check, classify, add, or repair one academic paper across public scholarly sources and the user's Zotero Research library. Use for a title, DOI, arXiv ID/URL, or publisher URL when the user asks whether the paper is saved, where it belongs, or asks to add/save/import it with a verified PDF and Research/ReadLater filing.
Maintain a Karpathy-style, source-backed research LLM Wiki in the user's Obsidian vault. Use when the user asks to ingest papers, Zotero items, web clips, PDFs, or paper notes into `Research/LLM Wiki`; query or synthesize from that wiki; file durable research analyses; lint the wiki for stale claims, missing citations, orphan pages, duplicate concepts, or contradictions; or mentions `$research-llm-wiki ingest`, `$research-llm-wiki query`, or `$research-llm-wiki lint`.
Use when the user asks to explain, teach, clarify, compare, walk through, or help them understand a concept, system behavior, error, or code; especially for why/how questions or when a definition alone is not enough. Do not use for execution-only requests or simple facts that need only a terse answer.
Prepare a concise, strictly read-only daily command-center brief across Gmail, Google Calendar, and Todoist. Use for daily or morning briefs, daily planning, and scheduled command-center runs that need email context, time commitments, and priority tasks without changing any source.
| name | paper-read-draft |
| description | Use when a user asks to set up, create, prepare, or start a brief Obsidian PaperRead draft or paper-reading note. |
Create one compact, factual note shell for a paper. The note records verified metadata and leaves all reading content to the user through hidden Obsidian prompts.
CODEX_OBSIDIAN_VAULT and obsidian_files. Write only beneath PaperRead/; never use the current working directory as the vault.year, prefer the official venue publication year; use the canonical preprint year only when no venue publication year is available.Use the vault template at PaperRead/_Paper Read Template.md when it exists and satisfies the contract. If that exact vault template is missing or malformed, never silently rewrite the vault template; use the bundled fallback at references/paper-read-template.md for note creation.
The frontmatter contains only title, authors, year, venue, url, tags, and created. Do not add a body H1. The body has exactly these H2 sections, in order: Summary and takeaway, My thoughts, and Questions. Each section contains only its short %% ... %% prompt.
The base tag is paper-read. A concrete note may add at most three conservative lowercase hyphenated topic tags. If uncertain, use only paper-read.
Build every new note name as:
PaperRead/<first-author-family-name><YY>-<short-method-name>.md
Establish all three components from current evidence before creating the note:
Run python3 scripts/paper_read_filename.py --author-family <name> --year <YYYY> --method <short-name> to generate the basename. Examples:
feng26-StreamDiffusionV2.mdluo26-DirectKV-Offloading.mdPreserve the complete canonical paper title in frontmatter; the short method name affects only the filename.
PaperRead/ for the same DOI, arXiv identifier, canonical URL, or exact normalized title. If the same paper already exists under any filename, return that path without creating, copying, renaming, or modifying it.PaperRead/, then report the created path and any unresolved metadata.