Skip to content
Development
Command

/adv-gemini

Send a prompt to Gemini CLI and return the response

From plugin
swe-marketplace
183 skills53 agents3 commands
Install
$ npx -y skills add andisab/swe-marketplace --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/adv-gemini

Context preview

What this command does when you run it.

Send a prompt to Gemini CLI and return the response

Command definition

adv-gemini.md
description: Send a prompt to Gemini CLI and return the response
argument-hint: "<prompt>"
allowed-tools: Bash

If `$ARGUMENTS` is empty, respond with: "Usage: `/adv-gemini <prompt>` — provide a prompt to send to Gemini."

Otherwise, run the following command:

bash "${CLAUDE_PLUGIN_ROOT}/skills/dispatch/scripts/dispatch.sh" --engine gemini --cwd . --prompt "$ARGUMENTS"

If the command fails (exit code non-zero), show the error type from the JSON status line and the last 5 lines of `.claude/reviews/.tmp/dispatch.log` for debugging. Otherwise, present the Gemini response directly — do not summarize or reformat it.

Ships withswe-marketplace

A curated Claude Code plugin marketplace for practical, everyday usage in software engineering — 13 plugins, 53 specialist agents, 14 skills, 3 commands. A few opinionated choices that set it apart from larger awesome-style lists: Curated, not exhaustive.

Get the whole plugin, auto-invoked
Stats
18
Stars
0
Views
1
Forks
Active
Maintenance
JavaScript
Language
MIT
License
3d ago
Last commit
8mo ago
Created

Repo: andisab/swe-marketplace