🔔
AI EngineeringShell

Peon Ping Toggle

by PeonPing

Peon Ping Toggle is an AI Engineering skill for Claude Code, published by PeonPing in peon-ping.

5K stars373 forkson PeonPing/peon-pingAdded 2026/08/16Repository updated 2026/08/10
aiai-engineeringantigravityclaude-codecodexcursoropencodeterminal
Install in seconds
Install Peon Ping Toggle
Copy Peon Ping Toggle into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/PeonPing/peon-ping/tree/main/skills/peon-ping-toggle ~/.claude/skills/peon-ping-toggle

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/PeonPing/peon-ping.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/peon-ping-toggle/SKILL.md in PeonPing/peon-ping
Installs to
~/.claude/skills/peon-ping-toggle
Collection
One of 7 skills cataloged from this repository
Category
AI Engineering2451 skills

What Peon Ping Toggle does

Peon Ping Toggle mutes or unmutes peon-ping sound notifications during a Claude Code session and handles peon-ping configuration changes such as volume, pack rotation, and categories.

Peon Ping Toggle is cataloged under AI Engineering on DirSkills. Peon Ping Toggle comes from a repository tagged ai, ai-engineering, antigravity, claude-code and codex.

Documentation

README

peon-ping-toggle

Toggle peon-ping sounds on or off. Also handles any peon-ping configuration changes.

Toggle sounds

On Unix, run the following command using the Bash tool:

bash "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"/hooks/peon-ping/peon.sh toggle

On Windows, use the PowerShell tool:

$claudeDir = $env:CLAUDE_CONFIG_DIR
if (-not $claudeDir -or $claudeDir -eq "") {
  $claudeDir = Join-Path $HOME ".claude"
}
& (Join-Path $claudeDir "hooks/peon-ping/peon.ps1") toggle

Report the output to the user. The command will print either:

  • peon-ping: sounds paused — sounds are now muted
  • peon-ping: sounds resumed — sounds are now active

What This Toggles

This is the opening of the README. Read the full README on GitHub.

Commands Peon Ping Toggle provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /peon-ping-config

Frequently asked about Peon Ping Toggle

  • What else does PeonPing publish alongside Peon Ping Toggle?

    Peon Ping Toggle is one of 7 skills that DirSkills catalogs from PeonPing/peon-ping, the repository it ships in. Its siblings there include Peon Ping Config, Peon Ping Log and Peon Ping Remix. Each one is a separate skill with its own page in this directory, installs the same way Peon Ping Toggle does, and is maintained by PeonPing in that same repository. The rest of the collection is listed on the PeonPing/peon-ping page.

  • How does Peon Ping Toggle compare to other AI Engineering skills?

    Peon Ping Toggle ranks #503 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Peon Ping Toggle against them. Open each page to compare what they document and how they install.

More from PeonPing/peon-ping

Peon Ping Toggle is one of 7 skills cataloged on DirSkills from PeonPing/peon-ping.

See all 7 skills
🎛️
2w ago

Peon Ping Config

Peon Ping Config edits the peon-ping config.json to adjust volume, sound packs, rotation, categories, desktop notifications, and path-based pack bindings. Use it when the user wants to change any peon-ping setting.
Automation
5K373
🏋️
2w ago

Peon Ping Log

Peon Ping Log logs exercise reps for the Peon Trainer via a shell command. Use it when a user says they did pushups or squats and wants to log reps.
Automation
5K373
🔁
2w ago

Peon Ping Remix

Peon Ping Remix executes a single reroll job for a draft PeonPing pack by reading a job file, rewriting sound or TTS prompts to honor a caption, re-rendering the affected audio, and logging the change. It is intended to be invoked headlessly by the peon eval server, not directly by humans.
Automation
5K373
🏷️
2w ago

Peon Ping Rename

Peon Ping Rename sets a custom name for the current Claude session, shown in desktop notification titles and the terminal tab title. Use /peon-ping-rename with a name to label the session, or call it without arguments to reset to auto-detect.
Automation
5K373
🎙️
2w ago

Peon Ping Use

Peon Ping Use sets which voice pack (character voice) plays for the current chat session and enables session_override rotation mode. Use it when the user wants a specific character voice like GLaDOS, Peon, or Kerrigan for the conversation.
Automation
5K373
🎛️
2w ago

PeonPing Pack Creator

PeonPing Pack Creator authors a brand-new PeonPing draft pack from a name, flavor, vibe, and draft root, covering all seven CESP categories. It writes openpeon.json and prompts.json, renders each sound via pack-render.py (or mock mode), and tells the human to run peon eval.
Automation
5K373