peon-ping-config

Update peon-ping config.json settings for volume, pack rotation, categories, and active pack.

Updated Oct 31, 2024
One-click install
npx skills add https://github.com/thesammykins/dotfiles --skill peon-ping-config-thesammykins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peon-ping-config
Source: https://github.com/thesammykins/dotfiles/tree/main/.agents/skills/peon-ping-config
Command: npx skills add https://github.com/thesammykins/dotfiles --skill peon-ping-config-thesammykins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update peon-ping configuration — volume, pack rotation, categories, active pack, and other settings. Use when user wants to change peon-ping settings like volume, enable round-robin, add packs to rotation, toggle sound categories, or adjust any config.

Core Features & Use Cases

  • Update volume, active_pack, and pack_rotation to control sound behavior across sessions.
  • Toggle category-specific sounds (session.start, task.complete, etc.) and enable/disable the overall system.
  • Apply per-pack rotation or round-robin to vary user experience during tasks.

Quick Start

Update the peon-ping configuration to set volume, active_pack, and rotation as needed.

Frequently Asked Questions about peon-ping-config

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

FAQPage Schema
How do I update peon-ping sound settings like volume and active sound packs?

You can update peon-ping sound settings by modifying volume, active_pack, and pack_rotation values in the config.json file. The skill reads and writes these audio configuration parameters to control sound behavior across sessions.

Can I enable round-robin pack rotation for task notification sounds?

Yes, you can enable round-robin pack rotation by updating the pack_rotation setting in your peon-ping config.json. This applies per-pack rotation to vary the audio experience during task notifications.

What configuration options are available for peon-ping audio categories?

Peon-ping audio configuration supports toggling category-specific sounds such as session.start and task.complete. You can enable or disable these individual sound categories within the config.json file.

Does peon-ping configuration require any specific dependencies or environment setup?

Peon-ping configuration requires no external dependencies, only read and write access to the config.json file located at ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/peon-ping/. The skill validates input types directly during file operations.

Why is my peon-ping sound configuration not applying correctly?

Peon-ping sound configuration may fail to apply if input types are invalid or if the config.json file cannot be accessed at the expected hooks path. The skill validates input types for settings like volume and thresholds to ensure correct application.