agentsclimarketplace

Ask gemini

Skill yeaight7/agent-powerups/skills/ask-gemini

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Install
npx -y skills add yeaight7/agent-powerups --skill ask-gemini

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when a Codex or generic local agent needs a focused second opinion from Gemini CLI without MCP routing.

SKILL.md

1.9 KB, as published. Nobody here has run it

Ask Gemini

Purpose

Use local Gemini CLI as an external advisor for brainstorming, design feedback, or focused reviews. The workflow is local-first and always leaves a Markdown artifact.

When to Use

  • Need a Gemini second opinion from Codex App or another shell-capable agent.
  • Want reviewable output from gemini -p saved for later.
  • Do not use when Gemini CLI is missing or unauthenticated.
  • Do not use as an MCP fallback.

For multi-turn advisory sessions (persistent context across follow-ups), use relay-gemini instead — apx relay start <name> --provider gemini keeps context across turns.

Inputs

  • A specific prompt or task.
  • Local gemini command available in PATH.
  • Optional artifact directory.

Workflow

Run through APX:

apx ask-gemini "Brainstorm edge cases for this CLI"

Equivalent nested APX and direct CLI calls:

apx ask gemini "Brainstorm edge cases for this CLI"
gemini -p "Brainstorm edge cases for this CLI"

If gemini is missing, stop and ask the user to install/configure Gemini CLI. Verify with:

gemini --version

Output

APX writes:

.apx/artifacts/gemini-<slug>-<timestamp>.md

Artifact sections:

  • Original user task
  • Final prompt sent to Gemini CLI
  • Gemini output (raw)
  • Concise summary
  • Action items / next steps

Verification

apx check ask-gemini
apx ask-gemini "Return OK only" --json

Confirm JSON includes provider, artifactPath, promptLength, and raw output in stdout. Open the artifact before applying advice.

Failure Modes

  • Missing CLI: do not use MCP; ask user to install/configure gemini.
  • Auth failure: keep artifact if APX created one, report CLI stderr.
  • Broad prompt: narrow the question before running to avoid noisy advice.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.