skills/syllable-counter/SKILL.md
Count syllables in text for any supported language. Use when checking syllable counts for lyrics translation, poetry, or rhythm analysis.
npx skillsauth add guan404ming/blt-skills syllable-counterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Count syllables in text using IPA-based vowel nuclei detection.
python skills/syllable-counter/scripts/count_syllables.py "<text>" "<language>"
Output: Syllables: <count>
cmn, zh): Each character = 1 syllable. Punctuation and whitespace are stripped.python skills/syllable-counter/scripts/count_syllables.py "Let it go" en-us
# Syllables: 3
python skills/syllable-counter/scripts/count_syllables.py "随它吧" cmn
# Syllables: 3
testing
Analyze word-level syllable distribution in text lines. Get syllable patterns, compare against targets, and score pattern quality. Use when matching word rhythm in lyrics translation.
testing
Extract rhyme endings, check if texts rhyme, and detect rhyme schemes. Use when analyzing or preserving rhyme in lyrics translation or poetry.
testing
Convert text to IPA (International Phonetic Alphabet) and calculate phonetic similarity between texts. Use when analyzing pronunciation, comparing sounds across languages, or checking phonetic distance.
testing
Verify translated lyrics against musical constraints including syllable counts, rhyme scheme, and syllable patterns. Use after translating lyrics to check quality.