vault-curator

Analyze Obsidian vault notes to organize content, metadata, and relationships.

2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/totallyGreg/claude-mp --skill vault-curator-totallygreg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-curator
Source: https://github.com/totallyGreg/claude-mp/tree/main/plugins/pkm-plugin/skills/vault-curator
Command: npx skills add https://github.com/totallyGreg/claude-mp --skill vault-curator-totallygreg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, python-frontmatter, python-dateutil, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Vault content often grows unstructured across notes, making discovery, migration, and maintenance labor-intensive. Vault Curator automates intelligence-driven organization and evolution of vault content.

Core Features & Use Cases

  • Pattern detection for structural inconsistencies and opportunities to consolidate notes
  • Safe migration workflows with provenance retention and rollback support
  • Discovery views and visualizations that reveal connections and help navigation
  • Programmatic frontmatter and content manipulation to standardize schemas across a vault

Quick Start

Invoke Vault Curator to scan a scoped folder, generate a discovery map, and apply safe migrations.

Frequently Asked Questions about vault-curator

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

FAQPage Schema
How do I automate Obsidian vault migration and metadata organization?

Obsidian vault migration and metadata organization are automated using Python 3.11+ scripts that detect structural patterns, merge frontmatter programmatically, and apply safe content migrations with rollback support across scoped folders or the entire vault.

What is the best way to consolidate unstructured notes in an Obsidian vault?

The best way to consolidate unstructured notes is to use pattern detection to identify structural inconsistencies and opportunities to merge content, generating discovery views and visualizations that reveal connections for easier navigation.

Does Vault Curator support safe rollback for frontmatter and content migrations?

Vault Curator supports safe rollback for frontmatter and content migrations. It retains provenance for migrated notes and provides a modular toolset to ensure vault content can be safely reverted if structural changes need to be undone.

Can I use Python scripts to manipulate frontmatter and visualize vault discovery views?

You can use inline Python 3.11+ scripts with PEP 723 metadata to manipulate frontmatter and generate vault discovery views. The scripts operate within scoped folders or across the entire vault to reveal connections and help navigation.

How do I standardize metadata schemas across my entire Obsidian vault?

To standardize metadata schemas across an Obsidian vault, use programmatic frontmatter merging and content manipulation. This intelligence-driven organization detects structural inconsistencies and applies consistent frontmatter fields across scoped folders or the entire vault.

When should I avoid automated content merging for vault notes?

Automated content merging for vault notes should be avoided when dealing with highly sensitive or complex notes where manual review is necessary. While rollback support exists, automated migrations are best suited for standardizing large volumes of unstructured content.