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/pakvothe/i1n-cli/copilot-instructionsgit clone --depth 1 https://github.com/Pakvothe/i1n-cliWhat 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.00436 | $0.00436 |
| Opus 5 | $0.00218 | $0.00218 |
| Sonnet 5 | $0.00087 | $0.00087 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
i1n-cli copilot-instructions.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
i1n — Localization as Code
This project uses i1n for managing translations.
Project Setup
- Format: nested-json
- Locales directory: locales
- Source language: en_us
- Framework: generic
Translation File Structure
locales/{lang}/{namespace}.json — Nested JSON objects.
// locales/en_us/common.json
{ "greeting": "Hello {name}", "errors": { "not_found": "Not found" } }
Tone & Voice
When writing or modifying translation values, use a technical tone. Precise and technical. Prioritize accuracy and domain-specific terminology. Be concise and unambiguous.
CLI Commands
i1n push— Push local translation files to i1n. Supports--translate [langs]to trigger AI translation after push.i1n pull— Pull translations from i1n and write local files. Also generates TypeScript type definitions (i1n.d.ts).i1n init— Re-initialize or reconfigure i1n in this project.i1n setup-ai— Regenerate AI assistant rules for this project.
Rules
- Always use translation keys instead of hardcoded strings for user-facing text.
- Place new keys in the appropriate namespace file under
locales/. - Never translate interpolation variables. Keep
{name},{{name}},%{name}, etc. exactly as-is in every language. Match the variable syntax already used in the project. - After adding or modifying translation keys, run
i1n pushto sync changes. If the user has configured target languages, usei1n push --translateto also trigger AI translation. - Never modify
i1n.d.tsdirectly — it is auto-generated byi1n pull. - Never commit
i1n.config.json— it contains the API key and is gitignored.
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 · 37 lines · 436 tokens per session scan A fe072fff9e03
i1n-cli copilot-instructions.md is an instructions file published in the GitHub repository Pakvothe/i1n-cli (2 stars, last pushed 17d ago), licensed MIT. It adds 436 tokens to every session, about $0.0022 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
i18n-tools-mcp CLAUDE.md
Claude Code instructions for Trivle/i18n-tools-mcp, covering claude.md, project overview, commands, architecture and conventions.
intlayer CLAUDE.md
Instructions for aymericzip/intlayer, covering repo layout, commands (run from root), content declaration flow, git and commit conventions.
claude-code-zh-cn AGENTS.md
Instructions for taekchef/claude-code-zh-cn, covering claude-code-zh-cn, 项目结构, 数据流, 技术要点 and 维护流程规则.
tolgee-platform AGENTS.md
AGENTS.md instructions for tolgee/tolgee-platform, covering agents.md, repository structure, backend development, database migrations and backend testing.
formkind AGENTS.md
Instructions for khanhcamap2020-sudo/formkind, covering agent guide, commands and change rules.
mufify AGENTS.md
Instructions for Yefee8/mufify, covering agents.md, project, setup, environment (macos) and daily loop.