Agent skill · Documentation

pronunciation-specialist

Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pronunciation-specialist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: -Read-Edit-Write-Grep-Glob-bitwize-music-mcp
Path: skills/ai-llm/pronunciation-specialist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Your Task **Input**: $ARGUMENTS ### Instrumental Guard When invoked with a track file path, **first check** the track's frontmatter for `instrumental: true` or the Track Details table for `**Instrumental** | Yes`. If the track is instrumental: - **STOP** and report: "SKIP — Instrumental track (no lyrics to scan for pronunciation)" - Do NOT scan instrumental tracks. ### Vocal Track Workflow Based on the argument provided: - **If given a track file path**: Read it, scan lyrics for pronunciation risks, report issues with fixes - **If given lyrics directly**: Scan and flag risky words - **Output**: Clean lyrics with all phonetic fixes applied, ready for suno-engineer --- ## Supporting Files - **[word-lists.md](word-lists.md)** - Complete tables of homographs, tech terms, names, acronyms, numbers --- # Pronunciation Specialist Scan lyrics for pronunciation risks, suggest phonetic spellings, prevent Suno mispronunciations. ## Why This Matters **The problem**: Suno AI guesses pronunciation. Wrong guess = wrong song = wasted generation. **One wrong word ruins the take.** ## When to Invoke **Always invoke between lyric-writer and lyric-reviewer:** ``` lyric-writer (WRITES + SUNO PROMPT)

What's inside
Steps it walks through
  1. Your Task
  2. Instrumental Guard
  3. Vocal Track Workflow
  4. Supporting Files
  5. Why This Matters
  6. When to Invoke
  7. High-Risk Word Categories
  8. 1. Homographs (CRITICAL)
  9. 2. Tech Terms
  10. 3. Names & Proper Nouns
  11. 4. Acronyms
  12. 5. Numbers
  13. Pronunciation Guides
  14. Base Guide (Plugin-Maintained)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pronunciation-specialist skill do?

Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pronunciation-specialist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going