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 agents/nickzaitsev/ru-normalizr/case-sensitive-unitsgit clone --depth 1 https://github.com/NickZaitsev/ru-normalizrWrote 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/agents/nickzaitsev/ru-normalizr/case-sensitive-units)<a href="https://agentmods.dev/agents/nickzaitsev/ru-normalizr/case-sensitive-units"><img src="https://agentmods.dev/badge/agents/nickzaitsev/ru-normalizr/case-sensitive-units.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.1 | $0.00000 | $0.00539 |
| Opus 5 | $0.00000 | $0.00269 |
| Sonnet 5 | $0.00000 | $0.00108 |
| Haiku 4.5 | $0.00000 | $0.00054 |
Grade A, and why
case-sensitive-units 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.
What it actually says
Регистрозависимые единицы
Единицы разрешает единый UnitRegistry. Порядок проверки фиксирован:
- точное написание;
- объявленное каноническое написание из совместимой таблицы;
- исправление регистра, только если вся casefold-группа обозначает одну и ту же единицу;
- иначе обозначение остаётся без раскрытия.
Для одиночных букв исправление регистра запрещено. Поэтому 5 м — пять метров,
но повреждённое 5 М остаётся «пять М». Канонические заглавные символы (А,
В, Н, Ф, а также A, V, N, F и другие) перечислены явно и не зависят
от этой эвристики. Составные обозначения вроде °C одиночными буквами не
считаются.
Неверный регистр многобуквенного обозначения можно исправить, если смысл
однозначен: КГ читается как килограмм, а мМ и ММ — как миллиметр. Если
регистр различает смыслы, принимаются только точные варианты: Mb/MB,
Mbps/MBps, Mb/s/MB/s обозначают соответственно биты и байты.
Генерация приставок
Приставочные формы создаются из типизированного списка разрешённых семейств в
unit_data.py. Это ограниченная генерация: у каждой базовой единицы собственный
список приставок и явно заданные латинский и кириллический символы. Автоматической
транслитерации и полного декартова произведения нет. Приставки массы присоединяются
к грамму; «килокилограмм» не создаётся.
Молярность
Нельзя просто добавить мкм = микрометр в регистронезависимую таблицу: тогда
мкМ можно ошибочно принять за ту же единицу. Сокращённые обозначения молярности
М, мМ, мкМ и нМ намеренно не поддерживаются. Концентрация раскрывается
только при полностью записанной единице: моль/л, ммоль/л, мкмоль/л или
нмоль/л. Точное мкм при этом обозначает микрометр.
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 · 37 lines · 0 tokens per session scan A c9345d09fefa
case-sensitive-units is an agent published in the GitHub repository NickZaitsev/ru-normalizr (22 stars, last pushed 29d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 539 tokens. 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-30.
Other agents, from other repositories
RULES
Agent "RULES" from phel-lang/phel-lang, covering phel rules + cli, rules, new features (v0.30 – main), gotchas and cli.
fixture-reviewer
Audits .test integration fixtures under tests/php/Integration/Fixtures for drift against the current compiler output. Use after lexer, parser, analyzer, or emitter changes.
module-docs-sync
Audits and updates CLAUDE.md files in src/php/ modules to match the actual code. Use after large refactors, new modules, or periodic maintenance.
tdd-coach
Guides test-driven development with red-green-refactor discipline. Use when implementing features or fixes with TDD.
quick-syntax
One-screen cheatsheet. For exhaustive rules see RULES.md; for typing details see tasks/typed-defn.md.
owner-judge
Reviews proposed changes to VoiceStudio against the owner's documented standards. Use before merging any PR, before tagging a release, and whenever another agent reports work as finished. Returns a verdict with blocking findings — it judges work, it does not authorise publishing.