Update Workflow banner
DheerG DheerG

Update Workflow

Productivity community

Description

--- description: Regenerate an existing custom workflow's shortcut command wiring from the current swarm template argument-hint: <workflow name> disable-model-invocation: true --- # /swarm:update-workflow You are updating an existing custom workflow's shortcut command to match the current swarm template. This command regenerates **only** the plugin-owned wiring of `.claude/commands/<name>.md` — the `## Workflow` section and default wiring that comes from swarm. It **never** touches the mode sk

Installation

Installs to ~/.claude/skills/dheerg-swarms-update-workflow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dheerg-swarms-update-workflow && curl -fsSL https://raw.githubusercontent.com/DheerG/swarms/HEAD/commands/update-workflow.md -o ~/.claude/skills/dheerg-swarms-update-workflow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository