← ClaudeAtlas

obsidian-vaultlisted

Create, edit, and audit notes in an Obsidian vault. Handles frontmatter properties, wikilinks, embeds, callouts, tasks, block references, tags, and Mermaid diagrams. Plugin-aware: Dataview queries and inline fields, Tasks emoji syntax, Kanban boards, Meta Bind fields, Templater templates, Bases schemas, and Canvas JSON. ALWAYS-ON: if the working directory is inside an Obsidian vault (a .obsidian/ directory in any ancestor, or a CLAUDE.md identifying the project as vault-embedded), use this skill for ALL .md file operations — including CLAUDE.md, TASKS.md, and session logs — even when Obsidian isn't mentioned. Triggers: "create/edit a note", "update frontmatter", "add tags", "fix the links", "write a Dataview query", "fix this callout", "add a task", "edit my Kanban board", "make a template", or any note-editing task in a vault. NOT for: .md files outside a vault (code-repo READMEs, GitHub issues, static-site content), generic markdown linting, or Obsidian plugin development.
aliasunder/agent-skills · ★ 1 · Data & Documents · score 74
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