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/kittlabsai/kittycode/agents-mdgit clone --depth 1 https://github.com/KittLabsAI/KittyCodeWhat 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.00175 | $0.00175 |
| Opus 5 | $0.00088 | $0.00088 |
| Sonnet 5 | $0.00035 | $0.00035 |
| Haiku 4.5 | $0.00017 | $0.00017 |
Grade A, and why
KittyCode AGENTS.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 2d 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.
What it actually says
KittyCode Agent Guide
Development Rules
- Practice TDD when behavior changes: add or update a failing test first whenever practical.
- Reuse existing functions and modules before adding new helpers or parallel code paths.
- Do not introduce redundant variables, redundant helper functions, or duplicated logic.
- Prefer small, explicit functions with clear inputs and outputs.
Constraints
- Every code change must pass the full test suite:
python -m pytest -q. - Do not leave the project with broken imports, half-moved modules, or stale structure documentation.
- If a package move breaks legacy import paths still used by tests or callers, add a compatibility layer instead of forcing a broad rewrite.
- Keep the implementation simple and readable; avoid unnecessary architectural expansion.
- When changing the agent loop, tools, or CLI interrupt flow, verify both normal completion and interruption paths.
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.
- 2d ago First seen · 17 lines · 175 tokens per session scan A 45a972408827
KittyCode AGENTS.md is an instructions file published in the GitHub repository KittLabsAI/KittyCode (6 stars, last pushed 4mo ago), licensed MIT. It adds 175 tokens to every session, about $0.0009 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
zeroclaw CLAUDE.md
Instructions for zeroclaw-labs/zeroclaw, covering claude.md — zeroclaw (claude code), claude code settings, hooks and slash commands.
parallel-code CLAUDE.md
Instructions for johannesjo/parallel-code, covering parallel code, stack, commands, project structure and conventions.
senpi AGENTS.md
Instructions for code-yeongyu/senpi, covering senpi repository guide, mandatory execution protocols — non-negotiable, protocol 1 — explicitly requested modifications, protocol 2 — user-requested pr reviews and structure.
rosclaw CLAUDE.md
Instructions for ros-claw/rosclaw, covering claude.md — rosclaw project onboarding, rosclaw runtime boundary (managed), safety contract (p0), robot integration setup and capability apps.
clawdi AGENTS.md
Instructions for Clawdi-AI/clawdi, covering clawdi, oss boundary, repository map, local end-to-end and verification.
BootAgent AGENTS.md
Instructions for MaimoryLab/BootAgent, covering bootagent 开发约定, 目录, 本地命令, codegraph and 代码边界.