tznthou

Pi Ask Gemini — Development skill for Claude Code

Development community

Ask Gemini a question — get Google's perspective alongside Claude's.

How to install Pi Ask Gemini

Installs to ~/.claude/skills/tznthou-claude-prism-pi-ask-gemini/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tznthou-claude-prism-pi-ask-gemini && curl -fsSL https://raw.githubusercontent.com/tznthou/claude-prism/HEAD/commands/pi-ask-gemini.md -o ~/.claude/skills/tznthou-claude-prism-pi-ask-gemini/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pi Ask Gemini does


command: pi-ask-gemini description: Ask Gemini a question — get Google's perspective alongside Claude's

Ask Gemini

Forward the user's question to Gemini (via agy, the Antigravity CLI), get Google's perspective.

Execution

**Bash invocation rules (v0.12.3+)**: Call `call-codex.sh` / `call-gemini.sh` in **foreground synchronous mode** with `timeout: 600000` (Bash tool's 10-minute ceiling). **Do not** use `&`, **do not** set `run_in_background: true`, **do not** use `nohup` — Clau

Alternatives in Development

Full documentation available on GitHub

View Source Repository