voice-update
Voice Update Skill
Provide spoken audio feedback to the user using pocket-tts.
When to Use
- When finishing a task and a Stop hook reminds to give voice feedback
- When the user explicitly asks for a spoken summary
- When providing important status updates that benefit from audio
How to Use
- Summarize what was accomplished in 1-2 short, conversational sentences
- Call the
sayscript with the summary text
Calling the Say Script
Use Bash to call the say script:
More from pchalasani/claude-code-tools
tmux-cli
CLI utility to communicate with other CLI Agents or Scripts in other tmux panes; use it only when user asks you to communicate with other CLI Agents or Scripts in other tmux panes.
62session-search
For CLI agents WITHOUT subagent support (e.g., Codex CLI). Search previous code agent sessions for specific work, decisions, or code patterns.
34recover-context
Extract full context of the last task from the most recent parent session
34code-walk-thru
Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is easily able to follow along in their favorite EDITOR as you point at various files possibly at specific line numbers within those files.
33patterns
Design patterns for the Langroid multi-agent LLM framework. Covers
32add-pattern
Use this skill when you learn one or more design pattern(s) in the
31