godmode GEMINI.md

godmode GEMINI.md is an instructions file for Gemini CLI from arbazkhan971/godmode. It costs 2,466 tokens per session, scanned A, original, MIT.

A Gemini CLI instruction file for the Godmode project. It explains how to verify the installation and how Gemini's commands map to Godmode skills and subagents.

In plain words
What is it for?
Use it to set up and verify Godmode for Gemini CLI, map file and shell operations, and invoke Godmode skills or subagents.
Why use it?
It gives Gemini CLI the project-specific rules needed to find configuration, use the available skills, and translate requested actions into the right commands.

Instructions file for Gemini CLI

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.

agentmods
npx agentmods add instructions/arbazkhan971/godmode/gemini-md
Clone the repo
git clone --depth 1 https://github.com/arbazkhan971/godmode

Made for: Gemini CLI.

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 godmode GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/arbazkhan971/godmode/gemini-md.svg)](https://agentmods.dev/instructions/arbazkhan971/godmode/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/arbazkhan971/godmode/gemini-md"><img src="https://agentmods.dev/badge/instructions/arbazkhan971/godmode/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,466 This file is loaded in full into every session.
When invoked 2,466 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.02466 $0.02466
Opus 5 $0.01233 $0.01233
Sonnet 5 $0.00493 $0.00493
Haiku 4.5 $0.00247 $0.00247

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

Security

Grade A, and why

godmode 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 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.

GEMINI.md · 233 lines

How it starts

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

Godmode for Gemini CLI

@./skills/godmode/SKILL.md @./skills/principles/SKILL.md

Verify Installation

After running the install script, confirm everything is set up correctly:

bash adapters/gemini/verify.sh

This checks that Gemini CLI can find the Godmode configuration, skill files, and agent definitions. If any check fails, the script reports what is missing and how to fix it.

Tool Mapping

Gemini CLI tools map to Godmode skill references as follows:

Skill Reference Gemini Tool
Read read_file
Write write_file
Edit replace
Bash run_shell_command
Grep grep_search
Glob glob
TodoWrite write_todos
Skill activate_skill

When a skill says "use Read to examine the file," use read_file. When it says "use Bash to run tests," use run_shell_command. Apply this mapping throughout.

How to Use Skills

Godmode has 135 skills and 7 subagents. The orchestrator (/godmode) auto-detects which to invoke. Users can also invoke directly: /godmode:skillname.

When a user invokes a skill (e.g., /godmode:secure), read the full skill file before executing:

read_file("./skills/secure/SKILL.md")

Then follow that skill's workflow exactly.

General pattern:

read_file("./skills/<skill-name>/SKILL.md")

Subagents (7 Built-in)

Godmode ships with 7 specialized agents. For complex tasks, use the planner to decompose, then dispatch builders in parallel.

Agent Role Read agents/*.md for full instructions
planner Decomposes goals → parallel tasks mapped to skills read_file("./agents/planner.md")
builder Implements a task following a skill workflow read_file("./agents/builder.md")
reviewer Reviews code for correctness + security read_file("./agents/reviewer.md")
optimizer Autonomous measure → modify → verify loop read_file("./agents/optimizer.md")
explorer Read-only codebase recon read_file("./agents/explorer.md")
security STRIDE + OWASP audit read_file("./agents/security.md")
tester TDD test generation read_file("./agents/tester.md")

Read the full file on GitHub · 233 lines

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 · 233 lines · 2,466 tokens per session scan A 53852ba0c525

Subscribe to this mod's changes

godmode GEMINI.md is an instructions file published in the GitHub repository arbazkhan971/godmode (26 stars, last pushed 8d ago), licensed MIT. It adds 2,466 tokens to every session, about $0.0123 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-30.