🏷️
AutomationShell

Peon Ping Rename

by PeonPing

Peon Ping Rename is an Automation 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 Rename
Copy Peon Ping Rename 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-rename ~/.claude/skills/peon-ping-rename

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-rename/SKILL.md in PeonPing/peon-ping
Installs to
~/.claude/skills/peon-ping-rename
Collection
One of 7 skills cataloged from this repository
Category
Automation1523 skills

What Peon Ping Rename does

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.

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

Documentation

README

peon-ping-rename

Give the current session a custom name shown in desktop notification titles and the terminal tab title.

How it works

When the user types /peon-ping-rename <name>, a UserPromptSubmit hook intercepts the command before it reaches the model:

  1. Extracts the session ID and name
  2. Writes session_names[session_id] = name to .state.json
  3. Immediately updates the terminal tab title via ANSI escape sequence
  4. Returns confirmation (zero tokens used)

On every subsequent hook event, peon.sh reads session_names[session_id] as the highest-priority project name. Multiple tabs in the same repo each get independent names.

Usage

/peon-ping-rename Auth Refactor
/peon-ping-rename API: payments
/peon-ping-rename          ← reset to auto-detect

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

Commands Peon Ping Rename provides

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

  • /peon-ping-rename

Frequently asked about Peon Ping Rename

  • What else does PeonPing publish alongside Peon Ping Rename?

    Peon Ping Rename 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 Rename 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 Rename compare to other Automation skills?

    Peon Ping Rename ranks #287 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Rename against them. Open each page to compare what they document and how they install.

More from PeonPing/peon-ping

Peon Ping Rename 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 Toggle

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.
AI Engineering
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