← ClaudeAtlas

obsidian-vaultlisted

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.
pyang2045/claude-code-marketplace · ★ 0 · Code & Development · score 60
Install: claude install-skill pyang2045/claude-code-marketplace
# Obsidian vault — templates and reference The always-loaded rules (personal style rules, folder policy, prohibitions) live in `~/CLAUDE.md`. This skill holds the bulky reference material those rules imply. ## Companion skills Generic Obsidian reference lives in kepano's skills. Invoke them via the Skill tool rather than restating them here: | Skill | Purpose | |---|---| | `obsidian:obsidian-cli` | `obsidian` CLI syntax and command reference | | `obsidian:obsidian-markdown` | Valid Obsidian Flavored Markdown | | `obsidian:obsidian-bases` | `.base` database views of notes | | `obsidian:json-canvas` | `.canvas` visual maps and diagrams | | `obsidian:defuddle` | Clean markdown from any URL | **REQUIRED:** `/plugin marketplace add kepano/obsidian-skills`, then install its `obsidian` plugin — without it every pointer above is dead. Both that plugin and this one are named `obsidian`, so they share the `obsidian:` prefix; the skill names do not collide. Sibling in this plugin: `/obs-close` writes the task-closing handoff into the session note whose format this skill defines. ## Note frontmatter Every note created by Claude must include frontmatter: ```yaml --- title: <note title> date: YYYY-MM-DD categories: - projects # pluralized tags: - phoenix - firmware status: active # active | done | abandoned | reference --- ``` Property rules: - `categories` — plural nouns, maps to a `.base` overview file - `tags` — always plural; consistent across all categ