agentvibes 2.0.17-beta.2 → 2.0.17-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/.bmad-core/agent-teams/team-all.yaml +15 -0
  2. package/.bmad-core/agent-teams/team-fullstack.yaml +19 -0
  3. package/.bmad-core/agent-teams/team-ide-minimal.yaml +11 -0
  4. package/.bmad-core/agent-teams/team-no-ui.yaml +14 -0
  5. package/.bmad-core/agents/analyst.md +84 -0
  6. package/.bmad-core/agents/architect.md +85 -0
  7. package/.bmad-core/agents/bmad-master.md +110 -0
  8. package/.bmad-core/agents/bmad-orchestrator.md +147 -0
  9. package/.bmad-core/agents/dev.md +81 -0
  10. package/.bmad-core/agents/pm.md +84 -0
  11. package/.bmad-core/agents/po.md +79 -0
  12. package/.bmad-core/agents/qa.md +87 -0
  13. package/.bmad-core/agents/sm.md +65 -0
  14. package/.bmad-core/agents/ux-expert.md +69 -0
  15. package/.bmad-core/checklists/architect-checklist.md +440 -0
  16. package/.bmad-core/checklists/change-checklist.md +184 -0
  17. package/.bmad-core/checklists/pm-checklist.md +372 -0
  18. package/.bmad-core/checklists/po-master-checklist.md +434 -0
  19. package/.bmad-core/checklists/story-dod-checklist.md +96 -0
  20. package/.bmad-core/checklists/story-draft-checklist.md +155 -0
  21. package/.bmad-core/core-config.yaml +22 -0
  22. package/.bmad-core/data/bmad-kb.md +809 -0
  23. package/.bmad-core/data/brainstorming-techniques.md +38 -0
  24. package/.bmad-core/data/elicitation-methods.md +156 -0
  25. package/.bmad-core/data/technical-preferences.md +5 -0
  26. package/.bmad-core/data/test-levels-framework.md +148 -0
  27. package/.bmad-core/data/test-priorities-matrix.md +174 -0
  28. package/.bmad-core/enhanced-ide-development-workflow.md +248 -0
  29. package/.bmad-core/install-manifest.yaml +230 -0
  30. package/.bmad-core/tasks/advanced-elicitation.md +119 -0
  31. package/.bmad-core/tasks/apply-qa-fixes.md +150 -0
  32. package/.bmad-core/tasks/brownfield-create-epic.md +162 -0
  33. package/.bmad-core/tasks/brownfield-create-story.md +149 -0
  34. package/.bmad-core/tasks/correct-course.md +72 -0
  35. package/.bmad-core/tasks/create-brownfield-story.md +314 -0
  36. package/.bmad-core/tasks/create-deep-research-prompt.md +280 -0
  37. package/.bmad-core/tasks/create-doc.md +103 -0
  38. package/.bmad-core/tasks/create-next-story.md +114 -0
  39. package/.bmad-core/tasks/document-project.md +345 -0
  40. package/.bmad-core/tasks/execute-checklist.md +88 -0
  41. package/.bmad-core/tasks/facilitate-brainstorming-session.md +138 -0
  42. package/.bmad-core/tasks/generate-ai-frontend-prompt.md +53 -0
  43. package/.bmad-core/tasks/index-docs.md +175 -0
  44. package/.bmad-core/tasks/kb-mode-interaction.md +77 -0
  45. package/.bmad-core/tasks/nfr-assess.md +345 -0
  46. package/.bmad-core/tasks/qa-gate.md +163 -0
  47. package/.bmad-core/tasks/review-story.md +316 -0
  48. package/.bmad-core/tasks/risk-profile.md +355 -0
  49. package/.bmad-core/tasks/shard-doc.md +187 -0
  50. package/.bmad-core/tasks/test-design.md +176 -0
  51. package/.bmad-core/tasks/trace-requirements.md +266 -0
  52. package/.bmad-core/tasks/validate-next-story.md +136 -0
  53. package/.bmad-core/templates/architecture-tmpl.yaml +651 -0
  54. package/.bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  55. package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -0
  56. package/.bmad-core/templates/brownfield-prd-tmpl.yaml +281 -0
  57. package/.bmad-core/templates/competitor-analysis-tmpl.yaml +307 -0
  58. package/.bmad-core/templates/front-end-architecture-tmpl.yaml +219 -0
  59. package/.bmad-core/templates/front-end-spec-tmpl.yaml +350 -0
  60. package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -0
  61. package/.bmad-core/templates/market-research-tmpl.yaml +253 -0
  62. package/.bmad-core/templates/prd-tmpl.yaml +203 -0
  63. package/.bmad-core/templates/project-brief-tmpl.yaml +222 -0
  64. package/.bmad-core/templates/qa-gate-tmpl.yaml +103 -0
  65. package/.bmad-core/templates/story-tmpl.yaml +138 -0
  66. package/.bmad-core/user-guide.md +577 -0
  67. package/.bmad-core/utils/bmad-doc-template.md +327 -0
  68. package/.bmad-core/utils/workflow-management.md +71 -0
  69. package/.bmad-core/workflows/brownfield-fullstack.yaml +298 -0
  70. package/.bmad-core/workflows/brownfield-service.yaml +188 -0
  71. package/.bmad-core/workflows/brownfield-ui.yaml +198 -0
  72. package/.bmad-core/workflows/greenfield-fullstack.yaml +241 -0
  73. package/.bmad-core/workflows/greenfield-service.yaml +207 -0
  74. package/.bmad-core/workflows/greenfield-ui.yaml +236 -0
  75. package/.bmad-core/working-in-the-brownfield.md +606 -0
  76. package/.claude/commands/BMad/agents/analyst.md +88 -0
  77. package/.claude/commands/BMad/agents/architect.md +89 -0
  78. package/.claude/commands/BMad/agents/bmad-master.md +114 -0
  79. package/.claude/commands/BMad/agents/bmad-orchestrator.md +151 -0
  80. package/.claude/commands/BMad/agents/dev.md +85 -0
  81. package/.claude/commands/BMad/agents/pm.md +88 -0
  82. package/.claude/commands/BMad/agents/po.md +83 -0
  83. package/.claude/commands/BMad/agents/qa.md +91 -0
  84. package/.claude/commands/BMad/agents/sm.md +69 -0
  85. package/.claude/commands/BMad/agents/ux-expert.md +73 -0
  86. package/.claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
  87. package/.claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
  88. package/.claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
  89. package/.claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
  90. package/.claude/commands/BMad/tasks/correct-course.md +76 -0
  91. package/.claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
  92. package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
  93. package/.claude/commands/BMad/tasks/create-doc.md +107 -0
  94. package/.claude/commands/BMad/tasks/create-next-story.md +118 -0
  95. package/.claude/commands/BMad/tasks/document-project.md +349 -0
  96. package/.claude/commands/BMad/tasks/execute-checklist.md +92 -0
  97. package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
  98. package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
  99. package/.claude/commands/BMad/tasks/index-docs.md +179 -0
  100. package/.claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
  101. package/.claude/commands/BMad/tasks/nfr-assess.md +349 -0
  102. package/.claude/commands/BMad/tasks/qa-gate.md +167 -0
  103. package/.claude/commands/BMad/tasks/review-story.md +320 -0
  104. package/.claude/commands/BMad/tasks/risk-profile.md +359 -0
  105. package/.claude/commands/BMad/tasks/shard-doc.md +191 -0
  106. package/.claude/commands/BMad/tasks/test-design.md +180 -0
  107. package/.claude/commands/BMad/tasks/trace-requirements.md +270 -0
  108. package/.claude/commands/BMad/tasks/validate-next-story.md +140 -0
  109. package/.claude/commands/agent-vibes/add.md +0 -0
  110. package/.claude/commands/agent-vibes/agent-vibes.md +0 -0
  111. package/.claude/commands/agent-vibes/bmad.md +0 -0
  112. package/.claude/commands/agent-vibes/commands.json +24 -0
  113. package/.claude/commands/agent-vibes/get.md +0 -0
  114. package/.claude/commands/agent-vibes/language.md +23 -0
  115. package/.claude/commands/agent-vibes/learn.md +67 -0
  116. package/.claude/commands/agent-vibes/list.md +0 -0
  117. package/.claude/commands/agent-vibes/personality.md +0 -0
  118. package/.claude/commands/agent-vibes/preview.md +0 -0
  119. package/.claude/commands/agent-vibes/replay-target.md +14 -0
  120. package/.claude/commands/agent-vibes/replay.md +0 -0
  121. package/.claude/commands/agent-vibes/sample.md +0 -0
  122. package/.claude/commands/agent-vibes/sentiment.md +0 -0
  123. package/.claude/commands/agent-vibes/set-language.md +0 -0
  124. package/.claude/commands/agent-vibes/set-pretext.md +0 -0
  125. package/.claude/commands/agent-vibes/set-speed.md +41 -0
  126. package/.claude/commands/agent-vibes/switch.md +0 -0
  127. package/.claude/commands/agent-vibes/target-voice.md +26 -0
  128. package/.claude/commands/agent-vibes/target.md +30 -0
  129. package/.claude/commands/agent-vibes/update.md +0 -0
  130. package/.claude/commands/agent-vibes/version.md +0 -0
  131. package/.claude/commands/agent-vibes/whoami.md +0 -0
  132. package/.claude/github-star-reminder.txt +1 -1
  133. package/.claude/hooks/language-manager.sh +167 -13
  134. package/.claude/hooks/learn-manager.sh +443 -0
  135. package/.claude/hooks/play-tts-elevenlabs.sh +52 -8
  136. package/.claude/hooks/play-tts-piper.sh +82 -8
  137. package/.claude/hooks/play-tts.sh +30 -4
  138. package/.claude/hooks/provider-commands.sh +46 -3
  139. package/.claude/hooks/provider-manager.sh +56 -4
  140. package/.claude/hooks/replay-target-audio.sh +64 -0
  141. package/.claude/hooks/speed-manager.sh +226 -0
  142. package/.claude/language-voices.yaml +0 -0
  143. package/.claude/output-styles/agent-vibes.md +0 -0
  144. package/.claude/personalities/angry.md +0 -0
  145. package/.claude/personalities/annoying.md +0 -0
  146. package/.claude/personalities/crass.md +0 -0
  147. package/.claude/personalities/dramatic.md +0 -0
  148. package/.claude/personalities/dry-humor.md +0 -0
  149. package/.claude/personalities/flirty.md +0 -0
  150. package/.claude/personalities/funny.md +0 -0
  151. package/.claude/personalities/grandpa.md +0 -0
  152. package/.claude/personalities/millennial.md +0 -0
  153. package/.claude/personalities/moody.md +0 -0
  154. package/.claude/personalities/normal.md +0 -0
  155. package/.claude/personalities/pirate.md +0 -0
  156. package/.claude/personalities/poetic.md +0 -0
  157. package/.claude/personalities/professional.md +0 -0
  158. package/.claude/personalities/robot.md +0 -0
  159. package/.claude/personalities/sarcastic.md +0 -0
  160. package/.claude/personalities/sassy.md +0 -0
  161. package/.claude/personalities/surfer-dude.md +0 -0
  162. package/.claude/personalities/zen.md +0 -0
  163. package/.claude/piper-voices/en_US-lessac-medium.onnx +0 -0
  164. package/.claude/piper-voices/en_US-lessac-medium.onnx.json +0 -0
  165. package/.claude/piper-voices-dir.txt +0 -0
  166. package/.claude/plugins/bmad-voices-enabled.flag +0 -0
  167. package/.claude/plugins/bmad-voices.md +0 -0
  168. package/.mcp-minimal.json +6 -8
  169. package/AUDIO_TUNNEL_FIX_SUMMARY.md +0 -0
  170. package/INSTALL_MCP_WINDOWS.md +120 -42
  171. package/LICENSE +0 -0
  172. package/NPM_PUBLISH_GUIDE.md +0 -0
  173. package/README.md +19 -6
  174. package/RELEASE_NOTES.md +97 -0
  175. package/RELEASE_NOTES_V2.md +136 -5
  176. package/agentvibes.org/.claude/commands/agent-vibes/add.md +21 -0
  177. package/agentvibes.org/.claude/commands/agent-vibes/agent-vibes.md +68 -0
  178. package/agentvibes.org/.claude/commands/agent-vibes/commands.json +53 -0
  179. package/agentvibes.org/.claude/commands/agent-vibes/get.md +9 -0
  180. package/agentvibes.org/.claude/commands/agent-vibes/list.md +13 -0
  181. package/agentvibes.org/.claude/commands/agent-vibes/personality.md +79 -0
  182. package/agentvibes.org/.claude/commands/agent-vibes/preview.md +16 -0
  183. package/agentvibes.org/.claude/commands/agent-vibes/provider.md +54 -0
  184. package/agentvibes.org/.claude/commands/agent-vibes/replay.md +19 -0
  185. package/agentvibes.org/.claude/commands/agent-vibes/sample.md +12 -0
  186. package/agentvibes.org/.claude/commands/agent-vibes/sentiment.md +52 -0
  187. package/agentvibes.org/.claude/commands/agent-vibes/set-language.md +47 -0
  188. package/agentvibes.org/.claude/commands/agent-vibes/set-pretext.md +65 -0
  189. package/agentvibes.org/.claude/commands/agent-vibes/switch.md +53 -0
  190. package/agentvibes.org/.claude/commands/agent-vibes/update.md +20 -0
  191. package/agentvibes.org/.claude/commands/agent-vibes/version.md +10 -0
  192. package/agentvibes.org/.claude/commands/agent-vibes/whoami.md +7 -0
  193. package/agentvibes.org/.claude/hooks/bmad-voice-manager.sh +278 -0
  194. package/agentvibes.org/.claude/hooks/language-manager.sh +190 -0
  195. package/agentvibes.org/.claude/hooks/personality-manager.sh +279 -0
  196. package/agentvibes.org/.claude/hooks/piper-download-voices.sh +133 -0
  197. package/agentvibes.org/.claude/hooks/piper-voice-manager.sh +227 -0
  198. package/agentvibes.org/.claude/hooks/play-tts-elevenlabs.sh +201 -0
  199. package/agentvibes.org/.claude/hooks/play-tts-piper.sh +175 -0
  200. package/agentvibes.org/.claude/hooks/play-tts.sh +138 -0
  201. package/agentvibes.org/.claude/hooks/provider-commands.sh +374 -0
  202. package/agentvibes.org/.claude/hooks/provider-manager.sh +196 -0
  203. package/agentvibes.org/.claude/hooks/sentiment-manager.sh +163 -0
  204. package/agentvibes.org/.claude/hooks/voice-manager.sh +349 -0
  205. package/agentvibes.org/.claude/hooks/voices-config.sh +33 -0
  206. package/agentvibes.org/.claude/journal/2025-10-07.html +373 -0
  207. package/agentvibes.org/.claude/journal/index.html +91 -0
  208. package/agentvibes.org/.claude/output-styles/agent-vibes.md +203 -0
  209. package/agentvibes.org/.claude/personalities/angry.md +16 -0
  210. package/agentvibes.org/.claude/personalities/annoying.md +16 -0
  211. package/agentvibes.org/.claude/personalities/crass.md +16 -0
  212. package/agentvibes.org/.claude/personalities/dramatic.md +16 -0
  213. package/agentvibes.org/.claude/personalities/dry-humor.md +52 -0
  214. package/agentvibes.org/.claude/personalities/flirty.md +22 -0
  215. package/agentvibes.org/.claude/personalities/funny.md +16 -0
  216. package/agentvibes.org/.claude/personalities/grandpa.md +34 -0
  217. package/agentvibes.org/.claude/personalities/millennial.md +16 -0
  218. package/agentvibes.org/.claude/personalities/moody.md +16 -0
  219. package/agentvibes.org/.claude/personalities/normal.md +18 -0
  220. package/agentvibes.org/.claude/personalities/pirate.md +16 -0
  221. package/agentvibes.org/.claude/personalities/poetic.md +16 -0
  222. package/agentvibes.org/.claude/personalities/professional.md +16 -0
  223. package/agentvibes.org/.claude/personalities/robot.md +16 -0
  224. package/agentvibes.org/.claude/personalities/sarcastic.md +40 -0
  225. package/agentvibes.org/.claude/personalities/sassy.md +16 -0
  226. package/agentvibes.org/.claude/personalities/surfer-dude.md +16 -0
  227. package/agentvibes.org/.claude/personalities/zen.md +16 -0
  228. package/agentvibes.org/.mcp-minimal.json +60 -0
  229. package/agentvibes.org/CHANGELOG.md +56 -0
  230. package/agentvibes.org/README.md +93 -0
  231. package/agentvibes.org/app/(auth)/layout.tsx +15 -0
  232. package/agentvibes.org/app/(auth)/reset-password/page.tsx +45 -0
  233. package/agentvibes.org/app/(auth)/signin/page.tsx +82 -0
  234. package/agentvibes.org/app/(auth)/signup/page.tsx +104 -0
  235. package/agentvibes.org/app/(default)/layout.tsx +31 -0
  236. package/agentvibes.org/app/(default)/page.tsx +20 -0
  237. package/agentvibes.org/app/api/hello/route.ts +3 -0
  238. package/agentvibes.org/app/css/additional-styles/theme.css +82 -0
  239. package/agentvibes.org/app/css/additional-styles/utility-patterns.css +55 -0
  240. package/agentvibes.org/app/css/style.css +100 -0
  241. package/agentvibes.org/app/layout.tsx +63 -0
  242. package/agentvibes.org/components/cta.tsx +58 -0
  243. package/agentvibes.org/components/features.tsx +256 -0
  244. package/agentvibes.org/components/hero-home.tsx +133 -0
  245. package/agentvibes.org/components/modal-video.tsx +137 -0
  246. package/agentvibes.org/components/page-illustration.tsx +55 -0
  247. package/agentvibes.org/components/spotlight.tsx +77 -0
  248. package/agentvibes.org/components/testimonials.tsx +282 -0
  249. package/agentvibes.org/components/ui/footer.tsx +82 -0
  250. package/agentvibes.org/components/ui/header.tsx +53 -0
  251. package/agentvibes.org/components/ui/logo.tsx +10 -0
  252. package/agentvibes.org/components/workflows.tsx +176 -0
  253. package/agentvibes.org/next.config.js +4 -0
  254. package/agentvibes.org/package-lock.json +1974 -0
  255. package/agentvibes.org/package.json +30 -0
  256. package/agentvibes.org/pnpm-lock.yaml +1141 -0
  257. package/agentvibes.org/postcss.config.js +5 -0
  258. package/agentvibes.org/public/audio/02-sarcastic.mp3 +0 -0
  259. package/agentvibes.org/public/audio/03-angry.mp3 +0 -0
  260. package/agentvibes.org/public/audio/04-grandpa.mp3 +0 -0
  261. package/agentvibes.org/public/audio/05-sarcastic-example2.mp3 +0 -0
  262. package/agentvibes.org/public/audio/french-rachel.mp3 +0 -0
  263. package/agentvibes.org/public/audio/spanish-antoni.mp3 +0 -0
  264. package/agentvibes.org/public/favicon.ico +0 -0
  265. package/agentvibes.org/public/fonts/nacelle-italic.woff2 +0 -0
  266. package/agentvibes.org/public/fonts/nacelle-regular.woff2 +0 -0
  267. package/agentvibes.org/public/fonts/nacelle-semibold.woff2 +0 -0
  268. package/agentvibes.org/public/fonts/nacelle-semibolditalic.woff2 +0 -0
  269. package/agentvibes.org/public/images/blurred-shape-gray.svg +1 -0
  270. package/agentvibes.org/public/images/blurred-shape.svg +1 -0
  271. package/agentvibes.org/public/images/client-logo-01.svg +1 -0
  272. package/agentvibes.org/public/images/client-logo-02.svg +1 -0
  273. package/agentvibes.org/public/images/client-logo-03.svg +1 -0
  274. package/agentvibes.org/public/images/client-logo-04.svg +1 -0
  275. package/agentvibes.org/public/images/client-logo-05.svg +1 -0
  276. package/agentvibes.org/public/images/client-logo-06.svg +1 -0
  277. package/agentvibes.org/public/images/client-logo-07.svg +1 -0
  278. package/agentvibes.org/public/images/client-logo-08.svg +1 -0
  279. package/agentvibes.org/public/images/client-logo-09.svg +1 -0
  280. package/agentvibes.org/public/images/features.png +0 -0
  281. package/agentvibes.org/public/images/footer-illustration.svg +1 -0
  282. package/agentvibes.org/public/images/hero-image-01.jpg +0 -0
  283. package/agentvibes.org/public/images/logo.svg +1 -0
  284. package/agentvibes.org/public/images/page-illustration.svg +1 -0
  285. package/agentvibes.org/public/images/secondary-illustration.svg +1 -0
  286. package/agentvibes.org/public/images/testimonial-01.jpg +0 -0
  287. package/agentvibes.org/public/images/testimonial-02.jpg +0 -0
  288. package/agentvibes.org/public/images/testimonial-03.jpg +0 -0
  289. package/agentvibes.org/public/images/testimonial-04.jpg +0 -0
  290. package/agentvibes.org/public/images/testimonial-05.jpg +0 -0
  291. package/agentvibes.org/public/images/testimonial-06.jpg +0 -0
  292. package/agentvibes.org/public/images/testimonial-07.jpg +0 -0
  293. package/agentvibes.org/public/images/testimonial-08.jpg +0 -0
  294. package/agentvibes.org/public/images/testimonial-09.jpg +0 -0
  295. package/agentvibes.org/public/images/workflow-01.png +0 -0
  296. package/agentvibes.org/public/images/workflow-02.png +0 -0
  297. package/agentvibes.org/public/images/workflow-03.png +0 -0
  298. package/agentvibes.org/public/videos/video.mp4 +0 -0
  299. package/agentvibes.org/tsconfig.json +28 -0
  300. package/agentvibes.org/utils/useMasonry.tsx +67 -0
  301. package/agentvibes.org/utils/useMousePosition.tsx +27 -0
  302. package/bin/mcp-server.js +122 -0
  303. package/docs/ai-optimized-documentation-standards.md +0 -0
  304. package/docs/architecture/provider-system.md +0 -0
  305. package/docs/remote-audio-setup.md +0 -0
  306. package/docs/voice-mapping-format.md +0 -0
  307. package/linkedin/vibe-coding-and-pulseaudio.md +121 -0
  308. package/mcp-server/QUICK_START.md +0 -0
  309. package/mcp-server/README.md +0 -0
  310. package/mcp-server/examples/claude_desktop_config.json +0 -0
  311. package/mcp-server/examples/claude_desktop_config_piper.json +0 -0
  312. package/mcp-server/examples/custom_instructions.md +0 -0
  313. package/mcp-server/pyproject.toml +0 -0
  314. package/mcp-server/requirements.txt +0 -0
  315. package/mcp-server/server.py +87 -25
  316. package/package.json +2 -2
  317. package/scripts/AUTO-MONITOR-SETUP.md +233 -0
  318. package/scripts/CHANGELOG-2025-10-16.md +268 -0
  319. package/scripts/README.md +114 -0
  320. package/scripts/TROUBLESHOOTING.md +258 -0
  321. package/scripts/audio-tunnel.config +17 -0
  322. package/scripts/audio-tunnel.config.example +18 -0
  323. package/scripts/fix-audio-tunnel-complete.sh +255 -0
  324. package/scripts/fix-audio-tunnel.sh +244 -54
  325. package/scripts/health-check-tunnel.sh +93 -0
  326. package/scripts/piper-voice/README.md +0 -0
  327. package/scripts/setup-auto-monitor.sh +86 -0
  328. package/scripts/setup-windows-audio.ps1 +0 -0
  329. package/src/commands/install-mcp.js +0 -0
  330. package/src/installer.js +18 -0
  331. package/templates/activation-instructions-bmad.md +0 -0
  332. package/templates/output-styles/agent-vibes.md +0 -0
  333. package/test/README.md +0 -0
  334. package/test/helpers/test-helper.bash +0 -0
  335. package/test/test-framework.md +0 -0
  336. package/test/unit/personality-manager.bats +0 -0
  337. package/test/unit/play-tts.bats +0 -0
  338. package/test/unit/voice-manager.bats +0 -0
  339. /package/bin/{mcp-server → mcp-server.sh} +0 -0
