CodeGraphX GEMINI.md

A set of instructions for navigating a CodeGraphX project, a codebase whose structure is recorded in generated indexes and relationships. It tells the agent what to inspect first and how to check earlier changes and existing code symbols.

In plain words
What is it for?
Orienting an agent at session start, reviewing previous changes, finding functions or classes, and checking related code before making edits.
Why use it?
It reduces unnecessary file-by-file scanning when the project already has a map of its files, symbols, and dependencies.

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/techcraze00/codegraphx/gemini-md
Clone the repo
git clone --depth 1 https://github.com/techcraze00/CodeGraphX

Made for: Gemini CLI.

Per session 248 This file is loaded in full into every session.
When invoked 248 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 $0.00248 $0.00248
Opus 5 $0.00124 $0.00124
Sonnet 5 $0.00050 $0.00050
Haiku 4.5 $0.00025 $0.00025

Measured yesterday against content hash f37e6df29068, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

GEMINI.md · 27 lines

What it actually says

Project Context (Auto-generated by CodeGraphX)

Last updated: 2026-05-01T21:14:31.982Z

How to Navigate This Codebase (DO THIS FIRST)

This project uses CodeGraphX for codebase navigation. NEVER scan individual files to understand structure. Instead:

Step 1: Orient yourself (always do this at session start)

Read: .codegraphx/file_index.toon This gives you a one-liner summary of every file.

Step 2: Check what changed since last session

Read: .codegraphx/CHANGELOG.toon This tells you what was built/changed in previous sessions. To verify task completion, run codegraphx session summary. Match changed_nodes to task requirements.

Step 3: Check if a function/class exists

Read: .codegraphx/symbols.json (or bloom if needed)

Step 4: Understand dependencies (only when needed)

Read: .codegraphx/codegraph.toon Full graph with all calls and relationships. Look at called_by for impact analysis.

Project Stats

  • Files: 4
  • Symbols: 3
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. yesterday First seen · 27 lines · 248 tokens per session scan A f37e6df29068

Subscribe to this mod's changes

CodeGraphX GEMINI.md is an instructions file published in the GitHub repository techcraze00/CodeGraphX (3 stars, last pushed 12d ago), licensed MIT. It adds 248 tokens to every session, about $0.0012 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.

Related

Other instructions, from other repositories

AionUi AGENTS.md

Instructions for iOfficeAI/AionUi, covering aionui - project guide, code conventions, file & directory structure, naming and ui library & icons.

iOfficeAI/AionUi · 1,663 tokens

spec-kitty AGENTS.md

Instructions for Priivacy-ai/spec-kitty, covering spec kitty development guidelines, ⚠️ critical: load the project charter first, ⚠️ critical: template source location, ⚠️ critical: use canonical sources, never improvise and ⚠️ critical: git workflow — no direct pushes to origin/main.

Priivacy-ai/spec-kitty · 9,409 tokens

coral CLAUDE.md

Instructions for cdknorow/coral, covering claude.md - coral go, mission, testing, go unit tests and legacy parity tools (historical reference).

cdknorow/coral · 1,898 tokens

gemini-cli-desktop AGENTS.md

Instructions for Piebald-AI/gemini-cli-desktop, a project described as: Web/desktop UI for Gemini CLI/Qwen Code. Manage projects, switch between tools, search across past conversations, and manage MCP servers, all from one multilingual interface, locally or remotely.

Piebald-AI/gemini-cli-desktop · 6 tokens

sessionview AGENTS.md

Instructions for tyql688/sessionview, covering sessionview, commands, app / frontend, gates must pass under both feature sets: default (gui) and and --no-default-features --features headless.

tyql688/sessionview · 2,099 tokens

SubFrame AGENTS.md

Instructions for Codename-11/SubFrame, covering subframe - subframe project, core working principle, relationship to native ai tools, session start and concurrent work & worktrees.

Codename-11/SubFrame · 3,973 tokens