npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-sounds

v0.1.0

Published

Add sound effects to Claude Code — play sounds when tasks complete, notifications arrive, and more

Readme

claude-sounds

Add sound effects to your Claude Code sessions. Plays sounds when Claude starts working, finishes a task, encounters an error, and more.

Quick Start

npx claude-sounds

The interactive installer walks you through:

  1. Choose scope — install globally (~/.claude) or per-project (.claude/)
  2. Pick a source — use a built-in preset, scan your local games for sounds, or provide custom files
  3. Preview & assign — listen to sounds and assign them to events (task start, task end, error, etc.)
  4. Install — writes Claude Code hooks to your settings.json

Sound Sources

Built-in Presets

Ready-made sound packs (Retro 8-bit, Minimal Zen, etc.) that work out of the box.

Game Sound Scanner

Scans your Steam and Epic Games libraries for audio files:

  • Finds loose audio files (.wav, .mp3, .ogg, .flac, .aac)
  • Extracts packed audio (Wwise .wem, FMOD .bank, .fsb) using vgmstream (downloaded automatically)
  • Parses Wwise metadata (SoundbanksInfo.json) for descriptive filenames
  • Categorizes sounds (voice, ambient, music, SFX, UI, creature) for easy browsing
  • Caches extracted sounds in ~/.claude-sounds/cache/ for instant reuse

Custom Files

Point to your own .wav/.mp3 files.

Features

  • Auto-preview — sounds play automatically as you browse the list (toggle with p)
  • Category filtering — drill into voice, ambient, SFX, etc. when a game has enough variety
  • Type-to-filter — start typing to narrow down long lists
  • 10-second clamp — long sounds fade out gracefully (skips leading silence too)
  • Background scanning — game list updates live as directories are scanned
  • Cross-platform — Windows (PowerShell/ffplay), macOS (afplay/ffplay), Linux (aplay/ffplay)

Events

| Event | Triggers when | |---|---| | Task Start | Claude begins working | | Task End | Claude finishes successfully | | Error | A tool call fails | | Notification | Claude needs your attention | | Stop | Session ends |

Uninstall

npx claude-sounds --uninstall

Requirements

  • Node.js 18+
  • Claude Code installed
  • For packed audio extraction: internet connection (vgmstream-cli is downloaded automatically)
  • For best playback with fade effects: ffmpeg/ffplay on PATH (falls back to native players)