@@ -1,75 +1,153 @@
1
- # Install MCP Package on Windows
1
+ # Install AgentVibes MCP on Windows
2
2
 
3
- ## Issue Found
3
+ ## Prerequisites
4
4
 
5
- The MCP server logs show:
5
+ 1. **Python 3.10+** - Download from [python.org](https://python.org)
6
+ 2. **Node.js 16+** - Should already be installed if you have Claude Desktop
7
+ 3. **ElevenLabs API Key** (optional) - Get from [elevenlabs.io](https://elevenlabs.io)
8
+
9
+ ## Installation
10
+
11
+ ### Option 1: NPX (Recommended)
12
+
13
+ AgentVibes MCP is published to npm and can be installed automatically via NPX.
14
+
15
+ #### Step 1: Set Environment Variable
16
+
17
+ Open **PowerShell** and set your ElevenLabs API key (if using ElevenLabs):
18
+
19
+ ```powershell
20
+ setx ELEVENLABS_API_KEY "your-api-key-here"
21
+ ```
22
+
23
+ If you don't have an API key, Piper TTS (free, offline) will be used automatically.
24
+
25
+ #### Step 2: Configure Claude Desktop
26
+
27
+ Open your Claude Desktop config file:
28
+ ```
29
+ C:\Users\YOUR_USERNAME\AppData\Roaming\Claude\claude_desktop_config.json
6
30
  ```
7
- ModuleNotFoundError: No module named 'mcp'
31
+
32
+ Add this to the `mcpServers` section:
33
+
34
+ ```json
35
+ {
36
+ "mcpServers": {
37
+ "agentvibes": {
38
+ "command": "npx",
39
+ "args": [
40
+ "-y",
41
+ "-p",
42
+ "agentvibes@beta",
43
+ "agentvibes-mcp-server"
44
+ ],
45
+ "env": {
46
+ "ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
47
+ }
48
+ }
49
+ }
50
+ }
8
51
  ```
9
52
 
10
- This means Windows Python doesn't have the `mcp` package installed.
53
+ **⚠️ IMPORTANT:** The `-p` flag is critical for NPX to correctly parse the command!
54
+
55
+ #### Step 3: Restart Claude Desktop
56
+
57
+ 1. **Completely exit** Claude Desktop (right-click system tray → Exit)
58
+ 2. **Wait 5 seconds**
59
+ 3. **Restart** Claude Desktop
60
+
61
+ The first launch will download AgentVibes and install Python dependencies automatically.
62
+
63
+ #### Step 4: Verify
64
+
65
+ In Claude Desktop, try:
66
+ - "List available voices"
67
+ - "Use text to speech to say hello"
68
+
69
+ ## Troubleshooting
11
70
 
12
- ## Solution
71
+ ### Error: "No module named 'mcp'"
13
72
 
14
- Open **PowerShell** or **Command Prompt** as Administrator and run:
73
+ The Python MCP package is missing. Install it:
15
74
 
16
75
  ```powershell
17
76
  pip install mcp
18
77
  ```
19
78
 
20
- Or if you have multiple Python versions:
21
-
79
+ Or:
22
80
  ```powershell
23
81
  python -m pip install mcp
24
82
  ```
25
83
 
26
- ## Verify Installation
84
+ ### Error: "Python 3 Not Found"
27
85
 
28
- ```powershell
29
- python -c "import mcp; print('MCP installed successfully!')"
86
+ Install Python 3.10+ from [python.org](https://python.org), then restart Claude Desktop.
87
+
88
+ ### Error: "bin/mcp-server: No such file or directory"
89
+
90
+ You're using the wrong NPX syntax. Make sure your config includes the `-p` flag:
91
+
92
+ ```json
93
+ "args": ["-y", "-p", "agentvibes@beta", "agentvibes-mcp-server"]
30
94
  ```
31
95
 
32
- ## After Installation
96
+ **NOT:**
97
+ ```json
98
+ "args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"] ❌ Missing -p
99
+ ```
33
100
 
34
- 1. **Restart Claude Desktop** completely
35
- 2. The AgentVibes MCP server should now work!
101
+ ### Check Logs
36
102
 
37
- ## Test in Claude Desktop
103
+ View the MCP server logs:
104
+ ```
105
+ C:\Users\YOUR_USERNAME\AppData\Roaming\Claude\logs\mcp-server-agentvibes.log
106
+ ```
38
107
 
39
- Once restarted, try:
40
- - "What AgentVibes tools do you have?"
41
- - "Use text to speech to say hello"
108
+ ### Clear NPX Cache
42
109
 
43
- ## Configuration Summary
110
+ If you're stuck on an old version:
44
111
 
45
- Your Claude Desktop config is now set to:
46
- - **Server:** `C:\Users\Paul\AgentVibes\mcp-server\server.py`
47
- - **Python:** Windows Python (the one in your PATH)
48
- - **Provider:** Piper TTS (free, offline - no API key needed)
112
+ ```powershell
113
+ npx clear-npx-cache
114
+ ```
49
115
 
50
- ## Troubleshooting
116
+ Then restart Claude Desktop to download fresh.
117
+
118
+ ## Configuration Options
119
+
120
+ ### Using Piper TTS (Free, Offline)
121
+
122
+ Remove or omit the `ELEVENLABS_API_KEY` environment variable. Piper will be used automatically.
123
+
124
+ ### Using ElevenLabs (Premium)
125
+
126
+ Set your API key:
127
+ ```powershell
128
+ setx ELEVENLABS_API_KEY "your-key"
129
+ ```
51
130
 
52
- If it still doesn't work after installing `mcp`:
131
+ ### Beta vs Stable
53
132
 
54
- 1. **Check Python version:**
55
- ```powershell
56
- python --version
57
- ```
58
- Should be Python 3.10 or higher
133
+ - **Beta:** Latest features, may have bugs
134
+ ```json
135
+ "args": ["-y", "-p", "agentvibes@beta", "agentvibes-mcp-server"]
136
+ ```
59
137
 
60
- 2. **Check pip:**
61
- ```powershell
62
- pip --version
63
- ```
138
+ - **Stable:** Production-ready
139
+ ```json
140
+ "args": ["-y", "-p", "agentvibes@latest", "agentvibes-mcp-server"]
141
+ ```
64
142
 
65
- 3. **Try explicit install:**
66
- ```powershell
67
- C:\Users\Paul\AppData\Local\Programs\Python\Python312\python.exe -m pip install mcp
68
- ```
143
+ ## Next Steps
69
144
 
70
- 4. **Check logs again:**
71
- View: `C:\Users\Paul\AppData\Roaming\Claude\logs\mcp-server-agentvibes.log`
145
+ Once installed, explore these slash commands in Claude Code:
146
+ - `/agent-vibes:list` - List available voices
147
+ - `/agent-vibes:switch <voice>` - Change voice
148
+ - `/agent-vibes:personality <name>` - Set personality style
149
+ - `/agent-vibes:provider` - Manage TTS providers
72
150
 
73
151
  ---
74
152
 
75
- 🎤 **Ready to make Claude Desktop speak!**
153
+ 🎤 **Ready to make your AI agents speak!**
package/LICENSE CHANGED
File without changes
File without changes
package/README.md CHANGED
@@ -123,6 +123,20 @@ Instead of remembering slash commands like `/agent-vibes:switch Aria`, just say:
123
123
  - The MCP server will automatically install Python packages (mcp, pipx, Piper TTS)
124
124
  - But Python 3 itself must be installed first by you
125
125
 
126
+ **Step 1: Set Your ElevenLabs API Key (Windows)**
127
+
128
+ Open Command Prompt or PowerShell and run:
129
+ ```cmd
130
+ setx ELEVENLABS_API_KEY "your-api-key-here"
131
+ ```
132
+
133
+ **Important:** After running `setx`, you must:
134
+ 1. Close Claude Desktop completely (if running)
135
+ 2. Open a **new** terminal window (the variable won't be available in current terminal)
136
+ 3. Restart Claude Desktop
137
+
138
+ **Step 2: Configure Claude Desktop**
139
+
126
140
  Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):
127
141
 
128
142
  ```json
@@ -130,15 +144,14 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)
130
144
  "mcpServers": {
131
145
  "agentvibes": {
132
146
  "command": "npx",
133
- "args": ["-y", "agentvibes-mcp-server"],
134
- "env": {
135
- "ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
136
- }
147
+ "args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"]
137
148
  }
