Deprecated compatibility shim for Gemini advisor requests
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add Yeachan-Heo/oh-my-codex --skill "ask-gemini" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/ask-gemini/SKILL.md---
name: ask-gemini
description: Deprecated compatibility shim for Gemini advisor requests
---
# Ask Gemini compatibility shim
Hard-deprecated. Do not invoke or route this skill for new work.
Use `$ask gemini <question>` or `omx ask gemini "<question>"` directly for Gemini advisor workflows. This file exists only to preserve the public/catalog-visible `ask-gemini` skill contract while the canonical `$ask` workflow owns provider selection.
Task: {{ARGUMENTS}}
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session