Kata GEMINI.md

Kata GEMINI.md is an instructions file for Gemini CLI from 7xmohamed/Kata. It costs 946 tokens per session, scanned A, a copy of Kata CLAUDE.md, MIT.

A set of instructions for Kata, a personal collection of skills for the Gemini command-line coding assistant.

In plain words
What is it for?
Use it to guide Gemini through software design, code checks, systematic debugging, configuration audits, research, reading documents, and English writing.
Why use it?
It explains how the collection is organised and when to use its different skills, such as planning, debugging, reviewing, learning, and writing.

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/7xmohamed/kata/gemini-md
Clone the repo
git clone --depth 1 https://github.com/7xmohamed/Kata

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/7xmohamed/kata/gemini-md.svg)](https://agentmods.dev/instructions/7xmohamed/kata/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/7xmohamed/kata/gemini-md"><img src="https://agentmods.dev/badge/instructions/7xmohamed/kata/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 946 This file is loaded in full into every session.
When invoked 946 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 98% copy Near-identical to another mod 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.00946 $0.00946
Opus 5 $0.00473 $0.00473
Sonnet 5 $0.00189 $0.00189
Haiku 4.5 $0.00095 $0.00095

Measured 5d ago against content hash 1d6c06ac621b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

Origin

This is a copy

98% identical to Kata CLAUDE.md — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

GEMINI.md · 86 lines

How it starts

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

Kata 1.1 ⚔️

Personal skill collection for Gemini CLI. Eight skills covering the complete engineering workflow: think, design, check, hunt, write, learn, read, health. Now with advanced Architecture, Security, and Synthesis modes.

Structure

skills/
├── RESOLVER.md   -- central trigger → skill routing table
├── check/        -- code review before merging
│   ├── agents/   -- reviewer-security.md, reviewer-architecture.md
│   └── references/  -- persona-catalog.md
├── design/       -- production-grade frontend UI
├── health/       -- Gemini CLI config audit
│   └── agents/   -- inspector-context.md, inspector-control.md
├── hunt/         -- systematic debugging
├── learn/        -- research to published output
├── read/         -- fetch URL or PDF as Markdown
├── think/        -- design and validate before building
└── write/        -- natural prose in English
    └── references/  -- write-en.md
.gemini-plugin/
  marketplace.json    -- plugin registry for npx/plugin distribution

Each skill has a SKILL.md (loaded on demand by Gemini). Supporting content lives in subdirectories. skills/RESOLVER.md is the human-readable index of "which trigger goes to which skill"; keep it in sync when you change a skill's scope.

Skill vs Script: Latent vs Deterministic

Before adding a new capability, decide which layer it belongs in. Kata's eight skills are all fat skills (Markdown carrying judgment). Anything that is pure verification, lookup, or table-driven enforcement belongs in scripts/ or rules/, not in a SKILL.md.

Question YES → NO →
Does the user need the model to think, adapt, or ask? Skill Script / rule
Does the same input always produce the same output? Script / rule Skill
Does it depend on the user's project environment? Skill Script / rule
Is it a lookup, list, or status check? Script / rule Probably skill
Does behavior shift with conversation context? Skill Script / rule

Read the full file on GitHub · 86 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 · 86 lines · 946 tokens per session scan A 1d6c06ac621b

Subscribe to this mod's changes

Kata GEMINI.md is an instructions file published in the GitHub repository 7xmohamed/Kata (2 stars, last pushed 2mo ago), licensed MIT. It adds 946 tokens to every session, about $0.0047 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to Kata CLAUDE.md, differing in 12 lines, and is treated as a copy.

Related

Other instructions, from other repositories