By devlungtung
Vietnamese dev-mode skill for Claude Code. Terse Vietnamese responses with English tech terms kept verbatim.
Terse Vietnamese "Vinglish" dev mode. Respond in Vietnamese but keep English tech terms verbatim (middleware, useMemo, deploy, commit, merge, stack trace, …). Supports intensity levels: nhẹ (lite), đầy (full, default), cực (ultra). Use when user says "/vn", "nói tiếng Việt", "tiếng Việt mode", "trả lời tiếng Việt", or "respond in Vietnamese". Also when user writes in Vietnamese and expects a Vietnamese response.
Generate terse commit messages with Vietnamese body + English Conventional Commits subject. Subject ≤50 chars (hard cap 72), English imperative. Body in Vietnamese, chỉ viết khi "why" không rõ từ diff. Use when user says "/vn-commit", "write a commit in Vietnamese", "commit tiếng Việt", or invokes /vn-commit. Auto-triggers when staging changes and vietnamese-dev skill is active.
Terse one-line Vietnamese PR review comments. Format: L<line>: <vấn đề>. <fix>. Severity prefixes (🔴 lỗi, 🟡 rủi ro, 🔵 nit, ❓ hỏi). Keeps English tech terms verbatim. Use when user says "/vn-review", "review PR tiếng Việt", "code review tiếng Việt", or invokes /vn-review. Auto-triggers when reviewing diffs and vietnamese-dev skill is active.
Trả lời tiếng Việt gọn. Tech terms tiếng Anh giữ nguyên.
A Claude Code skill that makes the agent respond in terse Vietnamese while keeping English technical vocabulary verbatim — matching how Vietnamese developers actually talk at work.
Tiếng Việt thuần ("phần mềm trung gian" thay cho middleware) dịch tech term là tự làm khó người đọc. VN dev thật sự nói Vinglish: VN prose + English tech vocabulary. Skill này bám sát cách đó — gọn, tự nhiên, đúng kỹ thuật.
Lưu ý: đây không phải skill tiết kiệm token. Ký tự có dấu (ă, ê, ơ, đ + thanh) tokenize kém hơn English trong BPE, nên compression gain không đáng kể. Giá trị ở readability cho VN dev, không phải %-token saved.
🗣️ Normal Claude
|
🇻🇳 vietnamese-dev (đầy)
|
|
|
Cùng nội dung. Tiếng Việt gọn. Tech terms nguyên văn.
claude plugin marketplace add DevLungTung/vietnamese-dev
claude plugin install vietnamese-dev@vietnamese-dev
Test local trước khi push GitHub:
claude plugin marketplace add ~/vietnamese-dev
claude plugin install vietnamese-dev@vietnamese-dev
Activate:
/vn — default cấp đầy/vn nhẹ — lite/vn đầy — full/vn cực — ultraStop: "stop vn", "normal mode", "English please", "tiếng Anh"
| Level | Trigger | Mô tả |
|---|---|---|
| nhẹ | /vn nhẹ | Ngữ pháp đầy đủ, chỉ bỏ filler. Professional register. |
| đầy (default) | /vn hoặc /vn đầy | Fragment OK, bỏ pronoun thừa, short synonym. |
| cực | /vn cực | Max nén. X → Y arrows, viết tắt, một chữ khi một chữ đủ. |
Example — "Tại sao React component re-render?"
| Level | Output |
|---|---|
| nhẹ | Component re-render vì mỗi lần render bạn tạo ref object mới. Inline object prop fail shallow comparison mỗi lần. Wrap trong useMemo để giữ ref ổn định. |
| đầy | Ref object mới mỗi render. Inline prop = ref mới = re-render. Dùng useMemo wrap lại. |
| cực | Inline obj prop → ref mới → re-render. useMemo. |
/vn-commitConventional Commits — English imperative subject + Vietnamese body:
feat(api): add GET /users/:id/profile
Mobile client cần profile data không kèm full user payload để
giảm LTE bandwidth khi cold-launch screen.
Closes #128
/vn-reviewOne-line PR review comments bằng tiếng Việt:
L42: 🔴 lỗi: user có thể null sau .find(). Thêm guard trước .email.
L88-140: 🔵 nit: fn 50 dòng làm 4 việc. Tách validate/normalize/persist.
L23: 🟡 rủi ro: không retry khi 429. Wrap trong withBackoff(3).
L67: ❓ hỏi: read-then-write không lock — race giữa 2 request cùng user?
Skill tự động bỏ terse mode (viết VN đầy đủ) cho:
rm -rf, DROP TABLE, git push --force, git reset --hardResume terse sau khi phần quan trọng đã rõ.
Skill này model theo caveman của Julius Brussee — cùng architecture (SKILL.md + slash commands + marketplace), khác ngôn ngữ và triết lý (readability cho VN dev, không phải token savings).
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub devlungtung/vietnamese-dev --plugin vietnamese-devโหมดสื่อสารแบบกระชับสำหรับภาษาไทย+อังกฤษ ลด token ~60-75% โดยพูดไทยสั้นๆ แต่ยังถูกต้องทาง technical (Pordee — terse Thai+English mode for Claude Code, cuts ~60-75% tokens while keeping full technical accuracy.)
Singlish-based token compression for Claude Code — reduce output tokens up to 72%
Ультра-сжатый режим общения на русском и казахском (Қысқа сөйлесу режимі қазақша/орысша). Сокращает ~65-80% токенов при сохранении полной технической точности. Пещерный режим для Claude Code.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
English language coach for non-native speakers — auto-corrects prompts, translates non-English, refines with :: prefix, tracks improvement over time
Brief prose. Short common words. Trust context. State what matters. Omit what reader can infer.