Claude Code Vietnamese Fix
Description
Fix lỗi gõ tiếng Việt trong Claude Code CLI trên macOS, Hỗ trợ các bộ gõ tiếng Việt phổ biến như OpenKey, EVKey, PHTV, Unikey...
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Vietnamese IME Fix
Fix lỗi gõ tiếng Việt trong Claude Code CLI với các bộ gõ OpenKey, EVKey, PHTV, Unikey... Hỗ trợ macOS, Linux và Windows (npm).
Vấn đề
Khi gõ tiếng Việt trong Claude Code CLI, các bộ gõ sử dụng kỹ thuật "backspace rồi thay thế" để chuyển đổi ký tự (ví dụ: `a` → `á`). Claude Code xử lý phần backspace nhưng không chèn ký tự thay thế, dẫn đến:
- Ký tự bị "nuốt" hoặc mất khi gõ
- Văn bản hiển thị không đúng với những gì đã gõ
- Phải copy-paste từ nơi khác thay vì gõ trực tiếp
Cài đặt
Lần đầu chạy sẽ **tự động fix** luôn.
**macOS / Linux:**
curl -fsSL https://raw.githubusercontent.com/manhit96/claude-code-vietnamese-fix/main/install.sh | bash
**Windows (PowerShell):**
irm https://raw.githubusercontent.com/manhit96/claude-code-vietnamese-fix/main/install.ps1 | iex
Sau khi update Claude Code
Chạy lại fix:
python3 ~/.claude-vn-fix/patcher.py
**Windows:**
python ~\.claude-vn-fix\patcher.py
Các lệnh
python3 patcher.py # Tự động phát hiện và fix
python3 patcher.py --restore # Khôi phục từ backup
python3 patcher.py --path FILE # Fix file cụ thể
python3 patcher.py --help # Hiển thị hướng dẫn
Cập nhật patcher
cd ~/.claude-vn-fix && git pull
Credits
Tham khảo và cải tiến từ [PHTV](https://github.com/phamhungtien/PHTV).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11