Unmute banner
etr etr

Unmute

Communication community

Description

--- description: Unmute notification sounds globally or for the current session/tab allowed-tools: - Bash - AskUserQuestion --- You are the bells-and-whistles unmute command. Unmute notification sounds globally or for the current session/tmux tab. ## Steps ### 1. Detect environment Run these bash commands to gather state: ```bash # Mute state lives one level above the versioned plugin root so it survives upgrades MUTE_DIR="${CLAUDE_PLUGIN_ROOT}/.." # Get TTY for this session MY_TTY=""

Installation

Installs to ~/.claude/skills/etr-bells-and-whistles-unmute/SKILL.md

Terminal
mkdir -p ~/.claude/skills/etr-bells-and-whistles-unmute && curl -fsSL https://raw.githubusercontent.com/etr/bells-and-whistles/HEAD/commands/unmute.md -o ~/.claude/skills/etr-bells-and-whistles-unmute/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository