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 commands/roboco-io/awesome-vibecoding/translategit clone --depth 1 https://github.com/roboco-io/awesome-vibecodingWhat 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 | $0.00023 | $0.00558 |
| Opus 5 | $0.00012 | $0.00279 |
| Sonnet 5 | $0.00005 | $0.00112 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade A, and why
translate 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Modes
1. Full Translation
Retranslate the entire README.md. Use when structure has significantly changed.
2. Incremental Sync (Default)
Find added/modified/deleted items in README.md and apply them to the same positions in Korean/Japanese files.
Translation Guidelines
Common Rules
- Keep technical terms, product names, code, and URLs in English
- Preserve markdown formatting, links, and code blocks exactly
- Maintain table structure precisely
Korean (README.ko.md)
- First line:
# Awesome Vibe Coding (한국어) - Keep language selection links:
*Language: [English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md)* - Add space after bold text when followed by Korean characters (e.g.,
**텍스트** 다음)
Japanese (README.ja.md)
- First line:
# Awesome Vibe Coding (日本語) - Keep language selection links
Execution
Use the Task tool to run two translation agents in parallel:
- Agent 1: README.md → README.ko.md (Korean)
- Agent 2: README.md → README.ja.md (Japanese)
Incremental Sync Process (Default)
Each agent:
- Reads both README.md and the target language file (README.ko.md or README.ja.md)
- Identifies new or modified items in README.md
- Locates the corresponding section/position in the target file
- Translates new items and inserts them at the exact same position
- Removes deleted items from the target file if any
Full Translation Process
Each agent:
- Reads README.md
- Translates the entire content to the target language
- Saves the translated file
Position Sync Example
When new item added to README.md:
### Cloud & Platform Integrations
| Tool | Description |
|------|-------------|
| [**Lovable**](https://lovable.dev/) | Full-stack app generation with Supabase |
| [**NewTool**](https://newtool.com/) | New AI tool description |
| [**Duet AI**](https://workspace.google.com/solutions/ai/) | Google Workspace AI integration |
→ Insert translated item at the same position (between Lovable and Duet AI) in README.ko.md and README.ja.md
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.
- 2d ago First seen · 68 lines · 23 tokens per session scan A a3e1da1a5129
translate is a command published in the GitHub repository roboco-io/awesome-vibecoding (201 stars, last pushed 1mo ago), licensed CC0-1.0. It adds 23 tokens to every session and 558 once invoked, about $0.0001 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 commands, from other repositories
translation-review
全面审核翻译质量: 对比原版、专项检查、质量评分与发布验证, 发现问题时自动衔接修复流程.
03-gap
Translate the visibility baseline + brand context into a ranked list of content actions that should move the needle. Identifies absent queries, contested queries, and competitor-displacement opportunities. Outputs contentpriorities.json validated against schema. Use after 02-audit; consumed by 04-content-brief.
do-create-techspec
Cria uma Especificação Técnica a partir de um PRD existente, traduzindo requisitos de produto em decisões arquiteturais e guias de implementação.
wp-polylang
Translate an existing WordPress site into a second language using Polylang.
example
Example command that demonstrates CodexSpec extension functionality.
translate-docs
翻译项目文档到指定语言.