vietnamese-tech-writing

vietnamese-tech-writing is a skill for Claude Code from trussary/vietnamese-language-skill. It costs 156 tokens per session (2,031 once invoked), scanned A, original, MIT.

A writing skill for producing and reviewing technical and product documentation in Vietnamese used in Vietnam.

In plain words
What is it for?
It is for writing commit messages, pull-request descriptions, code reviews, design documents, runbooks, READMEs, API documentation, interface text, and related materials in Vietnamese.
Why use it?
It helps avoid unnatural translations, incorrect levels of formality, and inconsistent handling of technical terms.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the vietnamese-language-skill plugin — 5 skills shipped together

Good fit It is for writing commit messages, pull-request descriptions, code reviews, design documents, runbooks, READMEs, API documentation, interface text, and related materials in Vietnamese.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trussary/vietnamese-language-skill/vietnamese-tech-writing
Install

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.

Any agent
npx skills add trussary/vietnamese-language-skill --skill vietnamese-tech-writing
Clone the repo
git clone --depth 1 https://github.com/trussary/vietnamese-language-skill

Made for: Claude Code.

Or install vietnamese-language-skill, the plugin that ships this one along with the rest of its 5 skills.

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 vietnamese-tech-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/trussary/vietnamese-language-skill/vietnamese-tech-writing/github.svg)](https://agentmods.dev/skills/trussary/vietnamese-language-skill/vietnamese-tech-writing)
Your own site
<a href="https://agentmods.dev/skills/trussary/vietnamese-language-skill/vietnamese-tech-writing"><img src="https://agentmods.dev/badge/skills/trussary/vietnamese-language-skill/vietnamese-tech-writing/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 vietnamese-tech-writing

Your own site · 80×15
<a href="https://agentmods.dev/skills/trussary/vietnamese-language-skill/vietnamese-tech-writing"><img src="https://agentmods.dev/badge/skills/trussary/vietnamese-language-skill/vietnamese-tech-writing.svg" alt="Reviewed on agentmods" width="80" 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 2,031 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.02031
Opus 5 $0.00078 $0.01015
Sonnet 5 $0.00031 $0.00406
Haiku 4.5 $0.00016 $0.00203

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

Security

Grade A, and why

vietnamese-tech-writing 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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check_font_coverage.py, scripts/rules_tech.py, scripts/validate_copy.py), 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.

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.

skills/vietnamese-tech-writing/SKILL.md · 147 lines

How it starts

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

Vietnamese engineering and product writing (vi-VN)

Vietnamese technical writing fails differently from Vietnamese marketing writing. Marketing copy goes wrong by being too literal. Technical copy goes wrong by being too Vietnamese — translating the English terms that Vietnamese engineers keep in English, and addressing a reader in documents that describe a system.

Both defects are invisible to a non-engineer proofreader and instantly obvious to the team that has to use the document.

Step 1 — Decide what the document is before writing a word

Two decisions follow from the document type, and both are inverted from the landing-page defaults.

If you are writing Register Terms
RFC, design doc, postmortem, runbook, spec impersonal — no bạn at all Vietnamese leans formal (bộ nhớ đệm, cơ sở dữ liệu)
README, tutorial, API docs, UI copy, release notes bạn Vietnamese for user-facing nouns
PR description, code review, standup, chat mình / no address English terms throughout
Status page (customer-facing) quý khách plain, non-technical

bạn in an RFC is a defect. Vietnamese has natural impersonal constructions — Hệ thống sẽ tự động retry, Cần cấu hình biến môi trường — and English does not, which is exactly why translated text is full of bạn.

Which document takes which register, and the impersonal constructions that replace bạn: references/doc-registers.md. The full pronoun matrix shared with the other Vietnamese skills: references/register-matrix.md.

Step 2 — Core rules (non-negotiable, no file hop needed)

  1. Keep the English terms English. deploy, commit, merge, bug, server, cache, deadline, sprint, backlog, pull request. Translating them is the single loudest machine-translation tell. cam kết for commit is the worst offender — it is a real word meaning to pledge.
  2. Never translate environment names. production, staging, dev. triển khai đến sản xuất is not a sentence any Vietnamese engineer has written.
  3. Identifiers, branch names, and commit subjects are ASCII. No diacritics, ever. The commit body may be Vietnamese; the subject line may not.
  4. Emit NFC Unicode. Precomposed ế (U+1EBF). NFD breaks font rendering, inflates character counts past platform limits, and defeats search.
  5. Vietnamese has no grammatical plural. ICU messages take other only. A one, few, many or zero branch in a vi file is always a bug. =0 selectors are fine.
  6. Pick one tone-mark style per document — kiểu mới (hoà, thuỷ) by default. Neither style is wrong; mixing them is.
  7. Never use an agree/disagree survey scale. Acquiescence bias inflates agreement by roughly 10 points. Ask about the property itself.
  8. Errors say what happened and what to do. Never quý khách in a developer-facing surface, and never blame the user.

Read the full file on GitHub · 147 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 · 147 lines · 156 tokens per session scan A 73d89828de79

Subscribe to this mod's changes

vietnamese-tech-writing is a skill published in the GitHub repository trussary/vietnamese-language-skill (77 stars, last pushed 8d ago), licensed MIT. It adds 156 tokens to every session and 2,031 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

azure-ai-translation-text-py

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

microsoft/skills · 60 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

fengshao1227/ccg-workflow · 62 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

i18n-helper

A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.

laolaoshiren/claude-code-skills-zh · 33 tokens