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.
npx agentmods add instructions/jpantsjoha/googlecloud-plugin/gemini-mdgit clone --depth 1 https://github.com/jpantsjoha/googlecloud-pluginWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00559 | $0.00559 |
| Opus 5 | $0.00280 | $0.00280 |
| Sonnet 5 | $0.00112 | $0.00112 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
googlecloud-plugin GEMINI.md 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 33 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GEMINI.md — GoogleCloud Plugin (always-on rules)
Human-led. Agent-powered. Built on Google Cloud. Read this before generating anything for a Google Cloud task.
This is the always-on context for the googlecloud-plugin on Antigravity. It installs a full GCP delivery team and a sequential gate. The skills in skills/ carry the depth; this file carries the contract.
Design before generate
- Restate the intent in one sentence before writing code. If you can't, you're not ready.
- No GCP implementation without a design. Route through the gate below.
The gate (sequential — do not skip)
- Solution Gate —
solution-designer: is this GCP, multi-cloud, or better elsewhere? Objective, not GCP-biased. (Skip only if unambiguously GCP-only.) - GCP Design Gate —
gcp-architect(+agent-architectif the workload is agentic): HLD/LLD + ADRs before code. Agentic work also defines topology, protocols (MCP/A2A/AP2), model, and eval set. - Security Gate —
gcp-security: least-privilege IAM, no secrets in code, Well-Architected security pillar. Reviews the design, not the diff. - Implementation — service skills (Cloud Run, GKE, BigQuery, …). Warn before every billable action.
- Quality Gate —
gcp-qarunsmake gate;agent-architectruns agent-eval for agentic work. - Operational Readiness Gate —
gcp-ops: no SLO, alerting, or runbook means no production.
Non-negotiable safety rules
- Infer intent, never infer permission. A named human authorises anything consequential, billable, or irreversible.
- No credential values in any file — record location only.
- No public Cloud Storage buckets or
--allow-unauthenticatedCloud Run without explicit intent + gcp-security sign-off. - Never pin a preview Gemini model ID; prefer GA IDs and reverify in Model Garden for the GEAP surface.
- Platform naming: use Gemini Enterprise Agent Platform (GEAP) in prose; keep legacy
vertex-ai/agent_engineliterals in code, gcloud, Terraform, and URLs.
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.
- yesterday First seen · 33 lines · 559 tokens per session scan A 3d7df70b9ddc
googlecloud-plugin GEMINI.md is an instructions file published in the GitHub repository jpantsjoha/googlecloud-plugin (4 stars, last pushed 24d ago), licensed MIT. It adds 559 tokens to every session, about $0.0028 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-08-31.
Other instructions, from other repositories
debroid AGENTS.md
Instructions for PatilShreyas/debroid, covering ai agent contributor guide 🤖, 🎯 intention & motivation, 🏗️ architecture & layers, 1. the core layer (jdi & adb orchestration) and 2. the cli layer (daemon & client).
AgentHound copilot-instructions.md
Instructions for adithyan-ak/AgentHound: Keep generated examples local to the fixture project.
a2a-editor CLAUDE.md
Instructions for open-resource-discovery/a2a-editor, covering claude.md, project overview, commands, development and building.
agent-ship CLAUDE.md
Instructions for Agent-Ship/agent-ship, covering claude.md, project overview, commands, docker development (recommended) and local development (no docker).
adk AGENTS.md
Instructions for inference-gateway/adk, covering inference gateway a2a adk, project overview, build, test, and development commands, generated files and code style.
ampersend-sdk CLAUDE.md
Instructions for edgeandnode/ampersend-sdk, covering claude.md, project overview, development commands, python setup and install python 3.13.