138
149
  }
139
150
  }
140
151
  ```
141
152
 
153
+ **Note:** The `env` section is optional. Claude Desktop automatically inherits Windows environment variables, so if you've set `ELEVENLABS_API_KEY` with `setx`, it will be available automatically.
154
+
142
155
  #### For Warp Terminal
143
156
 
144
157
  Add to `~/.warp/mcp.json`:
@@ -147,7 +160,7 @@ Add to `~/.warp/mcp.json`:
147
160
  {
148
161
  "agentvibes": {
149
162
  "command": "npx",
150
- "args": ["-y", "agentvibes-mcp-server"],
163
+ "args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"],
151
164
  "env": {
152
165
  "ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
153
166
  }
@@ -164,7 +177,7 @@ Add to `.mcp-minimal.json` in your project:
164
177
  "mcpServers": {
165
178
  "agentvibes": {
166
179
  "command": "npx",
167
- "args": ["-y", "agentvibes-mcp-server"],
180
+ "args": ["-y", "agentvibes@beta", "agentvibes-mcp-server"],
168
181
  "env": {
169
182
  "ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
170
183
  }
package/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,102 @@
1
1
  # 🎤 AgentVibes Release Notes
2
2
 
3
+ ## 📦 v2.0.17-beta.12 - Sequential Audio & Target Language Replay (2025-10-16)
4
+
5
+ ### 🎯 AI Summary
6
+
7
+ This release significantly improves the language learning experience by solving audio playback timing issues and adding essential replay functionality. Users can now enjoy seamless sequential audio playback where translations wait for the main language to finish, and a new replay command allows learners to hear target language audio again without triggering new translations.
8
+
9
+ ### ✨ New Features
10
+
11
+ #### Sequential Audio Playback
12
+ - **No More Overlapping Audio**: Target language now waits for main language to complete
13
+ - **Lock File Mechanism**: Uses `/tmp/agentvibes-audio.lock` for coordination
14
+ - **Precise Timing**: Detects audio duration with ffprobe for accurate sequencing
15
+ - **Auto-timeout**: 30-second safety timeout prevents stuck locks
16
+
17
+ #### Target Language Replay Command
18
+ - **New Command**: `/agent-vibes:replay-target` replays last target language audio
19
+ - **Perfect for Learning**: Hear translations again without re-triggering TTS
20
+ - **Automatic Tracking**: Saves target audio path to `.claude/last-target-audio.txt`
21
+ - **Works Seamlessly**: Integrated with language learning mode
22
+
23
+ ### 🐛 Bug Fixes
24
+
25
+ #### Audio Quality
26
+ - **128kbps Bitrate Preserved**: Fixed ffmpeg downsampling from 128kbps to 64kbps
27
+ - **No More Static**: Eliminated quality degradation during audio padding
28
+ - **Added `-b:a 128k` Parameter**: Explicit bitrate specification in ffmpeg
29
+
30
+ #### JSON Escaping (ElevenLabs)
31
+ - **Robust API Communication**: Now uses jq for proper JSON escaping
32
+ - **Special Characters Fixed**: Handles quotes, backslashes, and newlines correctly
33
+ - **Prevents API Errors**: No more "Invalid \\escape" errors from ElevenLabs
34
+
35
+ ### 📁 Modified Files
36
+
37
+ - `.claude/hooks/play-tts-piper.sh` - Added sequential playback + target tracking
38
+ - `.claude/hooks/play-tts-elevenlabs.sh` - Added sequential playback + target tracking + JSON fix
39
+ - `.claude/commands/agent-vibes/replay-target.md` - New slash command
40
+ - `.claude/hooks/replay-target-audio.sh` - Replay implementation
41
+
42
+ ### 🎓 User Impact
43
+
44
+ #### Language Learners
45
+ ✅ **Crystal Clear Audio**: No overlapping English and Spanish
46
+ ✅ **Practice Listening**: Replay target language as many times as needed
47
+ ✅ **Better Quality**: Full 128kbps audio without static or degradation
48
+
49
+ #### All Users
50
+ ✅ **More Reliable**: Proper JSON escaping prevents API failures
51
+ ✅ **Smoother Experience**: Sequential playback feels more natural
52
+
53
+ ### 🚀 How to Use
54
+
55
+ **Enable Language Learning Mode:**
56
+ ```bash
57
+ /agent-vibes:learn spanish
58
+ ```
59
+
60
+ **Replay Last Target Audio:**
61
+ ```bash
62
+ /agent-vibes:replay-target
63
+ ```
64
+
65
+ **The Flow:**
66
+ 1. Ask a question or make a statement
67
+ 2. Hear English response (waits to complete)
68
+ 3. Hear Spanish translation (plays after English)
69
+ 4. Use `/agent-vibes:replay-target` to hear Spanish again
70
+
71
+ ### 🔧 Technical Details
72
+
73
+ **Sequential Playback Implementation:**
74
+ - Lock file created before audio starts
75
+ - Audio duration detected with ffprobe
76
+ - Background process waits for duration then releases lock
77
+ - Next audio waits up to 30 seconds for lock release
78
+
79
+ **Target Language Tracking:**
80
+ - Only tracks when `CURRENT_LANGUAGE != "english"`
81
+ - Path saved to project-local `.claude/last-target-audio.txt`
82
+ - Replay script validates file exists before playback
83
+
84
+ ### 📝 Breaking Changes
85
+
86
+ None - fully backward compatible with existing installations.
87
+
88
+ ### 🐛 Known Issues
89
+
90
+ None reported.
91
+
92
+ ---
93
+
94
+ **Previous Release:** v2.0.17-beta.11
95
+ **Release Date:** October 16, 2025
96
+ **Git Commit:** f4d3899
97
+
98
+ ---
99
+
3
100
  ## 📦 v2.0.16 - Remote Audio Setup Guide & Scripts (2025-10-12)
4
101
 
5
102
  ### 🤖 AI Summary
@@ -91,6 +91,107 @@ AgentVibes now speaks **30+ languages** with native voice quality!
91
91
 
92
92
  ---
93
93
 
94
+ ### 🎓 Language Learning Mode (Beta)
95
+
96
+ **Learn languages naturally with dual-language TTS!**
97
+
98
+ AgentVibes now includes a **language learning mode** that helps you learn new languages through context and repetition. Every acknowledgment and completion is spoken TWICE - first in your main language (English), then in your target language.
99
+
100
+ #### **How It Works:**
101
+
102
+ 1. **Set your target language** - Choose from 30+ supported languages
103
+ 2. **Enable learning mode** - Activates dual-language TTS
104
+ 3. **Natural repetition** - Hear everything twice in context
105
+ 4. **Adjustable speed** - Slow down target language for better comprehension
106
+
107
+ #### **New Learning Commands:**
108
+
109
+ ```bash
110
+ # Set the language you want to learn
111
+ /agent-vibes:target spanish
112
+ /agent-vibes:target french
113
+ /agent-vibes:target german
114
+
115
+ # Set voice for target language (auto-selected based on provider)
116
+ /agent-vibes:target-voice Antoni # ElevenLabs
117
+ /agent-vibes:target-voice es_ES-davefx-medium # Piper
118
+
119
+ # Enable/disable learning mode
120
+ /agent-vibes:learn
121
+
122
+ # Set your main/native language
123
+ /agent-vibes:language english
124
+
125
+ # Adjust speech speed (Piper only)
126
+ /agent-vibes:set-speed 2x # 2x slower (great for learning)
127
+ /agent-vibes:set-speed target 2x # Slow down target language only
128
+ /agent-vibes:set-speed normal # Reset to normal speed
129
+ ```
130
+
131
+ #### **Example Learning Session:**
132
+
133
+ ```
134
+ User: "hello"
135
+
136
+ Claude (English): "Hey there! Great to hear from you!"
137
+ 🔊 Plays in English with your configured voice
138
+
139
+ Claude (Spanish): "¡Hola! ¡Qué bueno saber de ti!"
140
+ 🔊 Plays in Spanish with target voice (Antoni/es_ES-davefx-medium)
141
+ ```
142
+
143
+ #### **Advanced Features:**
144
+
145
+ **🎚️ Speech Rate Control (Piper TTS):**
146
+ - Slow down target language for better comprehension
147
+ - Separate speed controls for main and target languages
148
+ - Intuitive syntax: `2x` = 2x slower, `0.5x` = 2x faster
149
+ - Perfect for language learners who need more time to process
150
+
151
+ **🔄 Mixed Provider Support:**
152
+ - Use **ElevenLabs for English** (premium quality)
153
+ - Use **Piper for Spanish** (free, slower speech)
154
+ - System auto-detects provider from voice name
155
+ - Seamless switching between providers
156
+
157
+ **🎯 Auto-Voice Selection:**
158
+ - System automatically selects the best voice for your target language
159
+ - Provider-aware: ElevenLabs voices for ElevenLabs, Piper voices for Piper
160
+ - Smart fallback if preferred voice unavailable
161
+
162
+ **🌍 Supported Target Languages:**
163
+ Spanish, French, German, Italian, Portuguese, Chinese, Japanese, Korean, Russian, Arabic, Hindi, Polish, Dutch, Turkish, Swedish, Danish, Norwegian, Finnish, Czech, Romanian, Ukrainian, Greek, Bulgarian, Croatian, Slovak, and more!
164
+
165
+ #### **Voice Mappings by Provider:**
166
+
167
+ **ElevenLabs Voices:**
168
+ - Spanish → Antoni
169
+ - French → Rachel
170
+ - German → Domi
171
+ - Italian → Bella
172
+ - Portuguese → Matilda
173
+ - Chinese, Japanese, Korean → Antoni (multilingual)
174
+
175
+ **Piper Voices (Free, Offline):**
176
+ - Spanish → es_ES-davefx-medium
177
+ - French → fr_FR-siwis-medium
178
+ - German → de_DE-thorsten-medium
179
+ - Italian → it_IT-riccardo-x_low
180
+ - Portuguese → pt_BR-faber-medium
181
+ - Chinese → zh_CN-huayan-medium
182
+ - Japanese → ja_JP-hikari-medium
183
+
184
+ #### **Why This Helps Learning:**
185
+
186
+ 1. **Context-based learning** - Hear words/phrases in real situations
187
+ 2. **Natural repetition** - Every message twice, reinforcing vocabulary
188
+ 3. **Pronunciation practice** - Native-quality voices model correct pronunciation
189
+ 4. **Adjustable pace** - Slow down difficult phrases with speed control
190
+ 5. **Consistent exposure** - Learn while coding, naturally building vocabulary
191
+ 6. **No extra effort** - Learning happens passively as you work
192
+
193
+ ---
194
+
94
195
  ### 🎤 Expanded Voice Library (27+ Voices)
95
196
 
96
197
  **New multilingual voices added:**
@@ -269,6 +370,8 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
269
370
  │ ├── provider-manager.sh # Provider switching
270
371
  │ ├── provider-commands.sh # Provider CLI
271
372
  │ ├── language-manager.sh # Language system
373
+ │ ├── learn-manager.sh # Language learning mode
374
+ │ ├── speed-manager.sh # Speech rate control (Piper)
272
375
  │ ├── voice-manager.sh # Voice switching
273
376
  │ ├── personality-manager.sh # Personality system
274
377
  │ ├── sentiment-manager.sh # Sentiment system
@@ -289,6 +392,12 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
289
392
  - `tts-personality.txt` - Active personality
290
393
  - `tts-sentiment.txt` - Active sentiment
291
394
  - `tts-language.txt` - Selected language
395
+ - `tts-learn-mode.txt` - Learning mode status (ON/OFF)
396
+ - `tts-target-language.txt` - Target language for learning
397
+ - `tts-target-voice.txt` - Voice for target language
398
+ - `tts-main-language.txt` - Main/native language
399
+ - `config/piper-speech-rate.txt` - Main voice speech rate (Piper)
400
+ - `config/piper-target-speech-rate.txt` - Target voice speech rate (Piper)
292
401
 
293
402
  ---
294
403
 
@@ -315,6 +424,15 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
315
424
  - `/agent-vibes:set-language list` - Show languages
316
425
  - `/agent-vibes:set-language english` - Reset to English
317
426
 
427
+ ### Language Learning Commands:
428
+ - `/agent-vibes:target <language>` - Set target language to learn
429
+ - `/agent-vibes:target-voice <voice>` - Set voice for target language
430
+ - `/agent-vibes:learn` - Enable/disable learning mode
431
+ - `/agent-vibes:language <language>` - Set main/native language
432
+ - `/agent-vibes:set-speed <speed>` - Set speech rate (Piper only)
433
+ - `/agent-vibes:set-speed target <speed>` - Set target language speed
434
+ - `/agent-vibes:set-speed get` - Show current speed settings
435
+
318
436
  ### Personality Commands:
319
437
  - `/agent-vibes:personality <name>` - Set personality
320
438
  - `/agent-vibes:personality list` - Show all
@@ -407,6 +525,17 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
407
525
 
408
526
  ## 🐛 Bug Fixes
409
527
 
528
+ ### v2.0.17-beta Series (Language Learning Mode):
529
+ - **Fixed ElevenLabs audio static** - Added MP3 codec (`-c:a libmp3lame`) to prevent WAV format issues
530
+ - **Fixed MCP provider switching** - Enhanced non-interactive detection with `CLAUDE_PROJECT_DIR` check
531
+ - **Fixed target voice sync** - Auto-updates target voice when switching providers
532
+ - **Fixed voice/provider mismatches** - Output style now lets system choose voice based on active provider
533
+ - **Fixed learning mode config** - Corrected file names (`tts-learn-mode.txt`) and value checks (`ON`/`OFF`)
534
+ - **Fixed Piper speech rate** - Properly reads numeric values from config files (strips comments)
535
+ - **Fixed interactive prompts in MCP** - Provider switch commands now work seamlessly via slash commands
536
+ - **Fixed Spanish voice download** - Voice models now download automatically with user consent
537
+
538
+ ### v2.0.0 Core Fixes:
410
539
  - Fixed symlink support for shared hooks
411
540
  - Fixed WSL audio static with silence padding
412
541
  - Fixed installer directory detection for npx
@@ -419,15 +548,17 @@ sarcastic, flirty, pirate, grandpa, dry-humor, angry, robot, zen, professional,
419
548
 
420
549
  ## 📊 Statistics
421
550
 
422
- **v2.0.0 by the numbers:**
551
+ **v2.0.17-beta by the numbers:**
423
552
  - 🎤 **200+ voices** across both providers
424
- - 🌍 **30+ languages** supported
553
+ - 🌍 **30+ languages** supported (learning mode for all)
554
+ - 🎓 **1 language learning mode** with dual-language TTS
425
555
  - 🎭 **19 personalities** included
426
556
  - 💭 **19 sentiments** available
427
- - 📝 **15 slash commands** total
428
- - 🔧 **12 hook scripts** installed
429
- - 🔌 **2 TTS providers** available
557
+ - 📝 **20+ slash commands** total (incl. learning commands)
558
+ - 🔧 **14 hook scripts** installed (incl. learn-manager, speed-manager)
559
+ - 🔌 **2 TTS providers** available (mixed provider support)
430
560
  - 🤖 **10 BMAD agents** with voice mapping
561
+ - 🎚️ **Adjustable speech rate** for Piper TTS (0.5x - 3x)
431
562
 
432
563
  ---
433
564
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ description: Add a new custom ElevenLabs TTS voice
3
+ argument-hint: <voice_name> <voice_id>
4
+ ---
5
+
6
+ Add a new custom ElevenLabs TTS voice to your voice library.
7
+
8
+ Usage:
9
+ - `/agent-vibes:add "My Custom Voice" abc123xyz456789`
10
+ - `/agent-vibes:add Narrator KTPVrSVAEUSJRClDzBw7`
11
+
12
+ The voice ID should be a 15-30 character alphanumeric string from your ElevenLabs account.
13
+
14
+ To find your voice IDs:
15
+ 1. Go to https://elevenlabs.io/app/voice-library
16
+ 2. Click on a voice
17
+ 3. Copy the voice ID from the URL or settings
18
+
19
+ After adding, you can switch to it with `/agent-vibes:switch "Voice Name"`
20
+
21
+ !bash .claude/hooks/voice-manager.sh add $ARGUMENTS
@@ -0,0 +1,68 @@
1
+ ---
2
+ description: ElevenLabs TTS voice management commands
3
+ ---
4
+
5
+ # 🎤 ElevenLabs Voice Management
6
+
7
+ Manage your ElevenLabs text-to-speech voices with these commands:
8
+
9
+ ## Available Commands
10
+
11
+ ### `/agent-vibes:list [first|last] [N]`
12
+ List all available voices, with optional filtering
13
+ - `/agent-vibes:list` - Show all voices
14
+ - `/agent-vibes:list first 5` - Show first 5 voices
15
+ - `/agent-vibes:list last 3` - Show last 3 voices
16
+
17
+ ### `/agent-vibes:preview [first|last] [N]`
18
+ Preview voices by playing audio samples
19
+ - `/agent-vibes:preview` - Preview first 3 voices
20
+ - `/agent-vibes:preview 5` - Preview first 5 voices
21
+ - `/agent-vibes:preview last 5` - Preview last 5 voices
22
+
23
+ ### `/agent-vibes:switch <voice_name>`
24
+ Switch to a different default voice
25
+ - `/agent-vibes:switch Northern Terry`
26
+ - `/agent-vibes:switch "Cowboy Bob"`
27
+
28
+ ### `/agent-vibes:get`
29
+ Display the currently selected voice
30
+
31
+ ### `/agent-vibes:add <name> <voice_id>`
32
+ Add a new custom voice from your ElevenLabs account
33
+ - `/agent-vibes:add "My Voice" abc123xyz456`
34
+
35
+ ### `/agent-vibes:replay [N]`
36
+ Replay recently played TTS audio
37
+ - `/agent-vibes:replay` - Replay last audio
38
+ - `/agent-vibes:replay 1` - Replay most recent
39
+ - `/agent-vibes:replay 2` - Replay second-to-last
40
+ - `/agent-vibes:replay 3` - Replay third-to-last
41
+
42
+ Keeps last 10 audio files in history.
43
+
44
+ ### `/agent-vibes:set-pretext <word>`
45
+ Set a prefix word/phrase for all TTS messages
46
+ - `/agent-vibes:set-pretext AgentVibes` - All TTS starts with "AgentVibes:"
47
+ - `/agent-vibes:set-pretext "Project Alpha"` - Custom phrase
48
+ - `/agent-vibes:set-pretext ""` - Clear pretext
49
+
50
+ Saved locally in `.claude/config/agentvibes.json`
51
+
52
+ ## Getting Voice IDs
53
+
54
+ To add your own custom voices:
55
+ 1. Go to https://elevenlabs.io/app/voice-library
56
+ 2. Select or create a voice
57
+ 3. Copy the voice ID (15-30 character alphanumeric string)
58
+ 4. Use `/agent-vibes:add` to add it
59
+
60
+ ## Default Voices
61
+
62
+ The system comes with these Character Voices from ElevenLabs:
63
+ - Northern Terry, Grandpa Spuds Oxley, Ms. Walker
64
+ - Ralf Eisend, Amy, Michael, Jessica Anne Bogart
65
+ - Aria, Lutz Laugh, Dr. Von Fusion, Matthew Schmitz
66
+ - Demon Monster, Cowboy Bob, Drill Sergeant
67
+
68
+ Enjoy your TTS experience! 🎵
@@ -0,0 +1,53 @@
1
+ {
2
+ "namespace": "agent-vibes",
3
+ "commands": [
4
+ {
5
+ "name": "list",
6
+ "description": "List all available ElevenLabs voices"
7
+ },
8
+ {
9
+ "name": "preview",
10
+ "description": "Preview ElevenLabs voices by playing audio samples"
11
+ },
12
+ {
13
+ "name": "switch",
14
+ "description": "Switch to a different ElevenLabs voice"
15
+ },
16
+ {
17
+ "name": "whoami",
18
+ "description": "Display currently selected voice"
19
+ },
20
+ {
21
+ "name": "sample",
22
+ "description": "Play a sample with the current or specified voice"
23
+ },
24
+ {
25
+ "name": "replay",
26
+ "description": "Replay the last TTS message"
27
+ },
28
+ {
29
+ "name": "personality",
30
+ "description": "Manage AI personality settings"
31
+ },
32
+ {
33
+ "name": "sentiment",
34
+ "description": "Set temporary personality sentiment"
35
+ },
36
+ {
37
+ "name": "set-pretext",
38
+ "description": "Configure pre-TTS message text"
39
+ },
40
+ {
41
+ "name": "set-language",
42
+ "description": "Set TTS language for multilingual voices"
43
+ },
44
+ {
45
+ "name": "add",
46
+ "description": "Add a new personality"
47
+ },
48
+ {
49
+ "name": "get",
50
+ "description": "Get personality details"
51
+ }
52
+ ]
53
+ }