carbon: Skill for Claude Code

.claude/skills/translate/SKILL.md

translate is a skill for Claude Code from crbnos/carbon. It costs 156 tokens per session (4,381 once invoked), scanned C, original, no licence file.

A process for filling missing translations in Lingui .po files. These files hold the text translations used by an application, while a glossary supplies approved terms for the Carbon project.

In plain words
What is it for?
Use it when completing missing internationalization translations in Lingui catalogs. It is designed to use the project's glossary and update empty translation entries.
Why use it?
It helps complete untranslated text while keeping terminology consistent across the application. It also describes splitting translation work into smaller jobs and merging the results in a fixed order.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is crbnos/carbon's own configuration. It tells Claude Code how to work on carbon itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything carbon configures →

Reuse

Borrowing it

Nothing to install: this file belongs to crbnos/carbon. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/crbnos/carbon/main/.claude/skills/translate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/crbnos/carbon

Made for: Claude Code.

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 translate

README.md
[![agentmods](https://agentmods.dev/badge/skills/crbnos/carbon/translate.svg)](https://agentmods.dev/skills/crbnos/carbon/translate)
Your own site
<a href="https://agentmods.dev/skills/crbnos/carbon/translate"><img src="https://agentmods.dev/badge/skills/crbnos/carbon/translate.svg" alt="Measured on agentmods" height="20"></a>
Per session 156 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,381 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found 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.00156 $0.04381
Opus 5 $0.00078 $0.02191
Sonnet 5 $0.00031 $0.00876
Haiku 4.5 $0.00016 $0.00438

Measured 8d ago against content hash 393e0bacc856, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

translate scanned grade C with 1 finding 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 8d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/check-glossary.mjs, scripts/extract-missing.mjs, scripts/glossary-lookup.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf .ai/scratch/translate
.claude/skills/translate/SKILL.md · 317 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 8d ago First seen · 317 lines · 156 tokens per session scan C 393e0bacc856

Subscribe to this mod's changes

translate is a skill published in the GitHub repository crbnos/carbon (2,396 stars, last pushed today), with no licence file. It adds 156 tokens to every session and 4,381 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

integrate-ai-i18n

Integrate ai-i18n into Vite browser projects that use Vue 3, React 18+, or vanilla JavaScript and TypeScript. Use when installing or configuring @ai-i18n/vite, adding translation calls or virtual:ai-i18n imports, selecting framework mode, enabling auto imports or ESLint, configuring optional locale loading or LLM…

bosens-China/tc39-atlas · 92 tokens

update-skills

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

microsoft/vscode · 51 tokens

sync

Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.

microsoft/vscode · 52 tokens

merge

Merge changes from the topic branch to the merge base branch. Use when the user wants to merge their session's work back to the base branch.

microsoft/vscode · 31 tokens

update-pr

Update the pull request for the current session. Use when the user wants to push new changes to an existing PR.

microsoft/vscode · 26 tokens

developing-genkit-js

Develop AI-powered applications using Genkit in Node.js/TypeScript. Use when the user asks about Genkit, AI agents, flows, or tools in JavaScript/TypeScript, or when encountering Genkit errors, validation issues, type errors, or API problems.

google/skills · 60 tokens