What problem does it solve?
This Skill eliminates the confusion and breakage risk of mismatched plugin versions by safely detecting drift and applying only the missing forward migrations, so your local second-brain setup stays consistent after updates.
Core Features & Use Cases
- Version-aware migration runner: Compares the canonical plugin version in plugin.json against the installed-version marker and runs only migrations whose target versions fall in the missing range.
- Safe upgrade with validation gates: Includes idempotent health checks (for example, verifying vector-deps import capability) and skips work when already satisfied.
- Forward-only, minimal-impact changes: Applies additive migrations and guards optional features (such as enabling the knowledge graph) so upgrades remain safe and reversible where applicable.
Quick Start
Run the upgrade skill to migrate your local installation to the currently declared plugin version and update the installed-version marker.