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-workstation

v0.1.1

Published

Custom extensions and themes for pi coding agent. Music, Navi, knowledge graph, LLM council, git TUI, file browser, and 9 handcrafted themes.

Readme

pi-workstation

Custom extensions and themes for pi coding agent.

screenshot

demo

Extensions

Navi

Animated companion entity that lives below the editor. Has moods (idle, thinking, happy, excited, sleeping), a particle field driven by music VJ data, and feeds from Wikipedia, Hacker News, and RSS. Levels up based on token usage.

Music

Full music player inside the terminal. Supports YouTube, Mixcloud, Bandcamp, and NTS Radio. Search, queue, favorites, history, watchlists. Exposes real-time audio analysis (energy, beat, transients, spectral flux) as VJ data for other extensions. Uses mpv and yt-dlp.

Knowledge Graph

Feed URLs to a graph that extracts entities and relationships, indexes them, and makes them searchable. The agent can query it during sessions as a second brain.

LLM Council

Multiple models work on the same problem in parallel, then a chairman synthesizes the results. Supports custom templates for security audits, architecture reviews, and exploratory research.

Git

Full interactive git TUI. Diff viewer, status with per-file staging, scrollable commit graph, stash operations, branch management, merge, and rebase — all without leaving the agent session.

Files

IDE-style file browser. /files for tree navigation with git status, /find for fuzzy file search (Ctrl+P style), /grep for full-text search, plus inline editing, syntax-highlighted preview, and a diff viewer.

Project Manager

Kanban board stored in the repo at .pi/project-board.json. The agent can read and update issues, so it knows what's in progress without re-explaining context.

Background Tasks

Run long commands (builds, deploys, test suites) in the background with automatic log capture and exit code tracking.

Output Guard

Catches the agent before it does something destructive.

Tmux Tabs

Manages multiple terminal sessions from within the agent.

Notify

Desktop notifications for session events.

TPS

Tokens-per-second display.

Themes

| Theme | Inspiration | |-------|-------------| | terayama | Shuji Terayama's avant-garde theater. Deep blacks, parchment text, traditional Japanese accent colors (kurenai, fuji, kin, koke, hotaru). | | kill-the-past | Serial Experiments Lain. Static red on pure black with scanline grays and CRT whites. | | the-silver-case | Suda51's detective noir. Blood red, copper, gold, film-grain textures. | | y2k-cyber | Late-90s internet cafe. Electric blue, hot pink, acid green on void-black. | | kanagawa | Inspired by the kanagawa.nvim colorscheme. | | kanagawa-contrast | Higher contrast variant of kanagawa. | | plasma | Vibrant plasma palette. | | dusty | Muted, warm tones. | | zen-clear | Clean, minimal, focused. |

Installation

pi install npm:pi-workstation

All extensions and themes will be automatically available after installation.

To activate a theme, set it in your ~/.pi/agent/settings.json:

{
  "theme": "terayama"
}

Dependencies

Some extensions require external tools:

Known Issues

  • Music flickering — Playing music can cause screen flickering. Running pi inside tmux resolves this.
  • Files / Git preview truncation — When browsing files in /files or /git, the first N lines of file content may not be displayed.

License

MIT