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

pi-claude-shimmer

v1.0.4

Published

Claude Code-style working spinner for Pi — shimmer, thinking glow, token count, stall detection

Readme

pi-claude-shimmer

Claude Code-style working spinner for Pi — shimmer, thinking glow, token count, stall detection, and smooth animations.

npm version License: MIT

Why

Pi's built-in working indicator is functional but minimal. pi-claude-shimmer brings the same polished spinner experience from Claude Code to your Pi sessions:

  • Verb shimmer — The verb text has a moving color sweep (shimmer), with different speed and direction depending on whether Pi is sending a request or receiving a response
  • Thinking timer — Detects when the model is thinking, shows a glowing "thinking" label with a sine-wave shimmer (3s delay, like Claude Code), then transitions to "thought for Ns"
  • Token count — Live ↓ N tokens with smooth counter animation (no jumps)
  • Elapsed time — Appears after 30s alongside the thinking/token status
  • Stall detection — After 3s without new tokens, the verb smoothly transitions to red via color interpolation (not a hard binary switch)
  • Tool-use flash — When tools are executing, the entire verb text oscillates between base and shimmer colors (sine wave)
  • Spinner ping-pong — The spinner characters animate forward then backward (· ✢ ✳ ✶ ✻ ✽ ✻ ✶ ✳ ✢), matching Claude Code's animation
  • Completion notification — Shows a brief ✻ Brewed for Ns notification when the agent finishes

Install

pi install npm:pi-claude-shimmer

Or install from GitHub:

pi install git:github.com/ouzhenkun/pi-claude-shimmer

Usage

No configuration needed — the extension works automatically once installed. Just use Pi as normal.

States

· Building…                                     ← requesting (no status yet)
✢ Crafting…  (thinking with high effort)        ← thinking (< 3s, no glow)
✳ Crafting…  (↓ 127 tokens · thinking)          ← thinking with tokens
✶ Cooking…   (↓ 1,234 tokens)                   ← responding (< 30s)
✻ Crunching… (32s · ↓ 3,678 tokens)             ← responding after 30s
✽ Brewing…   (1m 3s · ↓ 4,567 tokens)           ← tool-use (flash animation)
✻ Crunched for 2m 5s                            ← completion (notify)

Features at a Glance

| Feature | Description | |---------|-------------| | Verb shimmer | Moving color sweep on verb text | | Request/respond arrows | when sending, when receiving | | Thinking glow | Sine-wave shimmer on "thinking" text after 3s | | Token counter | Smooth animated ↓ N tokens | | Elapsed timer | Duration shown after 30s | | Tool-use flash | Verb oscillates between colors during tool execution | | Stall detection | Verb smoothly transitions to red after 3s without tokens | | Spinner ping-pong | Characters animate forward then backward | | Completion notify | Past-tense verb notification on finish |

Dependencies

  • @earendil-works/pi-coding-agent (peer)

License

MIT