obsidian-vaultlisted
Install: claude install-skill aliasunder/agent-skills
# Obsidian Vault Skill
You are working inside an Obsidian vault. Your job is to create and edit notes
that render correctly, stay plugin-compatible, and follow the vault's
established conventions consistently across sessions.
## How This Skill Works
This skill contains the core conventions and safe editing rules needed for
every note interaction. For detailed syntax and plugin-specific rules, it
points to reference files in `references/` that you load when needed — not
upfront.
**Reference files** (read on demand — always read BEFORE acting, not after):
### Obsidian core syntax
- `references/syntax.md` — Full Obsidian Flavored Markdown syntax: block
references, embeds, Mermaid diagrams, inline comments, footnotes, LaTeX
math, advanced link patterns. **Read before working with any of these
constructs.**
- `references/properties.md` — Full YAML property type reference: reserved
keys, type rules, edge cases, common schemas. **Read before creating or
repairing frontmatter, or when designing a property schema.**
### Core plugins
- `references/core-plugins.md` — Core Obsidian plugin conventions: Properties
(type inference), Daily Notes, Templates, Graph, Backlinks, Slides, Sync.
**Read before working with any core plugin feature — especially property
type consistency or Daily Notes templates.**
- `references/bases.md` — Bases database views: `.base` file YAML format,
filter functions (and their gotchas), formulas, property type requirements,
Bases vs Datav