gemini-swarm
Swarm a task across parallel Gemini (agy) sessions with automatic decomposition and model routing
Generate or edit an image via a Gemini (agy) session — Gemini's generate_image tool does what Claude cannot
> /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-imagegenContext preview
What this command does when you run it.
Generate or edit an image via a Gemini (agy) session — Gemini's generate_image tool does what Claude cannot
description: Generate or edit an image via a Gemini (agy) session — Gemini's generate_image tool does what Claude cannot argument-hint: [image description...]
Run the **gemini-imagegen** skill (`skills/gemini-imagegen/SKILL.md` in this plugin — read it now and follow it exactly).
Arguments given: `$ARGUMENTS`
Treat the whole argument string as the image request. If it is empty, ask the user what image they want and where to save it, then proceed.
Follow the skill: build a detailed image prompt, pick an absolute output path (ask only if no sensible default exists in the project), dispatch the agy job, verify by viewing the resulting file, and deliver it. Multiple requested images are dispatched in parallel, one agy job each.
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
Swarm a task across parallel Gemini (agy) sessions with automatic decomposition and model routing