ask-gemini

ask-gemini is a skill for Claude Code, Codex from ASACHIT/ask-gemini. It costs 104 tokens per session (6,424 once invoked), scanned D, original, MIT.

A skill for sending UI and user-experience work to another model while the main coding session continues.

In plain words
What is it for?
It is for redesigning, critiquing, fixing, or improving interfaces and for reviewing design, component-architecture, or system decisions.
Why use it?
It provides a second opinion or parallel design work without stopping backend and frontend integration.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/asachit/ask-gemini/ask-gemini
Any agent
npx skills add ASACHIT/ask-gemini --skill ask-gemini
Clone the repo
git clone --depth 1 https://github.com/ASACHIT/ask-gemini

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ask-gemini

README.md
[![agentmods](https://agentmods.dev/badge/skills/asachit/ask-gemini/ask-gemini.svg)](https://agentmods.dev/skills/asachit/ask-gemini/ask-gemini)
Your own site
<a href="https://agentmods.dev/skills/asachit/ask-gemini/ask-gemini"><img src="https://agentmods.dev/badge/skills/asachit/ask-gemini/ask-gemini.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00104 $0.06424
Opus 5 $0.00052 $0.03212
Sonnet 5 $0.00021 $0.01285
Haiku 4.5 $0.00010 $0.00642

Measured 4d ago against content hash eea667a4bfa0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade D, and why

ask-gemini scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/install.sh, tests/bats_helper.bash, tests/install-bats.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

**Hard dependency:** the Antigravity CLI (`agy`) must be installed and authenticated — it is the engine this skill drives. **You install `agy` yourself**; the installer only checks whether it's present. Install: `curl -f

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

This skill follows the open Agent Skills standard, so it runs under any runtime that supports it: Claude Code, OpenAI Codex CLI, Pi CLI, GitHub Copilot CLI, and Antigravity/Gemini. It is discovered automatically from the

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Hard dependency:** the Antigravity CLI (`agy`) must be installed and authenticated — it is the engine this skill drives. **You install `agy` yourself**; the installer only checks whether it's present. Install: `curl -f
skills/ask-gemini/SKILL.md · 461 lines

How it starts

The opening of the file, as written. The whole thing — 461 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ask Gemini — Parallel UI/UX Delegation Skill

Hand off UI/UX work — redesign, critique, fix, craft, enhance — to another model and run it in parallel while the main session keeps wiring backend and frontend APIs. The ask-gemini script shells out to the Antigravity CLI (agy), which is multi-model (Gemini Pro/Flash, Claude, GPT-OSS) and has its own subagent/agent system, so a delegated UI task can itself fan out. The script handles all plumbing (sessions, profiles, design context, UUID capture, cleanup) and returns structured JSON. It also serves cross-model second opinions on design and architecture.

Division of labor: Gemini is the eye, Claude holds the wheel. Claude reviews and adapts everything Gemini returns before it touches the codebase — Gemini proposes, Claude integrates.

Cross-Runtime Install

This skill follows the open Agent Skills standard, so it runs under any runtime that supports it: Claude Code, OpenAI Codex CLI, Pi CLI, GitHub Copilot CLI, and Antigravity/Gemini. It is discovered automatically from the cross-runtime dir ~/.agents/skills/ask-gemini/ (and ~/.claude/skills/ask-gemini/ for Claude Code).

One-command setup. After the skill folder lands in a skills dir (manually, or via npx skills add <source>), run the bundled installer — it creates the ask-gemini PATH launcher, checks for the agy engine, and reports readiness:

bash <skill-dir>/scripts/install.sh            # creates the launcher, checks for agy

<skill-dir> is wherever the skill is installed — e.g. ~/.agents/skills/ask-gemini or ~/.claude/skills/ask-gemini. The installer is idempotent; re-run it anytime.

All examples below use the bare ask-gemini command, which the launcher puts on PATH.

Fallback (no launcher): invoke the script by its absolute path under your runtime's skills dir, e.g. ~/.agents/skills/ask-gemini/scripts/ask-gemini ….

Hard dependency: the Antigravity CLI (agy) must be installed and authenticated — it is the engine this skill drives. You install agy yourself; the installer only checks whether it's present. Install: curl -fsSL https://antigravity.google/cli/install.sh | bash, then authenticate once by running agy interactively.

Read the full file on GitHub · 461 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 461 lines · 104 tokens per session scan D eea667a4bfa0

Subscribe to this mod's changes

ask-gemini is a skill published in the GitHub repository ASACHIT/ask-gemini (2 stars, last pushed 1mo ago), licensed MIT. It adds 104 tokens to every session and 6,424 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, enumerates other installed skills, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build web components, pages, or applications and the visual direction matters as much as the code quality.

Jamkris/everything-gemini-code · 41 tokens

archify

Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…

daeryundf2-prog/LAZYANTIGRAVITY · 0 tokens

design-system

Generate and audit visual design systems for consistency.

Jamkris/everything-gemini-code · 11 tokens

liquid-glass-design

Patterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content, and reacts to touch and pointer interactions. Covers SwiftUI, UIKit, and WidgetKit integration.

Jamkris/everything-gemini-code · 37 tokens

accessibility

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).

Jamkris/everything-gemini-code · 47 tokens

gan-style-harness

GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper.

Jamkris/everything-gemini-code · 33 tokens