Skip to main content
ClaudeWave
Slash Command76 estrellas del repoactualizado yesterday

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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DheerG/swarms/HEAD/commands/update.md -o ~/.claude/commands/update.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.