Personal Claude Code plugin marketplace by Mark Sherwin Gonzales.
Add this marketplace to Claude Code:
/plugin marketplace add markng/claude-plugins
| Plugin | Description |
|---|---|
claude-speech |
Text-to-speech for Claude responses using macOS say command |
profit-first-coach |
Profit First CFO advisor using Mike Michalowicz's methodology for behavioral cash management |
narrated-demo |
Generate narrated demo videos with ElevenLabs TTS and Playwright browser automation |
After adding the marketplace:
/plugin install claude-speech@markng-plugins
Speaks Claude's responses aloud using macOS text-to-speech.
Features:
- Toggle via natural language ("turn on speech", "stop talking")
- Non-blocking background speech
- Requires macOS and
jq
Usage:
- Enable:
touch ~/.claude-speakor say "turn on speech" - Disable:
rm ~/.claude-speakor say "turn off speech"
Note: The Stop hook must be manually added to your settings.json for full functionality. See plugin README for details.
A comprehensive Profit First CFO advisor implementing Mike Michalowicz's methodology for behavioral cash management.
Features:
- Target Allocation Percentages (TAP) lookup by revenue tier
- Real Revenue calculator (excluding pass-through expenses)
- Allocation calculator for income distribution
- CAP to TAP transition planning
- Quarterly profit distribution calculator
- Integration with Xero and banking MCPs
Skills Included:
/tap-lookup- Find recommended TAPs for your revenue tier/real-revenue-calculator- Calculate true operating revenue/allocation-calculator- Distribute income across accounts/cap-to-tap-planner- Plan transition from current to target allocations/quarterly-distribution- Calculate profit distributions
Documentation:
- TAPs reference tables by business stage
- Account structure guide (5 foundational + advanced accounts)
- Implementation guide for Profit First setup
- Banking/accounting integration setup
Generate narrated demo videos with synchronized audio using ElevenLabs TTS and Playwright browser automation.
Features:
- Playwright-based browser automation for reliable, repeatable demos
- ElevenLabs TTS with expressive audio tags (
[excited],[whispers], etc.) - Automatic audio/video synchronization
- UI sounds (clicks, keystrokes) for realism
Requirements:
- Node.js 18+
- ffmpeg/ffprobe
- ElevenLabs API key
- demos-not-memos library (see installation instructions)
Installation:
# Install the plugin
/plugin install narrated-demo@markng-plugins
# Clone and set up the dependency
git clone https://github.com/markng/demos-not-memos.git
cd demos-not-memos
npm installUsage:
After installation, use the /narrated-demo skill to create demo scripts with voice narration.
MIT