burning

Toggle extended Warning and Fire sounds in iTerm2 on macOS.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BaeHenryS/personal-toolkit --skill burning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burning
Source: https://github.com/BaeHenryS/personal-toolkit/tree/main/plugins/overcooked/skills/burning
Command: npx skills add https://github.com/BaeHenryS/personal-toolkit --skill burning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a simple way to control extended sounds (Warning + Fire) in iTerm2 on macOS, delivering audible feedback when desired and reducing terminal noise during workflows.

Core Features & Use Cases

  • Toggle extended Warning + Fire sounds in iTerm2 on macOS with a single script.
  • Environment checks to verify macOS compatibility and iTerm2 AutoLaunch script presence.
  • One-step activation by invoking the provided scripts to install, verify, and enable/disable Burning mode.

Quick Start

Verify iTerm2 setup with: ${CLAUDE_PLUGIN_ROOT}/skills/burning/scripts/check-iterm2.sh If the script outputs NOT_INSTALLED, install the AutoLaunch script: ${CLAUDE_PLUGIN_ROOT}/skills/burning/scripts/install-iterm2.sh Finally, toggle Burning mode with: ${CLAUDE_PLUGIN_ROOT}/skills/burning/scripts/toggle-burning.sh

Frequently Asked Questions about burning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I toggle extended terminal sounds in iTerm2 on macOS?

You can toggle extended iTerm2 sounds on macOS by running the toggle-burning.sh script, which switches the Warning and Fire sound states. This provides audible terminal feedback or reduces noise during workflows.

What are iTerm2 extended sounds and when would I need them?

iTerm2 extended sounds are the Warning and Fire audio alerts built into the terminal. You need them when you want audible feedback for specific terminal events, letting you monitor processes without watching the screen.

Do I need an AutoLaunch script configured to use iTerm2 sound toggles?

Yes, you need the iTerm2 AutoLaunch script installed. The Skill provides an environment check script to verify macOS compatibility and detect the AutoLaunch script before toggling sounds.

What's the best way to verify macOS compatibility before enabling iTerm2 Warning sounds?

The best way to verify macOS compatibility is to run the check-iterm2.sh script. It checks your macOS environment and verifies the iTerm2 AutoLaunch script presence, outputting NOT_INSTALLED if setup is incomplete.

Why does the iTerm2 burning sound toggle script output NOT_INSTALLED?

The toggle script outputs NOT_INSTALLED when the required iTerm2 AutoLaunch script is missing from your macOS environment. You must run the install-iterm2.sh script to install the AutoLaunch component before toggling sounds.

Can I use a bash script to automate iTerm2 Fire sound activation on macOS?

Yes, you can use a bash script to automate iTerm2 Fire sound activation on macOS. The Skill provides bash scripts under the scripts directory to install, verify, and toggle the extended Warning and Fire sound states.