Skip to content
Development
Skill

/gemini-3-prompting

Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models

From plugin
agy
54 skills1 agent11 commands
Install
$ npx -y skills add Vit129/agy-plugin-cc --skill gemini-3-prompting --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gemini-3-prompting

Context preview

The summary Claude sees to decide when to auto-load this skill.

Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models

SKILL.md

gemini-3-prompting.SKILL.md
name: gemini-3-prompting
description: Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models
user-invocable: false

Gemini 3 Prompting for agy

Use this skill only to tighten a user's request into a better agy prompt before forwarding to `task`.

Effective prompt structure

1. **State the goal clearly** — one sentence describing the desired end state 2. **Provide context** — relevant files, error messages, or constraints the agent should know 3. **Specify scope** — what agy should and should not touch 4. **State acceptance criteria** — how to know when the task is done

Do

  • Be specific about files, functions, or components involved
  • Include error messages verbatim if debugging
  • Mention the tech stack (React, Python, etc.) if not obvious from the repo
  • Ask for a specific output format when the result needs to be consumed downstream

Don't

  • Don't ask agy to "look at everything" — scope it to the relevant area
  • Don't include Claude-side analysis in the prompt — forward the raw task
  • Don't add commentary or padding — agy works best with concise, direct prompts
  • Don't include `--background`, `--continue`, or `--fresh` flags in the prompt text

Prompt antipatterns

| Antipattern | Better | |---|---| | "Fix the bug somewhere in the auth flow" | "Fix the 401 error in `src/auth/middleware.js:42` — token is not being verified before route access" | | "Improve the code" | "Refactor `src/utils/parser.js` to remove duplicate null checks and add JSDoc for the public functions" | | "Look at everything and tell me what's wrong" | "Review `src/features/aiInvestment/` for stale state patterns and Zustand anti-patterns" |

Read more
Ships withagy

A Claude Code plugin that integrates Google's Antigravity (agy) CLI and Antigravity IDE developer tools into Claude Code.

Get the whole plugin
Stats
5
Stars
1
Forks
Active
Maintenance
JavaScript
Language
MIT
License
3d ago
Last commit
3mo ago
Created

Repo: Vit129/agy-plugin-cc

Other skills on agy.

graphify
Skill

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question…

@vit129@vit129View Skill