Utility shell scripts for maintaining your Claude Code setup.
Bulk-updates all installed Claude Code marketplaces and plugins/skills in one shot.
Usage:
bash ~/.claude/scripts/update-cc-plugins.shWhat it does:
- Runs
claude plugin marketplace updateto refresh all configured marketplaces. - Reads
~/.claude/plugins/installed_plugins.jsonand callsclaude plugin update <plugin>for each entry. - Prints a summary: how many plugins were updated, skipped (no longer in the marketplace), or failed.