process
Installation
SKILL.md
Obsidian Batch Processing Skill
Use this skill to perform repeatable, vault-wide operations on Obsidian markdown files. Keep this file lean and route to the correct reference or script instead of duplicating detail.
Routing Map (read only what you need)
references/quickstart.md- Setup plus a 5-minute tutorial. Use for first run or quick orientation.references/cli-usage.md- Full CLI reference. Use for exact flags, subcommands, and examples.references/obsidian-syntax.md- Obsidian markdown syntax, regex patterns, and edge cases. Use when parsing or transforming content.references/processing-patterns.md- Advanced workflows, migrations, QA, rollback strategies. Use for multi-step or high-risk operations.examples/use-case-1-migrate-flat-to-hierarchical.md- Large-scale migration example.examples/use-case-2-fix-broken-links.md- Broken link repair example.examples/use-case-3-normalize-tags.md- Tag normalization example.examples/use-case-4-vault-statistics-report.md- Analytics/reporting example.