Transcribe Thai text to Roman alphabet using the Royal Institute of Thailand's 1999 transcription rules. Pronunciation-based, not character-by-character.
| Thai | Transcription |
|---|---|
| สวัสดีครับ | sawatdi khrap |
| ผมชื่อสมชาย | phom chue somchai |
| ไปเจอกันที่สุขุมวิท | pai joe kan thi sukhumwit |
# From this repo (after cloning or downloading):
mkdir -p ~/.claude/skills
cp -r .claude/skills/thai-transcribe ~/.claude/skills/thai-transcribe# In your project root:
mkdir -p .claude/skills
cp -r path/to/thai-transcribe/.claude/skills/thai-transcribe .claude/skills/Then restart Claude Code.
In Claude Code, type /thai-transcribe followed by Thai text:
/thai-transcribe สวัสดีครับ ผมชื่อสมชาย
Or just ask Claude Code to transcribe Thai text directly — the skill auto-activates.
SKILL.md— The complete skill definition with all transcription rulesREADME.md— This fileLICENSE— MIT License
- Consonant mapping (initial & final position)
- Vowel & diphthong mapping
- Spacing, hyphenation & capitalization rules
- Special characters (ๆ, ฯ, ฯลฯ)
- Number-to-phonetic conversion
- Common words reference table
MIT — see LICENSE file.