Create Workflow banner
DheerG DheerG

Create Workflow

Productivity community

Description

--- description: Scaffold a custom workflow — generates a mode skill and shortcut command argument-hint: <workflow name> [description] disable-model-invocation: true --- # /swarm:create-workflow You are scaffolding a custom swarm workflow. This generates two files in the user's project: 1. A **mode skill** (`.claude/skills/<name>-mode/SKILL.md`) — the domain-specific operational spec 2. A **shortcut command** (`.claude/commands/<name>.md`) — the entry point users invoke The interaction model

Installation

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

Terminal
mkdir -p ~/.claude/skills/dheerg-swarms-create-workflow && curl -fsSL https://raw.githubusercontent.com/DheerG/swarms/HEAD/commands/create-workflow.md -o ~/.claude/skills/dheerg-swarms-create-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