Batch update all installed Claude Code plugins to their latest versions with a single command.
/plugin marketplace add DropFan/claude-code-plugins
/plugin install update-plugins@tiger-plugins
Update every installed plugin in one pass:
- Runs
claude plugin listto enumerate installed plugins - Runs
claude plugin update <name@marketplace>for each one - Displays a summary table with each plugin's result (updated / already up-to-date / failed)
- Reminds you to restart the session to apply updates
/update-plugins:update-plugins
MIT