What problem does it solve? Manually updating the Navigator Claude Code plugin involves checking versions, running update commands, verifying skill registration, migrating legacy hooks, and syncing project configuration—a 10-15 minute process prone to missed steps and stale cached skills. ## Core Features & Use Cases - Version Detection: Compares the installed plugin version against GitHub releases, distinguishing stable from pre-release versions and skipping malformed releases whose plugin.json version mismatches the tag. - Update with Retry and Verification: Executes the plugin update, falls back to uninstall/reinstall on failure, and verifies that new skills exist on disk and are registered in plugin.json. - Legacy Hook Migration: Removes outdated Navigator hook entries from .claude/settings.json with timestamped backups, conservative matching, and idempotent re-runs. - Use Case: A user says "Update Navigator" and the skill detects v6.10.0 → v6.15.6, updates the plugin, migrates stale hooks, syncs CLAUDE.md via nav-sync-claude, and reports new features—prompting a restart so cached skill paths reload. ## Quick Start Ask the assistant to update Navigator to the latest version and verify the installation.