gemini-imagegen
Generate or edit an image via a Gemini (agy) session — Gemini's generate_image tool does what Claude cannot
Swarm a task across parallel Gemini (agy) sessions with automatic decomposition and model routing
> /plugin marketplace add Vallykrie/gemini-swarm-skill > /plugin install gemini-swarm@gemini-swarm-skill
How it fires
How this command gets triggered: by you, by Claude, or both.
/gemini-swarmContext preview
What this command does when you run it.
Swarm a task across parallel Gemini (agy) sessions with automatic decomposition and model routing
description: Swarm a task across parallel Gemini (agy) sessions with automatic decomposition and model routing argument-hint: [default|auto|request] [task...]
Run the **gemini-swarm** skill (`skills/gemini-swarm/SKILL.md` in this plugin — read it now and follow it exactly).
Arguments given: `$ARGUMENTS`
Interpret them as follows:
mode**; everything after it is the task description.
dispatch with `--auto`; review-mode host → dispatch with `--request`.
skipped).
If no task description remains, treat the mode as set for this conversation, confirm it in one line, and apply it when the user gives the next swarmable task. Do not ask which model to use for any subtask — routing is your job.
Decompose the task, route models, dispatch all subtasks in parallel via the `gemini-dispatcher` subagent (it calls `${CLAUDE_PLUGIN_ROOT}/scripts/dispatch.sh`), auto-accept the results, ensure the run log exists at `.gemini-swarm/logs/<ISO-timestamp>.md`, then integrate and report.
Gemini does the writing. Your orchestrator plans and reviews. gemini-swarm is a Claude Code plugin/skill (portable to other harnesses) that makes Gemini the default writer for substantial work.
Repo: Vallykrie/gemini-swarm-skill
Generate or edit an image via a Gemini (agy) session — Gemini's generate_image tool does what Claude cannot