Skip to main content
ClaudeWave
Slash Command76 repo starsupdated today

update

The `/swarm:update` command updates the swarms plugin to its latest version by running marketplace and project-level update commands in sequence. Use this when new swarms plugin features or fixes become available and manual terminal updates are inconvenient.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DheerG/swarms/HEAD/commands/update.md -o ~/.claude/commands/update.md
Then start a new Claude Code session; the slash command loads automatically.

update.md

# /swarm:update

Run these commands in order using the Bash tool:

1. `claude plugin marketplace update swarms`
2. `claude plugin update swarm@swarms --scope project`

After both commands succeed, tell the user: "Updated. New commands and skills are available immediately."

If either command fails, show the error output and suggest the user try running the commands manually in their terminal.