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

buddy-micho

v1.2.0

Published

Claude Code buddy manager with collection, presets, and multi-language support

Readme

Buddy Micho

Claude Code buddy manager with collection system, themed presets, and multi-language support (EN/KO/ZH/JA)

Features

  • Roll & Customize — Pick species, rarity, eyes, hat, and shiny status
  • Named Presets — 22+ individually named buddies like "Sovereign Flame", "Moonbeam", "Kernel Prime"
  • Nicknames — Give your buddy a custom name
  • Personalities — Each species has a default personality, plus custom personality support
  • Collection — Track every buddy you've rolled
  • Themed Presets — Browse by theme (Cute, Midnight Hour, Golden Throne, Chaos Engine, Inner Peace, Circuit Board, Starlight)
  • Achievements — 11 unlockable achievements from "First Steps" to "Shiny Legendary"
  • Multi-language — English, 한국어, 中文, 日本語
  • Auto-backup — Binary backup created before every patch
  • Cross-platform — Works on macOS, Linux, and Windows

Install

npm install -g buddy-micho
buddy-micho

Or run without installing:

npx buddy-micho

As Claude Code Skill

git clone https://github.com/indivia4757/buddy-micho.git ~/.claude/skills/buddy-micho

Then use /buddy-micho in Claude Code.

Usage

buddy-micho                    Interactive menu
buddy-micho current            Show current buddy (with personality)
buddy-micho roll               Roll a new buddy (with nickname prompt)
buddy-micho presets            Browse named presets by theme or all
buddy-micho collection         View your collection
buddy-micho restore            Restore original binary
buddy-micho --lang ko          Set language (en/ko/zh/ja)
buddy-micho --name "Name"      Set buddy nickname
buddy-micho --personality "…"  Set custom personality

In Claude Code

/buddy-micho
/buddy-micho roll
/buddy-micho --lang ja

How It Works

Claude Code generates your buddy deterministically from hash(userId + salt). This tool:

  1. Brute-forces a 15-character salt that produces your desired traits
  2. Patches the Claude Code binary (replacing the default salt)
  3. Tracks every roll in your local collection (~/.buddy-micho/collection.json)

The salt is auto-detected from the binary, so it works across different Claude Code versions and installation methods (npm, Homebrew, Volta, standalone, etc.). The original binary is backed up automatically and can be restored with buddy-micho restore.

Compatibility

| Environment | Supported | |-------------|-----------| | macOS (Intel / Apple Silicon) | Yes | | Linux | Yes | | Windows / WSL | Yes | | npm global install | Yes | | Homebrew | Yes | | Volta / pnpm / yarn global | Yes | | Standalone binary | Yes | | Bun-compiled binary | Yes |

Named Presets (22+)

Browse by theme or pick from the full list. Each preset has a unique name in 4 languages.

| Theme | Example Presets | |-------|----------------| | Cute & Cuddly | Moonbeam, Cotton Puff, Pudding, Whiskers | | Midnight Hour | Phantom Coder, Sporecaster, Night Watcher | | Golden Throne | Sovereign Flame, Admiral Frost, Professor Plume, Duchess Mew | | Chaos Engine | Giga Unit, Honk Protocol, Rubber Menace, Glitch Bot | | Inner Peace | Steady Shell, Drift, Hot Spring | | Circuit Board | Kernel Prime, Deep Ink, Signal Bloom | | Starlight Collection | Gilded Fang, Stardust, Golden Whisper |

Achievements

| Achievement | Condition | |-------------|-----------| | First Steps | Roll your first buddy | | Collector | Collect 10 buddies | | Enthusiast | Collect 50 buddies | | Hoarder | Collect 100 buddies | | Gotta Catch Em All | Collect all 18 species | | Golden Touch | Find a shiny buddy | | Legendary | Find a legendary buddy | | Myth | Find a shiny legendary | | Hat Collector | Collect all hat types | | All Seeing | Collect all eye types | | Makeover | Apply 5 different buddies |

License

MIT