obsidian-organizer
SKILL.md
Obsidian Organizer
Use this skill to make a vault predictable, searchable, and low-maintenance.
Workflow
-
Snapshot current state
- Count files and top-level folders.
- Identify naming drift and duplicate patterns.
-
Apply standard structure
- Read
references/folder-structure.md. - Propose moves before applying.
- Read
-
Enforce naming rules
- Read
references/naming-rules.md. - Run audit script in dry-run mode:
python scripts/obsidian_audit.py <vault-path>
- Apply only after confirmation:
- Read