obsidian-paper-vault

Featured

Turn a folder of research PDFs into an Obsidian knowledge vault — consistently formatted literature notes with frontmatter, PDF embed links, and cross-referenced atomic concept notes. Use whenever the user wants PDFs converted to Obsidian notes, a batch of papers summarized into a common template, a research "second brain" built or extended, or concepts extracted across accumulated notes — even if they never say "Obsidian". Pairs with /lit-sync, which owns the same vault folders from the Zotero/BibTeX side.

Data & Documents 292 stars 71 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Obsidian Paper Vault Converts a folder of research PDFs into a two-layer Obsidian vault: **literature notes** (one per paper, templated) and **atomic concept notes** (synthesized across papers). The rules below are not style preferences. Each one is here because its absence produced a specific, silent failure — a fabricated patient count, a broken PDF link, an empty Dataview table — in a vault of 100+ papers. ## Relationship to /lit-sync Both skills write literature and concept notes into the same vault folders. They enter from opposite ends and must not overwrite each other. | | `/lit-sync` | `obsidian-paper-vault` | |---|---|---| | Input | Zotero collection / `refs.bib` | a folder of PDFs | | Note key | citekey | short descriptive title | | Owns | `manuscript/_src/refs.bib` | extracted-text cache | **Never overwrite an existing note.** If a note for the paper already exists (by title, DOI, or citekey), report it and skip. When both skills are in play, `/lit-sync` notes are the bibliographic spine; this skill's notes are the read-through summaries. ## Step 0: Resolve the vault layout — ask, do not assume Establish three paths before writing anything: 1. **Vault root** — from the user, or `$OBSIDIAN_VAULT`. Never guess a home-directory path. 2. **Literature notes folder** — default `Literature/`. If the vault already has a folder serving this role (`02_research/논문/`, `Papers/`, `文献/`), **honor the existing layout** rather than imposing the default. 3. **Conce...

Details

Author
Aperivue
Repository
Aperivue/medsci-skills
Created
5 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Featured

lit-sync

Sync research references from .bib files to Zotero library + Obsidian literature notes. Extract cross-cutting concept notes when enough literature accumulates. Works after /search-lit or standalone.

292 Updated 4 days ago
Aperivue
Data & Documents Listed

obsidian-notes-skill

Create, convert, or reformat notes in the user's Obsidian vault to match THEIR OWN structure. The skill learns each vault once through a setup wizard and saves the layout (folder roles, tag style, date format, promotion style) to vault-config.yaml. Use whenever the user asks to make an "obsidian note", "main note", "atomic note", "zettelkasten note", "source note", "convert this to my structure", "add to my vault", "file this in obsidian", clean up a note's frontmatter/tags, or set up / change how notes are filed. Also trigger when the user pastes rough content and asks to file it into Obsidian, or points at a note in the vault and asks to normalize/restructure it. Works with any vault layout — Zettelkasten, PARA, flat, or custom.

0 Updated 1 months ago
kaushikhegde11
Code & Development Listed

obsidian-vault

Vault conventions and formats for writing to the Obsidian vault — note frontmatter, session-log and journal snippets, evergreen project notes, .base database views, ADR format, and clipping URLs into the vault. Use when creating or editing vault notes, session logs, ADRs, or .base files. Defers `obsidian` CLI syntax and defuddle flags to the obsidian:obsidian-cli and obsidian:defuddle skills.

0 Updated 2 weeks ago
pyang2045