Uninstall and reinstall all Claude Code plugins to refresh cache and resolve version mismatches.
Reinstalls all Claude Code plugins to fix cache corruption and version mismatches.
/plugin marketplace add athola/claude-night-market/plugin install leyline@claude-night-marketUtility command that detects installed plugins and reinstalls them. Use when plugins have cache corruption, version mismatches, or stale hook paths.
The following plugins are automatically excluded from reinstallation to prevent breaking the reinstall process:
| Flag | Behavior |
|---|---|
| (default) | Execute reinstall directly via Python script |
--list-only | Generate copy-paste commands for manual execution |
--generate-script | Generate /tmp/reinstall-plugins.sh for terminal execution |
--dry-run | Show what would be done without executing |
Run the reinstall script:
Bash("python3 /home/alext/claude-night-market/plugins/leyline/scripts/reinstall_all_plugins.py")
For list-only mode:
Bash("python3 /home/alext/claude-night-market/plugins/leyline/scripts/reinstall_all_plugins.py --list-only")
For script generation:
Bash("python3 /home/alext/claude-night-market/plugins/leyline/scripts/reinstall_all_plugins.py --generate-script")
For dry-run:
Bash("python3 /home/alext/claude-night-market/plugins/leyline/scripts/reinstall_all_plugins.py --dry-run")
The script will:
~/.claude/plugins/installed_plugins.json (or v2 format)Restart Claude Code to apply the reinstalled plugins.
After reinstall, if hooks still fail:
~/.claude/plugins/cache/ for stale directories