obsidian-vault-management

Create and manage Obsidian vault markdown notes with templates and dataview queries.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian-vault-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault-management
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/obsidian-vault-management
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian-vault-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you manage Obsidian vaults with notes, templates, daily notes, and powerful query tooling.

Core Features & Use Cases

  • Dataview queries: Build dynamic views of your notes
  • Templater templates: Create and apply advanced templates
  • DataviewJS / Canvas: Advanced data visualization and data mapping
  • Templates & Plugins: Leverage popular plugins for automation

Quick Start

Create a daily note for today using the create-daily-note.py script.

Frequently Asked Questions about obsidian-vault-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate note creation and organization in Obsidian?

Automate note creation by using scripts like create-daily-note.py to generate daily notes, apply templates via Templater, and organize content with frontmatter timestamps and consistent naming conventions. The Skill manages markdown files in your vault, applying metadata-driven rules to structure notes automatically.

Can I build dynamic views of my notes using Obsidian Dataview?

Yes. Dataview queries dynamically display and filter notes based on metadata and frontmatter properties. This Skill enables DataviewJS queries for advanced data visualization, letting you create canvas-based mappings and custom views of your vault content.

How do I set up templates and daily notes in Obsidian?

Apply Templater templates to create structured notes with consistent formatting, frontmatter, and tag management. Use daily note scripts to generate timestamped entries automatically, then manage them through the Skill's templating and dataview integration.

What Obsidian plugins does this work with?

This Skill integrates with Templater for advanced template creation, Dataview for querying, and DataviewJS for complex visualizations. It works within the Obsidian plugin ecosystem to enable automation, metadata organization, and dynamic note relationships.

Does this support frontmatter metadata and tag management?

Yes. The Skill creates and edits frontmatter timestamps, applies consistent tag management, and uses metadata-driven rules for auto-organization. Frontmatter properties enable Dataview queries to filter and display notes dynamically.

Can I export or analyze vault data outside Obsidian?

The Skill manages markdown files with structured frontmatter and metadata. You can extract vault data through Dataview queries or export processed notes; downstream tools can parse YAML frontmatter and markdown content for further analysis or integration.