process

Execute modular CLI workflows for batch Obsidian vault operations with YAML frontmatter handling and safe write-backs.

7|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Zpankz/mcp-skillset --skill process-zpankz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process
Source: https://github.com/Zpankz/mcp-skillset/tree/main/process
Command: npx skills add https://github.com/Zpankz/mcp-skillset --skill process-zpankz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Batch Obsidian vault operations to scale note management and analytics, enabling repeatable, scalable changes across large collections of notes without manual per-file edits.

Core Features & Use Cases

  • Bulk tag normalization, wikilink extraction/fixing, and frontmatter edits to enforce consistency across a vault.
  • Vault analysis, health checks, and migration workflows to reorganize notes or migrate structures at scale.
  • Modular CLI-driven workflows that coordinate multiple scripts (batch processing, extraction, and analysis) with safe, rollback-friendly write-backs.

Quick Start

Run a dry-run on a small vault subset to preview changes before applying batch operations.

Frequently Asked Questions about process

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

FAQPage Schema
How do I normalize tags and fix wikilinks across an entire Obsidian vault?

Batch Obsidian vault operations enable bulk tag normalization and wikilink extraction to enforce consistency. This scales note management across large collections without manual per-file edits.

Can I run a dry-run to preview batch frontmatter edits before applying them?

Yes, you can run a dry-run on a small vault subset to preview changes. The workflow uses safe, rollback-friendly write-back strategies to minimize risk during batch frontmatter edits.

What is the best way to perform vault health analysis and structural migrations for Obsidian?

Vault health analysis and structural migrations are best handled by modular CLI workflows. They coordinate multiple isolated scripts to analyze vault health and reorganize notes at scale safely.

Do I need pyyaml installed to process YAML frontmatter in Obsidian notes?

Yes, pyyaml is a required dependency to process YAML frontmatter in Obsidian notes. The batch operations rely on it to parse and edit frontmatter fields during vault-wide changes.

Why do batch operations fail to write back changes safely during large vault migrations?

Batch operations can fail if safe write-back strategies are bypassed. Always run a dry-run on a subset first to ensure isolated script modules handle YAML frontmatter and wikilinks correctly.