This handles the full lifecycle of Obsidian vault management: creating notes with proper frontmatter, organizing content in a PARA-inspired structure, writing Dataview queries, and working with Templater syntax. You'd reach for it when building out daily notes, zettelkasten entries, or any structured markdown knowledge base. The guide is thorough on syntax and folder conventions, which is helpful since Obsidian's power comes from consistency. One heads up: the gotchas section is worth reading before you automate anything. External scripts don't trigger Obsidian's link rebuilding, and Templater behaves differently in CLI contexts, so bulk operations need care or you'll spend time cleaning up orphaned links and stale cache.
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian-vault-management