Read and write Obsidian vault files, manage wiki-links, process markdown with YAML frontmatter. Use when working with vault file operations, creating notes, or managing links.
69
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Core operations for reading, writing, and managing files in an Obsidian vault.
vault-root/
├── CLAUDE.md # Main context (always read first)
├── Daily Notes/ # YYYY-MM-DD.md format
├── Goals/ # Goal cascade files
├── Projects/ # Project folders with CLAUDE.md
├── Templates/ # Reusable note structures
└── Archives/ # Completed/inactive content*.md, Daily Notes/*.md[[Note Name]] # Simple link
[[Note Name|Display Text]] # Link with alias
[[Note Name#Section]] # Link to sectionStandard frontmatter structure:
---
date: 2024-01-15
tags: [tag1, tag2]
status: active
---When processing templates, replace:
{{date}} - Today's date (YYYY-MM-DD){{date:format}} - Formatted date{{date-1}} - Yesterday{{date+1}} - Tomorrow{{time}} - Current timeDaily Notes/{date}.md existsTemplates/Daily Template.mdDaily Notes/{date}.md#priority/high, #priority/medium, #priority/low#active, #waiting, #completed, #archived#work, #personal, #health, #learningef1e4da
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.