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.
git clone --depth 1 https://github.com/muraaano/cursor-project-rules-on-railsWrote 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/rules/muraaano/cursor-project-rules-on-rails/i18n)<a href="https://agentmods.dev/rules/muraaano/cursor-project-rules-on-rails/i18n"><img src="https://agentmods.dev/badge/rules/muraaano/cursor-project-rules-on-rails/i18n/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/rules/muraaano/cursor-project-rules-on-rails/i18n"><img src="https://agentmods.dev/badge/rules/muraaano/cursor-project-rules-on-rails/i18n.svg" alt="Reviewed on agentmods" width="80" 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.00231 |
| Opus 5 | $0.00000 | $0.00115 |
| Sonnet 5 | $0.00000 | $0.00046 |
| Haiku 4.5 | $0.00000 | $0.00023 |
Grade A, and why
i18n 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 9d 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
多言語対応規約
基本
- RailsのI18nを使用して多言語対応を実装する
- 言語ファイルは
config/locales/配下に配置する - enumの翻訳はenum_helpを使い、
{column_name}_i18nで呼び出すこと- 例:
thing.hoge_type_i18n
- 例:
- 翻訳は以下のように
ja.enums.{model_name}.{enum_name}の形式で定義する
ja:
enums:
thing:
hoge_type:
a: エー
b: ビー
エラーメッセージの定義
- デフォルトのエラーメッセージは
config/locales/defaults/ja.ymlに定義する - モデル固有のエラーメッセージは
config/locales/models/配下に配置する
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.
- 9d ago First seen · 28 lines · 0 tokens per session scan A c83da5ee76a7
i18n is a cursor rule published in the GitHub repository muraaano/cursor-project-rules-on-rails (2 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 231 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-31.
Other cursor rules, from other repositories
nuxt-error-localization
A Nuxt rule for converting technical error codes and messages into friendly Traditional Chinese text before showing them in the user interface.
internationalization
A set of rules for internationalization, the practice of adapting an application for multiple languages and regions. It covers file structure, translation namespaces, and using translations in components.
chinese-language
A language rule that requires replies, comments, and commit messages to use Simplified Chinese unless another language is requested.
cmd-moodle-mustache-lint
Lint Mustache templates for accessibility, security, hard-coded strings, and Moodle template conventions. (invoke by typing: @moodle-mustache-lint).
uninettuno-monografia
Regole UNINETTUNO per tesi TRIENNALE in italiano, con termini tecnici inglesi ammessi.
controlflow-docs-evals
Rules for documentation parity, localized tutorials, and eval verification.