obsidian-upgrade-migration
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Obsidian Upgrade Migration
Current State
!npm list 2>/dev/null | head -20
!cat manifest.json 2>/dev/null || echo 'No manifest.json in cwd'
Overview
Upgrade an Obsidian plugin between versions: migrate persisted settings with version checks, replace deprecated API calls, update manifest.json minAppVersion, and test across Obsidian releases.
Prerequisites
- Existing Obsidian plugin with source code
- Current
manifest.jsonandversions.json - Access to Obsidian changelog and breaking changes docs
- Node.js 18+ with npm or pnpm