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

claudefx

v0.0.5

Published

Retro game sounds and themed spinner verbs for Claude Code hooks

Readme

claudefx 🎮

npm version License: MIT

Retro game sounds and themed spinner verbs for Claude Code. Plays nostalgic sound effects from StarCraft, Warcraft, Mortal Kombat, and Age of Empires 2 when Claude finishes a response, starts a session, sends a notification, and more. Also replaces Claude's thinking spinner with game-themed phrases.

Works on macOS, Windows, and Linux.

Retro game sounds preview

Installation

npx claudefx

That's it. Pick a theme from the menu — hooks are set up automatically using npx, no global install needed.

Available Themes

| Theme | Game | |-------|------| | sc-terran | 🚀 StarCraft: Terran | | sc-protoss | ⚡ StarCraft: Protoss | | wc-orc | 👹 Warcraft: Orc | | wc-human | 🛡️ Warcraft: Human | | mk | 🕺 Mortal Kombat | | ao2-britons | 🏹 Age of Empires 2: Britons | | ao2-franks | ⚜️ Age of Empires 2: Franks | | ao2-turks | 💣 Age of Empires 2: Turks |

Themed Spinner Verbs

Each theme also replaces Claude Code's spinner verbs with game-themed phrases. While Claude is thinking, you'll see lines like "Spawning zerglings" or "Summoning ogres" instead of the defaults.

Usage

Interactive menu

npx claudefx

Use ↑↓ to navigate, ←→ to adjust volume, Enter to select, q to quit.

CLI commands

npx claudefx list              # list all themes
npx claudefx use <theme>       # apply a theme
npx claudefx use ao2-turks     # example
npx claudefx off               # disable sounds
npx claudefx current           # show active theme
npx claudefx volume <0-100>    # set volume (e.g. claudefx volume 60)

How It Works

claudefx use <theme> writes hooks and spinner verbs to ~/.claude/settings.json. Claude Code triggers sounds on these events:

| Event | When | |-------|------| | sessionstart | A session begins | | stop | Claude finishes a response | | question | Claude sends a notification | | sessionend | A session ends | | submit | You send a message |

Requirements

  • Node.js 18+
  • Claude Code
  • macOS: built-in afplay (no extra deps)
  • Windows: built-in PowerShell (no extra deps)
  • Linux: mpg123 (sudo apt install mpg123)

License

MIT © Samet Acar

Disclaimer

This is an unofficial fan project, free for personal and non-commercial use. It is not affiliated with, endorsed by, or sponsored by Blizzard Entertainment, Midway Games, Microsoft, or any other game publisher or rights holder. All sound clips remain the property of their respective owners. All trademarks and registered trademarks are the property of their respective owners.

If you are a rights holder and would like any content removed, please open an issue and it will be taken down promptly.