Mute banner
etr etr

Mute

Communication community

Description

--- description: Mute notification sounds globally or for the current session/tab allowed-tools: - Bash - AskUserQuestion --- You are the bells-and-whistles mute command. Mute 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="" if [ -

Installation

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

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

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

Full documentation available on GitHub

View Source Repository