Finally! Your agents can talk back!
π agentvibes.org
Professional text-to-speech for Claude Code, Claude Desktop, and Warp Terminal - Piper TTS (Free!) or macOS Say (Built-in!)
Author: Paul Preibisch (@997Fire) | Version: v3.0.0
| I want to... | Go here |
|---|---|
Install AgentVibes (just npx, no git!) |
Quick Start Guide |
| Understand what I need (spoiler: just Node.js!) | Prerequisites |
| Set up on Windows (Claude Desktop) | Windows Setup Guide |
| Use natural language | MCP Setup |
| Switch voices | Voice Library |
| Learn Spanish while coding | Language Learning Mode |
| Fix issues (git-lfs? MCP tokens? Read this!) | Troubleshooting & FAQ |
AgentVibes adds lively voice narration to your Claude AI sessions!
Whether you're coding in Claude Code, chatting in Claude Desktop, or using Warp Terminal - AgentVibes brings AI to life with professional voices and personalities.
- ποΈ Verbosity Control - NEW! Control how much Claude speaks (LOW: minimal, MEDIUM: balanced, HIGH: full transparency)
- ποΈ AgentVibes MCP - NEW! Natural language control for Claude Code, Claude Desktop & Warp (no slash commands!)
- π Language Learning Mode - NEW! Learn a second language while you program (e.g., Learn Spanish as you code!)
- π SSH Audio Optimization - NEW! Auto-detects remote sessions and eliminates static (VS Code Remote SSH, cloud dev)
- π Multi-Provider Support - Choose Piper TTS (50+ free voices) or macOS Say (100+ built-in voices)
- π 30+ Languages - Multilingual support with native voice quality
- ποΈ 27+ Professional AI Voices - Character voices, accents, and unique personalities
- π 19 Built-in Personalities - From sarcastic to flirty, pirate to dry humor
- π¬ Advanced Sentiment System - Apply personality styles to ANY voice without changing it
- π Enhanced BMAD Plugin - Auto voice switching for BMAD agents with multilingual support
- π Live Audio Feedback - Hear task acknowledgments and completions in any language
- π΅ Voice Preview & Replay - Listen before you choose, replay last 10 TTS messages
- π Free Option Available - Use Piper TTS with no API key required
- β‘ One-Command Install - Get started in seconds
AgentVibes' Piper TTS uses 100% Hugging Face-trained AI voice models from rhasspy/piper-voices.
What are Hugging Face voice models?
Hugging Face voice models are pre-trained artificial intelligence models hosted on the Hugging Face Model Hub platform, designed to convert text into human-like speech (Text-to-Speech or TTS) or perform other speech tasks like voice cloning and speech-to-speech translation. They're accessible via their Transformers library for easy use in applications like voice assistants, audio generation, and more.
Key Benefits:
- π― Human-like Speech - VITS-based neural models for natural pronunciation and intonation
- π 35+ Languages - Multilingual support with native accents
- π 100% Open Source - All Piper voices are free HF models (Tacotron2, FastSpeech2, VITS)
- π§ Developer-Friendly - Fine-tune, customize, or deploy for various audio projects
- β‘ Offline & Fast - No API keys, no internet needed once installed
All 50+ Piper voices AgentVibes provides are sourced from Hugging Face's open-source AI voice models, ensuring high-quality, natural-sounding speech synthesis across all supported platforms.
- π Quick Start - Install in 3 steps
- π Prerequisites - NEW! What you need (spoiler: just Node.js!)
- β¨ What is AgentVibes? - Overview & key features
- π° Latest Release - What's new
- πͺ Windows Setup Guide for Claude Desktop - Complete Windows installation with WSL & Python
- ποΈ AgentVibes MCP Overview - Easiest way - Natural language commands
- For Claude Desktop - Windows/WSL setup, Python requirements
- For Warp Terminal - Warp configuration
- For Claude Code - Project-specific setup
- π€ Commands Reference - All available commands
- ποΈ Verbosity Control - NEW! Control how much Claude speaks (low/medium/high)
- π Language Learning Mode - NEW! Learn Spanish while you program
- π Personalities vs Sentiments - Two systems explained
- π£οΈ Voice Library - 27+ professional voices
- π BMAD Plugin - Auto voice switching for BMAD agents
- π¦ Installation Structure - What gets installed
- π‘ Common Workflows - Quick examples
- π§ Advanced Features - Custom voices & personalities
- π Remote Audio Setup - Play TTS from remote servers
- π¬ Technical Deep Dive - How AgentVibes works under the hood
- β Troubleshooting - Common issues & fixes
- π Useful Links - Voice typing & AI tools
- π Updating - Keep AgentVibes current
- ποΈ Uninstalling - Remove AgentVibes cleanly
- β FAQ - NEW! Common questions answered (git-lfs, MCP tokens, installation)
- π macOS Testing - Automated testing on macOS with GitHub Actions
- π Credits - Acknowledgments
- π€ Contributing - Show support
v3.0.0 - Cross-Platform Remote Audio: Termux SSH Provider π±
AgentVibes v3.0.0 introduces the termux-ssh TTS provider, enabling true mobile-first interactive conversations with Claude Code. Route TTS audio to your Android device via SSHβwhether coding locally on your laptop or on remote serversβand have hands-free, voice-driven conversations with Claude using just your phone. This major release includes comprehensive Tailscale VPN setup documentation for internet-wide access, full MCP server integration, and transforms how developers interact with AI assistants. Perfect for developers who want to experience AI conversations naturally through their mobile device while their hands stay on the keyboard.
Key Highlights:
- π± Mobile-First AI Conversations - Have fully interactive, hands-free conversations with Claude Code using just your Android device
- π» Local + Remote Development - Works for both local coding (laptop β phone audio) and remote server development
- π Tailscale Integration - Comprehensive guide for internet-wide device access without port forwarding or firewall configuration
- π₯ Demo Video - Watch it in action: Mobile-First AI Conversations
- π― Full MCP Compatibility - Complete integration with all MCP commands and workflows
- π‘οΈ Quality Gates Integration - Automated security validation in release process
π‘ Tip: If npx agentvibes shows an older version or missing commands, clear your npm cache: npm cache clean --force && npx agentvibes@latest --help
Agent Vibes was originally created to give the Claude Code assistant a voice! Simply install it with an npx command in your terminal, and Claude Code can talk back to you.
We've now enhanced this capability by adding an MCP (Model Context Protocol) server. This integration exposes Agent Vibes' functionality directly to your AI assistant, allowing you to configure and control Agent Vibes using natural language instead of typing "/" slash commands.
Setting it up is straightforward: just add the MCP server to your Claude Code configuration files.
But the convenience doesn't stop there. With the MCP server in place, Claude Desktop can now use Agent Vibes too! We've even tested it successfully with Warp, an AI assistant that helps you navigate Windows and other operating systems.
We're thrilled about this expansion because it means Claude Desktop and Warp can finally talk back as well!
If you decide to use the MCP server on Claude Desktop, after configuration, give Claude Desktop this command: "every time i give you a command, speak the acknowledgement using agentvibes and the confirmation about what you completed, when done"βand watch the magic happen!
π― Control AgentVibes with natural language - no slash commands to remember!
Just say "Switch to Aria voice" or "Speak in Spanish" instead of typing commands.
Works in: Claude Desktop, Claude Code, Warp Terminal
β View Complete MCP Setup Guide - Full setup for all platforms, configuration examples, available tools, and MCP vs slash commands comparison
REQUIRED: Install bash 5.x before using AgentVibes:
brew install bash # One-time setupmacOS ships with bash 3.2 (from 2007) which lacks modern bash features AgentVibes needs. After installing bash 5.x via Homebrew, everything works perfectly!
Get AgentVibes running in 3 steps: Install β Choose Provider (Piper/macOS) β Enable Voice
Quick Install:
npx agentvibes installβ View Complete Quick Start Guide - Full installation options, provider setup, and activation steps
β Required:
- Node.js β₯16.0 (
node --version) - That's it! No git required, no git-lfs required, no repo cloning needed.
β NOT Required:
- β Git or git-lfs (you're installing via npm, not cloning)
- β Repository cloning (npm handles everything)
- β Build tools (pre-built package ready to use)
π¦ Installation Methods:
| Method | Command | Use Case |
|---|---|---|
| β RECOMMENDED: NPM | npx agentvibes install |
Users wanting to use AgentVibes |
git clone ... |
Only for contributing code |
π‘ Why npm installation?
- Zero git operations - npm downloads pre-built package
- No large file downloads - audio generated on-demand
- Instant setup - works in seconds
- No git-lfs, no cloning, no build steps
Only if contributing code to the project:
- Node.js 16+
- Git (no git-lfs needed - repo has no large files)
- Familiarity with
npm linkfor local development
Developer installation:
git clone https://github.com/paulpreibisch/AgentVibes.git
cd AgentVibes
npm install
npm linkAgentVibes requires certain system dependencies for optimal audio processing and playback. Requirements vary by operating system and TTS provider.
| Tool | Required For | Why It's Needed |
|---|---|---|
| Node.js β₯16.0 | All platforms | Runtime for AgentVibes installer and MCP server |
| Bash β₯5.0 | macOS | Modern bash features (macOS ships with 3.2 from 2007) |
| Python 3.10+ | Piper TTS, MCP server | Runs Piper voice engine and MCP server |
| Tool | Status | Purpose | Impact if Missing |
|---|---|---|---|
| sox | Recommended | Audio effects (reverb, EQ, pitch, compression) | No audio effects, still works |
| ffmpeg | Recommended | Background music mixing, audio padding, RDP compression | No background music or RDP optimization |
# Ubuntu/Debian
sudo apt-get update
sudo apt-get install -y sox ffmpeg python3-pip pipx
# Fedora/RHEL
sudo dnf install -y sox ffmpeg python3-pip pipx
# Arch Linux
sudo pacman -S sox ffmpeg python-pip python-pipxAudio Playback (one of the following):
paplay(PulseAudio - usually pre-installed)aplay(ALSA - fallback)mpg123(fallback)mpv(fallback)
Why these tools?
- sox: Applies audio effects defined in
.claude/config/audio-effects.cfg(reverb, pitch shifting, EQ, compression) - ffmpeg: Mixes background music tracks, adds silence padding to prevent audio cutoff, compresses audio for RDP/SSH sessions
- paplay/aplay: Plays generated TTS audio files
- pipx: Isolated Python environment manager for Piper TTS installation
# Install Homebrew if not already installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Required: Modern bash
brew install bash
# Recommended: Audio processing tools
brew install sox ffmpeg pipxAudio Playback:
afplay(built-in - always available)say(built-in - for macOS TTS provider)
Why these tools?
- bash 5.x: macOS ships with bash 3.2 which lacks associative arrays and other modern features AgentVibes uses
- sox: Same audio effects processing as Linux
- ffmpeg: Same background music and padding as Linux
- afplay: Built-in macOS audio player
- say: Built-in macOS text-to-speech (alternative to Piper)
AgentVibes requires WSL (Windows Subsystem for Linux) on Windows. Follow the Windows Setup Guide for complete installation.
# Install WSL from PowerShell (Administrator)
wsl --install -d UbuntuThen follow Linux requirements above inside WSL.
Why WSL?
- AgentVibes uses bash scripts extensively
- Audio routing from WSL to Windows requires PulseAudio configuration
- See Windows Setup Guide for detailed audio setup
- Python 3.10+
- pipx (for isolated installation)
- Disk Space: ~50MB per voice model
- Internet: Only for initial voice downloads
# Installed automatically by AgentVibes
pipx install piper-tts- No additional requirements
- 100+ voices pre-installed on macOS
- Use:
/agent-vibes:provider switch macos
# Check all dependencies
node --version # Should be β₯16.0
python3 --version # Should be β₯3.10
bash --version # Should be β₯5.0 (macOS users!)
sox --version # Optional but recommended
ffmpeg -version # Optional but recommended
pipx --version # Required for Piper TTS
# Check audio playback (Linux/WSL)
paplay --version || aplay --version
# Check audio playback (macOS)
which afplay # Should return /usr/bin/afplay| Missing Tool | Impact | Workaround |
|---|---|---|
| sox | No audio effects (reverb, EQ, pitch) | TTS still works, just no effects |
| ffmpeg | No background music, no audio padding | TTS still works, audio may cut off slightly early |
| paplay/aplay | No audio playback on Linux | Install at least one audio player |
All TTS generation still works - optional tools only enhance the experience!
Piper TTS (free, works offline on Linux/WSL) or macOS Say (free, built-in on Mac) - pick one and switch anytime.
| Provider | Platform | Cost | Quality | Setup |
|---|---|---|---|---|
| macOS Say | macOS only | Free (built-in) | ββββ | Zero config |
| Piper | Linux/WSL | Free | ββββ | Auto-downloads |
On macOS, the native say provider is automatically detected and recommended!
AgentVibes provides 50+ slash commands and natural language MCP equivalents.
Quick Examples:
# Voice control
/agent-vibes:switch Aria # Or: "Switch to Aria voice"
/agent-vibes:list # Or: "List all voices"
# Personality & sentiment
/agent-vibes:personality pirate # Or: "Set personality to pirate"
/agent-vibes:sentiment sarcastic # Or: "Apply sarcastic sentiment"
# Language & learning
/agent-vibes:set-language spanish # Or: "Speak in Spanish"
/agent-vibes:learn # Or: "Enable learning mode"β View Complete Command Reference - All voice, system, personality, sentiment, language, and BMAD commands with MCP equivalents
Control how much Claude speaks while working! π
Choose from three verbosity levels:
- Acknowledgments only (start of task)
- Completions only (end of task)
- Perfect for quiet work sessions
- Acknowledgments + completions
- Major decisions ("I'll use grep to search")
- Key findings ("Found 12 instances")
- Perfect for understanding decisions without full narration
- All reasoning ("Let me search for all instances")
- All decisions ("I'll use grep for this")
- All findings ("Found it at line 1323")
- Perfect for learning mode, debugging complex tasks
Quick Commands:
/agent-vibes:verbosity # Show current level
/agent-vibes:verbosity high # Maximum transparency
/agent-vibes:verbosity medium # Balanced
/agent-vibes:verbosity low # Minimal (default)MCP Equivalent:
"Set verbosity to high"
"What's my current verbosity level?"
π‘ How it works: Claude uses emoji markers (π π€ β) in its text, and AgentVibes automatically detects and speaks them based on your verbosity level. No manual TTS calls needed!
π― Learn Spanish (or 30+ languages) while you program! π
Every task acknowledgment plays twice - first in English, then in your target language. Context-based learning while you code!
β View Complete Learning Mode Guide - Full tutorial, quick start, commands, speech rate control, supported languages, and pro tips
Two ways to add personality:
- πͺ Personalities - Changes BOTH voice AND speaking style (e.g.,
piratepersonality = Pirate Marshal voice + pirate speak) - π Sentiments - Keeps your current voice, only changes speaking style (e.g., Aria voice + sarcastic sentiment)
β Complete Personalities Guide - All 19 personalities, create custom ones
AgentVibes includes professional AI voices from Piper TTS and macOS Say with multilingual support.
π§ Try in Claude Code: /agent-vibes:preview to hear all voices
π Multilingual: Use Antoni, Rachel, Domi, or Bella for automatic language detection
β View Complete Voice Library - All 27 voices with clickable samples, descriptions, and best use cases
Automatically switch voices when using BMAD agents!
The BMAD plugin detects when you activate a BMAD agent (e.g., /BMad:agents:pm) and automatically uses the assigned voice for that role.
Version Support: AgentVibes supports both BMAD v4 and v6-alpha installations. Version detection is automatic - just install BMAD and AgentVibes will detect and configure itself correctly!
BMAD uses a loosely-coupled injection system for voice integration. BMAD source files contain placeholder markers that AgentVibes replaces with speaking instructions during installation:
Before Installation (BMAD Source):
<rules>
<r>ALWAYS communicate in {communication_language}...</r>
<!-- TTS_INJECTION:agent-tts -->
<r>Stay in character until exit selected</r>
</rules>After Installation (with AgentVibes enabled):
<rules>
<r>ALWAYS communicate in {communication_language}...</r>
- When responding to user messages, speak your responses using TTS:
Call: `.claude/hooks/bmad-speak.sh '{agent-id}' '{response-text}'`
Where {agent-id} is your agent type (pm, architect, dev, etc.)
- Auto Voice Switching: AgentVibes automatically switches to the voice
assigned for your agent role when activated
<r>Stay in character until exit selected</r>
</rules>After Installation (with TTS disabled):
<rules>
<r>ALWAYS communicate in {communication_language}...</r>
<r>Stay in character until exit selected</r>
</rules>This design means any TTS provider can integrate with BMAD by replacing these markers with their own instructions!
β View Complete BMAD Documentation - All agent mappings, language support, TTS injection details, plugin management, and customization
What gets installed: Commands, hooks, personalities, and plugins in .claude/ directory.
β View Complete Installation Structure - Full directory tree, file descriptions, and settings storage
# Switch voices
/agent-vibes:list # See all voices
/agent-vibes:switch Aria # Change voice
# Try personalities
/agent-vibes:personality pirate # Pirate voice + style
/agent-vibes:personality list # See all 19 personalities
# Speak in other languages
/agent-vibes:set-language spanish # Speak in Spanish
/agent-vibes:set-language list # See 30+ languages
# Replay audio
/agent-vibes:replay # Replay last messageπ‘ Tip: Using MCP? Just say "Switch to Aria voice" or "Speak in Spanish" instead of typing commands.
AgentVibes supports custom personalities and custom voices.
Quick Examples:
# Create custom personality
/agent-vibes:personality add mycustom
# Add custom Piper voice
/agent-vibes:add "My Voice" abc123xyz789
# Use in custom output styles
[Bash: .claude/hooks/play-tts.sh "Starting" "Aria"]β View Advanced Features Guide - Custom personalities, custom voices, and more
Running AgentVibes on a remote server? No problem!
β Auto-detects SSH sessions - Works with VS Code Remote SSH, regular SSH, cloud dev environments β Zero configuration - Audio optimizes automatically β No static/clicking - Clean playback through SSH tunnels
β Remote Audio Setup Guide - Full PulseAudio configuration details
- π€ WhisperTyping - Fast voice-to-text typing for developers
- π£οΈ OpenWhisper (Azure) - Microsoft's speech-to-text service
- π Piper TTS - Free offline neural TTS
- π€ Claude Code - AI coding assistant
- π BMAD METHOD - Multi-agent framework
- π Issues - Report bugs
- π Changelog - Version history
- π° Technical Deep Dive - LinkedIn Article - How AgentVibes works under the hood
Common Issues:
β Error: "git-lfs is not installed"
AgentVibes does NOT require git-lfs. This error suggests:
-
Wrong installation method - Use npm, not git clone:
# β CORRECT - Use this: npx agentvibes install # β WRONG - Don't clone unless contributing: git clone https://github.com/paulpreibisch/AgentVibes.git
-
Different project - You may be in a BMAD-METHOD or other repo that uses git-lfs
-
Global git config - Your git may have lfs enabled globally:
git config --global --list | grep lfs
Solution: Use npx agentvibes install - no git operations needed!
No Audio Playing?
- Verify hook is installed:
ls -la .claude/hooks/session-start-tts.sh - Test:
/agent-vibes:sample Aria
Commands Not Found?
npx agentvibes install --yesβ View Complete Troubleshooting Guide - Solutions for audio issues, command problems, MCP errors, voice issues, and more
Quick Update (From Claude Code):
/agent-vibes:updateAlternative Methods:
# Via npx
npx agentvibes update --yes
# Via npm (if installed globally)
npm update -g agentvibes && agentvibes update --yesCheck Version: /agent-vibes:version
β View Complete Update Guide - All update methods, version checking, what gets updated, and troubleshooting
Quick Uninstall (Project Only):
npx agentvibes uninstallUninstall Options:
# Interactive uninstall (confirms before removing)
npx agentvibes uninstall
# Auto-confirm (skip confirmation prompt)
npx agentvibes uninstall --yes
# Also remove global configuration
npx agentvibes uninstall --global
# Complete uninstall including Piper TTS
npx agentvibes uninstall --global --with-piperWhat Gets Removed:
Project-level (default):
.claude/commands/agent-vibes/- Slash commands.claude/hooks/- TTS scripts.claude/personalities/- Personality templates.claude/output-styles/- Output styles.claude/audio/- Audio cache.claude/tts-*.txt- TTS configuration files.agentvibes/- BMAD integration files
Global (with --global flag):
~/.claude/- Global configuration~/.agentvibes/- Global cache
Piper TTS (with --with-piper flag):
~/piper/- Piper TTS installation
To Reinstall:
npx agentvibes installπ‘ Tips:
- Default uninstall only removes project-level files
- Use
--globalif you want to completely reset AgentVibes - Use
--with-piperif you also want to remove the Piper TTS engine - Run
npx agentvibes statusto check installation status
Q: Does AgentVibes require git-lfs?
A: NO. AgentVibes has zero git-lfs requirement. Use npx agentvibes install - no git operations needed.
Q: Do I need to clone the GitHub repository?
A: NO (unless you're contributing code). Normal users should use npx agentvibes install. Repository cloning is only for developers who want to contribute to the project.
Q: Why is the GitHub repo so large? A: The repo includes demo files and development dependencies (node_modules). The actual npm package you download is < 50MB and optimized for users.
Q: What's the difference between npm install and git clone? A:
npx agentvibes installβ For users - Downloads pre-built package, zero git operations, instant setupgit clone ...β For developers only - Full source code, development setup, contributing code
Q: I saw an error about git-lfs, is something wrong? A: You're likely:
- Using wrong installation method (use
npxnotgit clone) - In a different project directory that uses git-lfs
- Have global git config with lfs enabled
AgentVibes itself does NOT use or require git-lfs.
Q: Does MCP consume tokens from my context window? A: YES. Every MCP tool schema adds to the context window. AgentVibes MCP is designed to be minimal (~1500-2000 tokens), but if you're concerned about token usage, you can use slash commands instead of MCP.
Q: What's the difference between using MCP vs slash commands? A:
- MCP: Natural language ("Switch to Aria voice"), uses ~1500-2000 context tokens
- Slash commands: Explicit commands (
/agent-vibes:switch Aria), zero token overhead
Both do the exact same thing - MCP is more convenient, slash commands are more token-efficient.
Q: Is AgentVibes just a bash script? A: No. AgentVibes includes:
- Multi-provider TTS abstraction (Piper TTS, macOS Say)
- Voice management system with 50+ voices
- Personality & sentiment system
- Language learning mode with bilingual playback
- Audio effects processing (reverb, EQ, compression)
- MCP server for natural language control
- BMAD integration for multi-agent voice switching
- Remote audio optimization for SSH/RDP sessions
Q: Can I use AgentVibes without BMAD? A: YES. AgentVibes works standalone. BMAD integration is optional - only activates if you install BMAD separately.
Q: What are the audio dependencies? A:
- Required: Node.js 16+, Python 3.10+ (for Piper TTS)
- Optional: sox (audio effects), ffmpeg (background music, padding)
- All TTS generation works without optional dependencies - they just enhance the experience
Q: Why isn't Claude speaking? A: Common causes:
- Hook not installed - Run
npx agentvibes install --yes - Audio player missing - Install
soxandffmpeg - TTS protocol not enabled in settings
- Test with
/agent-vibes:sample Aria
Q: Can I use this on Windows? A: Yes, but requires WSL (Windows Subsystem for Linux). See Windows Setup Guide.
Q: How do I reduce token usage? A:
- Use slash commands instead of MCP (zero context token overhead)
- Set verbosity to LOW (
/agent-vibes:verbosity low) - Disable BMAD integration if not using it
API Costs & Usage:
- Usage is completely free with Piper TTS and Mac Say (no API costs)
- Users are solely responsible for their own API costs and usage
Third-Party Services:
- This project integrates with Piper TTS (local processing) and macOS Say (system built-in)
- We are not affiliated with, endorsed by, or officially connected to Anthropic, Apple, or Claude
- Piper TTS is subject to its terms of service
Privacy & Data:
- Piper TTS: All processing happens locally on your machine, no external data transmission
- macOS Say: All processing happens locally using Apple's built-in speech synthesis
Software License:
- Provided "as-is" under Apache 2.0 License without warranty of any kind
- See LICENSE file for full terms
- No liability for data loss, bugs, service interruptions, or any damages
Use at Your Own Risk:
- This is open-source software maintained by the community
- Always test in development before production use
- Monitor your API usage and costs regularly
Built with β€οΈ by Paul Preibisch
- π¦ Twitter: @997Fire
- πΌ LinkedIn: paul-preibisch
- π GitHub: paulpreibisch
Powered by:
- Piper TTS - Free neural voices
- Claude Code - AI coding assistant
- Licensed under Apache 2.0
Special Thanks:
- π‘ Claude Code Hooks Mastery by @disler - Hooks inspiration
- π€ BMAD METHOD - Multi-agent framework with auto voice switching integration
If AgentVibes makes your coding more fun:
- β Star this repo on GitHub
- π¦ Tweet and tag @997Fire
- π₯ Share videos of Claude with personality
- π¬ Tell dev friends about voice-powered AI
Ready to give Claude a voice? Install now and code with personality! π€β¨