npx claudepluginhub lingelo/marketplace-claude-code --plugin notifications-peon-pingWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Install PeonPing gaming notifications and register Claude Code hooks
This skill is limited to using the following tools:
PeonPing Setup
Install PeonPing and register its Claude Code hooks. This skill delegates entirely to PeonPing's native setup — no custom logic.
Steps
1. Check if PeonPing is installed
which peon 2>/dev/null && peon status 2>&1 || echo "PEON_NOT_FOUND"
If PEON_NOT_FOUND, install it:
macOS:
brew tap PeonPing/tap && brew install peon-ping
Linux:
curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash
If install fails, show the error and link to https://github.com/PeonPing/peon-ping. STOP.
2. Run native setup
peon-ping-setup
This registers all Claude Code hooks and installs 5 default sound packs. Show the full output to the user.
3. Show available packs and current config
peon packs list
peon status
Display the results and tell the user:
PeonPing est installé et configuré ! Hooks Claude Code enregistrés.
Pour changer de pack :
peon packs list --registry # voir tous les packs peon packs install <pack> # installer un pack peon packs use <pack> # activer un packPour configurer :
peon volume 0.8 # régler le volume peon notifications on/off # notifications desktop peon preview task.complete # tester le son
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.