graphify
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question…
Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models
$ npx -y skills add Vit129/agy-plugin-cc --skill gemini-3-prompting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gemini-3-promptingContext preview
The summary Claude sees to decide when to auto-load this skill.
Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models
name: gemini-3-prompting description: Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models user-invocable: false
Use this skill only to tighten a user's request into a better agy prompt before forwarding to `task`.
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
| 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" |
A Claude Code plugin that integrates Google's Antigravity (agy) CLI and Antigravity IDE developer tools into Claude Code.
Repo: Vit129/agy-plugin-cc
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question…
Internal helper contract for calling the agy-companion runtime from Claude Code
Internal guidance for presenting agy output back to the user