gitwtfhub

wtf is claude-code-agy-cli-skill?

safemantella/claude-code-agy-cli-skill — explained in plain English

Analysis updated 2026-05-18

0Audience · developerComplexity · 2/5Setup · easy

TL;DR

Claude Code skill that teaches Claude when to delegate work to Google Antigravity CLI for web search, image generation, codebase mapping, and science databases.

Mindmap

mindmap
  root((agy-skill))
    Inputs
      User request
      agy binary path
    Outputs
      Delegated agy call
      Final answer to Claude
    Use Cases
      Web search with grounding
      Image generation
      Whole repo investigation
      Science database lookups
    Tech Stack
      Claude Code
      Antigravity CLI
      Markdown

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Let Claude Code call Google Search or image generation through agy

REASON 2

Delegate long codebase investigations to agy and act on the summary in Claude

REASON 3

Replace a broken gemini-cli skill with the agy equivalent

REASON 4

Run parallel research calls across PubMed, UniProt, and AlphaFold via agy

What's in the stack?

Claude CodeAntigravity CLIMarkdown

How it stacks up

safemantella/claude-code-agy-cli-skill0verflowme/alarm-clock0xhassaan/nn-from-scratch
Stars00
LanguageCSSPython
Last pushed2022-10-03
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity2/52/54/5
Audiencedevelopervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 30min

Requires the agy binary already installed and its full path pasted into SKILL.md.

Wtf does this do

This repository is a plugin, called a skill, for Claude Code. Claude Code is Anthropic's command line coding assistant, and skills are folders that Claude Code loads at startup to learn new behaviors. The skill in this repo teaches Claude Code how to hand off certain tasks to another AI command line tool from Google called Antigravity CLI, whose binary is named agy. The motivation is that Claude Code and the agy tool have different strengths. Antigravity has access to features Claude Code does not, such as Google web search with grounding, image generation through a generate_image tool, a codebase investigator that maps a whole project in one pass, Chrome DevTools for browser debugging, and over forty scientific database integrations like gnomAD, UniProt, PubMed, AlphaFold, and ChEMBL. The skill lets Claude decide when a request would be better served by running agy and then reading just the final answer, instead of doing many tool calls itself. The README is pitched as a direct replacement for an earlier gemini-cli skill, since the Gemini CLI binary stops working on June 18, 2026. Installation puts the repo into ~/.claude/skills/antigravity-cli, which Claude Code reads automatically on startup. The user then needs to find the path to their installed agy binary and paste it into the SKILL.md file. To check the setup, the README suggests asking Claude something like researching recent Flask security advisories and watching Claude run agy in its tool calls. The skill folder contains several markdown files. SKILL.md holds the core triggers and command reference. templates.md provides twelve ready prompt templates. patterns.md describes eight orchestration patterns, including parallel delegation that runs multiple agy commands at once, conversational depth that keeps context across calls with the -c flag, and a research then decide then execute flow where agy gathers information and Claude acts on it. reference.md contains a comparison table of the two tools. There is also a rough rule of thumb for when delegation should happen. Tasks that take fewer than five tool calls stay in Claude, those between five and fifteen are candidates for delegation, and anything over fifteen is delegated. Tasks that need Google Search, image generation, or science databases are always delegated because Claude Code cannot do them at all. A .gemini/GEMINI.md file can be added to a project to give agy persistent context about the codebase.

Yoink these prompts

Prompt 1
Install this skill into ~/.claude/skills/antigravity-cli and paste my agy binary path into SKILL.md
Prompt 2
Ask Claude to research recent Flask security advisories and confirm it calls agy with Google Search
Prompt 3
Add a project level .gemini/GEMINI.md that gives agy persistent context about my Rails app
Prompt 4
Use the parallel delegation pattern to run three agy queries on different gene symbols at once
Prompt 5
Tune the delegation rule of thumb in patterns.md so anything over ten tool calls goes to agy

Frequently asked questions

wtf is claude-code-agy-cli-skill?

Claude Code skill that teaches Claude when to delegate work to Google Antigravity CLI for web search, image generation, codebase mapping, and science databases.

How hard is claude-code-agy-cli-skill to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is claude-code-agy-cli-skill for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.