roo-translation

roo-translation is a skill for Claude Code, Codex from zgsm-ai/costrict. It costs 70 tokens per session (1,492 once invoked), scanned A, a copy of roo-translation, Apache-2.0.

A set of instructions for translating and adapting CoStrict extension text for different languages. It covers both the extension and its embedded web interface.

In plain words
What is it for?
Use it when adding translatable text, translating existing text, adding languages, or updating translation files in the listed locales.
Why use it?
It keeps translation work consistent across the two parts of the extension and helps avoid missing or incorrectly placed language strings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/find-missing-translations.js.

Good fit Use it when adding translatable text, translating existing text, adding languages, or updating translation files in the listed locales.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/zgsm-ai/costrict
agentmods
npx agentmods add skills/zgsm-ai/costrict/roo-translation

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for roo-translation

README.md
[![agentmods](https://agentmods.dev/badge/skills/zgsm-ai/costrict/roo-translation/github.svg)](https://agentmods.dev/skills/zgsm-ai/costrict/roo-translation)
Your own site
<a href="https://agentmods.dev/skills/zgsm-ai/costrict/roo-translation"><img src="https://agentmods.dev/badge/skills/zgsm-ai/costrict/roo-translation/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.

agentmods 80×15 button for roo-translation

Your own site · 80×15
<a href="https://agentmods.dev/skills/zgsm-ai/costrict/roo-translation"><img src="https://agentmods.dev/badge/skills/zgsm-ai/costrict/roo-translation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,492 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.01492
Opus 5 $0.00035 $0.00746
Sonnet 5 $0.00014 $0.00298
Haiku 4.5 $0.00007 $0.00149

Measured 11d ago against content hash 3434bda9416b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

roo-translation 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 11d 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.

Origin

This is a copy

95% identical to roo-translation — 42 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.roo/skills/roo-translation/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CoStrict Translation Skill

When to Use This Skill

Use this skill when the task involves:

  • Adding new translatable strings to the CoStrict extension
  • Translating existing strings to new languages
  • Updating or fixing translations in existing language files
  • Understanding i18n patterns used in the codebase
  • Working with localization files in either core extension or WebView UI

When NOT to Use This Skill

Do NOT use this skill when:

  • Working on non-translation code changes
  • The task doesn't involve i18n or localization
  • You're only reading translation files for reference without modifying them

Supported Languages and Locations

Localize all strings into the following locale files: ca, de, en, es, fr, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi, zh-CN, zh-TW

The VSCode extension has two main areas that require localization:

Component Path Purpose
Core Extension src/i18n/locales/ Extension backend strings
WebView UI webview-ui/src/i18n/locales/ User interface strings

Brand Voice, Tone, and Word Choice

For detailed brand voice, tone, and word choice guidance, refer to the guidance file:

This guidance file is loaded at runtime and should be consulted for the latest brand and style standards.

Voice, Style and Tone Guidelines

  • Always use informal speech (e.g., "du" instead of "Sie" in German) for all translations
  • Maintain a direct and concise style that mirrors the tone of the original text
  • Carefully account for colloquialisms and idiomatic expressions in both source and target languages
  • Aim for culturally relevant and meaningful translations rather than literal translations
  • Preserve the personality and voice of the original content
  • Use natural-sounding language that feels native to speakers of the target language

Read the full file on GitHub · 154 lines

Changes

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.

  1. 11d ago First seen · 154 lines · 70 tokens per session scan A 3434bda9416b

Subscribe to this mod's changes

roo-translation is a skill published in the GitHub repository zgsm-ai/costrict (4,408 stars, last pushed yesterday), licensed Apache-2.0. It adds 70 tokens to every session and 1,492 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to roo-translation, differing in 42 lines, and is treated as a copy.

Related

Other skills, from other repositories

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

brandkit

Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…

Leonxlnx/taste-skill · 89 tokens

redesign-existing-projects

Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS.

Leonxlnx/taste-skill · 45 tokens

gpt-taste

Elite UX/UI & Advanced GSAP Motion Engineer. Enforces Python-driven true randomization for layout variance, strict AIDA page structure, wide editorial typography (bans 6-line wraps), gapless bento grids, strict GSAP ScrollTriggers (pinning, stacking, scrubbing), inline micro-images, and massive section spacing.

Leonxlnx/taste-skill · 72 tokens

minimalist-ui

Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.

Leonxlnx/taste-skill · 34 tokens