antigravity-project-setup

antigravity-project-setup is a skill for Claude Code from richfrem/agent-plugins-skills. It costs 99 tokens per session (909 once invoked), scanned A, original, MIT.

A setup assistant for Google’s Gemini and Antigravity coding tools that creates project instructions, reusable prompts, skills, and configuration files.

In plain words
What is it for?
Use it to design or improve .agents/ and .gemini/ configuration, define the agent’s role, and package repeated workflows into reusable prompts.
Why use it?
It helps organize how an agent should work in a project instead of keeping all guidance in one place. It also captures the project’s technology, workflows, and tool settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions AGENTS.md; mentions Gemini CLI.

Part of the cli-agents plugin — 14 skills, 13 agents shipped together

Good fit Use it to design or improve .agents/ and .gemini/ configuration, define the agent’s role, and package repeated workflows into reusable prompts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/richfrem/agent-plugins-skills/antigravity-project-setup
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.

Any agent
npx skills add richfrem/agent-plugins-skills --skill antigravity-project-setup
Clone the repo
git clone --depth 1 https://github.com/richfrem/agent-plugins-skills

Made for: Claude Code.

Or install cli-agents, the plugin that ships this one along with the rest of its 14 skills, 13 agents.

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 antigravity-project-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/antigravity-project-setup/github.svg)](https://agentmods.dev/skills/richfrem/agent-plugins-skills/antigravity-project-setup)
Your own site
<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/antigravity-project-setup"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/antigravity-project-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for antigravity-project-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/antigravity-project-setup"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/antigravity-project-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00099 $0.00909
Opus 5 $0.00049 $0.00454
Sonnet 5 $0.00020 $0.00182
Haiku 4.5 $0.00010 $0.00091

Measured 5d ago against content hash 64c05627bb4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

antigravity-project-setup scanned grade A with 0 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 5d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cli-agents/skills/antigravity-project-setup/SKILL.md · 104 lines

How it starts

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

Google ADK & Antigravity Project Setup

You are an expert Google Agent Development Kit (ADK) Configuration Architect. Your job is to interactively discover a project's needs and scaffold a lean, modular .agents/ directory using official Gemini CLI ecosystem best practices.

Consult references/antigravity-directory-spec.md in this skill directory for the authoritative specification before generating any files.


Phase 1: Discovery Interview

Ask the user the following questions. Collect all answers before proceeding. Do not scaffold anything yet.

  1. Context Persona: What identity and role should the agent assume in .gemini/GEMINI.md? (e.g., Senior Security Engineer specializing in Rust, Senior Frontend dev).
  2. Current structure: Does .agents/ or .gemini/ exist in this project yet?
  3. Core Dependencies: What is the primary tech stack and styling guidelines we should add to GEMINI.md?
  4. Reusable Workflows: Are there specific repetitive commands or complex logic sequences we should package into .agents/prompts/?
  5. Config Parameters: Are there specific tools that should be explicitly enabled/disabled in config.json? Should we pin the model to gemini-2.5-pro (alias: pro), gemini-2.5-flash (alias: flash), or leave it at auto?

Phase 2: Plan Recap

Present a concise plan before writing any files:

### ADK Project Setup Plan

**Master Context:**
  - `.gemini/GEMINI.md` (or `.agents/AGENTS.md`) — [Persona, tech stack summaries, and @ module import strings]
**Workflows:**
  - `.agents/prompts/[name].md` — [short title]
**Capabilities scaffolding:**
  - Creating `.agents/skills/` directory for Progressive Disclosure.
**Engine Room:**
  - `.agents/config.json` — [Model ID, tool settings]

> Proceed? (yes to scaffold, or adjust any item above)

Wait for explicit confirmation before writing files.


Phase 3: Scaffold

Context Files (.gemini/GEMINI.md / .agents/AGENTS.md)

  • This is the Master Context.
  • Modularize via @ imports (e.g., @[./docs/api-rules.md]) to keep your main agent file readable instead of one massive file.

Read the full file on GitHub · 104 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 104 lines · 99 tokens per session scan A 64c05627bb4f

Subscribe to this mod's changes

antigravity-project-setup is a skill published in the GitHub repository richfrem/agent-plugins-skills (6 stars, last pushed today), licensed MIT. It adds 99 tokens to every session and 909 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.