peon-ping-use

Featured

Set which voice pack (character voice) plays for the current chat session. Automatically enables session_override rotation mode if not already set. Use when user wants a specific character voice like GLaDOS, Peon, or Kerrigan for this conversation.

AI & Automation 4,758 stars 344 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# peon-ping-use Set which voice pack (character voice) plays for the current chat session. ## How it works When the user types `/peon-ping-use <packname>`, a **beforeSubmitPrompt hook** intercepts the command before it reaches the model and handles it instantly: 1. Validates the requested pack exists 2. Enables `session_override` rotation mode in config.json 3. Maps the current session ID to the requested pack in .state.json 4. Returns immediate confirmation (zero tokens used) When the hook blocks the message, Cursor keeps your cursor in the input field so you can type your next message right away. The hook scripts (`scripts/hook-handle-use.sh` and `scripts/hook-handle-use.ps1`) do all the work - this SKILL.md file exists solely for discoverability in the `/` command autocomplete menu. ## Usage Users can invoke this by typing: ``` /peon-ping-use peasant /peon-ping-use glados /peon-ping-use sc_kerrigan ``` If the hook is not installed or fails, you can fallback to manual execution by following the instructions below. ## Manual fallback (if hook fails) If for some reason the hook doesn't intercept the command, follow these steps: ### 1. Parse the pack name Extract the pack name from the user's request. Common pack names: - `peon` — Warcraft Peon - `glados` — Portal's GLaDOS - `sc_kerrigan` — StarCraft Kerrigan - `peasant` — Warcraft Peasant - `hk47` — Star Wars HK-47 ### 2. List available packs Run this command to see installed packs: ```bash bash "${CLAUDE_CON...

Details

Author
PeonPing
Repository
PeonPing/peon-ping
Created
3 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category