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/kunalsuri/ai-fication-kit/agents-mdgit clone --depth 1 https://github.com/kunalsuri/ai-fication-kitWrote 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.
[](https://agentmods.dev/instructions/kunalsuri/ai-fication-kit/agents-md)<a href="https://agentmods.dev/instructions/kunalsuri/ai-fication-kit/agents-md"><img src="https://agentmods.dev/badge/instructions/kunalsuri/ai-fication-kit/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00850 | $0.00850 |
| Opus 5 | $0.00425 | $0.00425 |
| Sonnet 5 | $0.00170 | $0.00170 |
| Haiku 4.5 | $0.00085 | $0.00085 |
Grade A, and why
ai-fication-kit 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 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.
How it starts
The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — ai-fication-kit
Tool-agnostic instructions for any AI coding agent (Claude Code, Codex, Cursor,
Copilot, Windsurf). Claude Code reads these via @AGENTS.md in CLAUDE.md (see CLAUDE.md);
other tools read this file directly.
Project
A Toolkit to Give AI Coding Agents a Trusted Map of Any Existing/Legacy Repo Stack: JavaScript/TypeScript.
Rules every agent must follow
- Respect existing boundaries. Treat unfamiliar, load-bearing code as frozen until the module map says otherwise.
- No layout churn. Don't reorganize directories; existing contributors depend on the structure.
- Test before done. Run the suite matching your change; never declare success
untested. Build:
npm install· Test:npm test - Match license headers on every new source file, copying from neighboring files.
- Locate, then read. Use
ai/guide/MODULE_MAP.mdto find code; grep before reading whole files. - Surgical diffs. Change only what the task needs.
- Provenance. Anything you write into
ai/is[inferred]until a human flips it to[verified]. Never flip that tag yourself. - No Phantom Bugs & Configuration Churn. Do not rewrite, restructure, or simplify configuration or instruction files (
CLAUDE.md,AGENTS.md,package.json, orai/guide/documents) based on quick searches or automated suggestions. Keep edits surgical. Never replace detailed guides with simplified stubs. - Verify claims. Before declaring a task finished, run
node install.mjs verify . --strict(or equivalent test runner validation script) to ensure no file paths in the knowledge documents are broken. - Record work. Every unit of work ends with an appended row in
ai/lab/WORKLOG.mdlinking its spec, review, and commits — even work done outside the command workflows.
Knowledge map
Navigation (fast path): ai/guide/MODULE_MAP.md (where code lives),
ai/guide/ARCHITECTURE.md (system shape), ai/guide/FEATURE_MAP.md (feature → files
- gotchas),
ai/guide/CONVENTIONS.md(how to write code here).
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.
- 5d ago First seen · 53 lines · 850 tokens per session scan A fe9ecc639216
ai-fication-kit AGENTS.md is an instructions file published in the GitHub repository kunalsuri/ai-fication-kit (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 850 tokens to every session, about $0.0042 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
Koshi AGENTS.md
Instructions for jsharma1105/Koshi, covering koshi sub-agent personas, personas, prerequisites, python (pip install koshi) and .net tool (dotnet tool install).
cerebro-inevita GEMINI.md
Gemini CLI instructions for gabrielzucco/cerebro-inevita: Leia CLAUDE.md por inteiro: ele é o contrato canônico de operação deste cérebro. As skills portáveis vivem em .agents/skills/. Ative a skill adequada por linguagem natural; na primeira sessão, use comecar. Se as skills ainda não aparecerem no Gemini CLI, rode…
ZipAI CLAUDE.md
Claude Code instructions for nickdesi/ZipAI, covering claude.md — zipai: ultra-dense token optimizer, rules, 1. zero filler, 2. ambiguity and 3. prompt caching.
tocket CLAUDE.md
Instructions for pedrocivita/tocket, covering claude.md - tocket, role, build & run, code style and architecture.
tocket GEMINI.md
Instructions for pedrocivita/tocket, covering gemini.md - tocket, role, protocol, payload format and memory bank.
claude-organizer CLAUDE.md
Instructions for ramakay/claude-organizer, a project described as: AI-powered file organization and context engineering that understands content, not patterns. Automatically sorts temporary scripts from permanent docs while preserving your workflow. Works seamlessly with Claude Code hooks. Protects README, LICENSE…