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/rosendolu/cursor-rules-deployWrote 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/rosendolu/cursor-rules-deploy/translations-to-table-manual)<a href="https://agentmods.dev/rules/rosendolu/cursor-rules-deploy/translations-to-table-manual"><img src="https://agentmods.dev/badge/rules/rosendolu/cursor-rules-deploy/translations-to-table-manual/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/rosendolu/cursor-rules-deploy/translations-to-table-manual"><img src="https://agentmods.dev/badge/rules/rosendolu/cursor-rules-deploy/translations-to-table-manual.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.00006 | $0.00342 |
| Opus 5 | $0.00003 | $0.00171 |
| Sonnet 5 | $0.00001 | $0.00068 |
| Haiku 4.5 | $0.00001 | $0.00034 |
Grade A, and why
translations-to-table-manual 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 10d 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
JSON Translation to Table Format Rule
Critical Rules
-
Input must be a JSON with key-value pairs where:
- Keys follow the format
{prefix}.{sub} - Values are English text that will be preserved as-is
- Keys follow the format
-
Processing Requirements:
- Parse all
"key": "value"pairs from JSON input - Filter out keys that don't match the
{prefix}.pattern (skip if no prefix specified) - Generate Chinese translations for English value content
- Parse all
-
Output Table Format:
- Must use CSV-style format with 3 columns
- First row must be the header:
key,英文,中文 - Each subsequent row follows:
{original_key},{english_value},{chinese_translation} - Maintain original key ordering from input JSON
Examples
Output Table: key,英文,中文 common.welcome,Welcome to our platform,欢迎来到我们的平台 error.notFound,Page not found,页面未找到
// Incorrect column order 英文,key,中文 Welcome to our platform,common.welcome,欢迎来到我们的平台
// Invalid key format (missing prefix structure) key,英文,中文 welcome,Welcome to our platform,欢迎来到我们的平台
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.
- 10d ago First seen · 54 lines · 6 tokens per session scan A b6cfd57b46d7
translations-to-table-manual is a cursor rule published in the GitHub repository rosendolu/cursor-rules-deploy (37 stars, last pushed 1y ago), licensed MIT. It adds 6 tokens to every session and 342 once invoked, about $0.0000 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-30.
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.