Imported from dsactivi-2/bosnian-sales-voice-compare (
AGENTS.md). Install upstream withnpx skills add dsactivi-2/bosnian-sales-voice-compare. Copyright stays with the author.
AGENTS.md — Voice Compare
Project
Static team tool to compare Bosnian tele-sales TTS voices and rate them.
- Live: https://voice-compare.activi.io/
- Truth:
config.json(voices, script, reviewers, categories) - UI:
index.html(loads config; ratings in browser localStorage only) - Skill:
agents/SKILL.md - MCP:
node mcp/server.mjs(zero deps)
Do this when user asks to change voices
- Prefer MCP
add_voice/update_voiceor editconfig.jsonvoices[] - Required fields:
id,title,sex(m|f|x),audio(public mp3 URL) - Keep shared
scriptunless user wants a new comparison round validate_configthen commit + deploy static assets- Never put API keys in config or HTML
Do not
- Hardcode new voices only inside JS of
index.html(use config) - Claim ratings are shared server-side (they are localStorage + export/import)
- Change voice
idcasually (breaks rating history for that voice)