From paper-research-skill
Use when user wants queryable YAML frontmatter on Obsidian paper notes so they can use the Dataview plugin to filter, sort, or display papers as tables. Runs alongside paper-note, paper-moc, or paper-wiki. Use when user says "add metadata to my notes" or "I want to query my papers with Dataview".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paper-research-skill:paper-dataviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Adds standardized YAML frontmatter to Obsidian paper notes, enabling queries with the Dataview plugin. Can be run on new notes (alongside `paper-note`) or retroactively on existing notes.
Adds standardized YAML frontmatter to Obsidian paper notes, enabling queries with the Dataview plugin. Can be run on new notes (alongside paper-note) or retroactively on existing notes.
MarkusPfundstein/mcp-obsidian must be installed and configured.
Accepts paper metadata from paper-fetch / paper-zotero output, or ask user for:
mcp-obsidian (if note already exists)mcp-obsidian---
title: "{{title}}"
authors: ["{{Author1}}", "{{Author2}}"]
year: {{year}}
doi: "{{doi}}"
source: "{{arxiv|pubmed|biorxiv|other}}"
tags: [{{topic-tag-1}}, {{topic-tag-2}}]
zotero_key: "{{zotero_key}}"
read_status: unread
date_added: {{YYYY-MM-DD}}
---
After frontmatter is added, users can query in Obsidian:
TABLE authors, year, source
FROM "Papers"
WHERE contains(tags, "transformer")
SORT year DESC
TABLE title, read_status
FROM "Papers"
WHERE read_status = "unread"
Confirmation of updated notes:
Updated frontmatter in:
Papers/attention-is-all-you-need.md
Papers/bert-pre-training.md
--- block before prepending. Merge fields rather than overwriting if a note already has partial frontmatter.["Author1", "Author2"], not a comma-separated string.npx claudepluginhub thuyhuongctu/paper-research-skillGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Runs a structured interview session to sharpen plans or designs, producing ADRs and a glossary as output.
Applies curated color/font themes to slides, docs, and HTML artifacts. Includes 10 preset themes and can generate custom themes on demand.