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

@harrypan-12138/pi-superpower

v1.0.0

Published

Superpower workflow extension for pi coding agent — Scout→Think→Plan→Implement→Review→Debug pipeline with 8 specialized subagent tools and 15 skills

Readme

pi-superpower

Superpower workflow extension for pi coding agent — a Scout→Think→Plan→Implement→Review→Debug pipeline with 8 specialized subagent tools and 15 methodology skills.

Features

8 Specialized Subagent Tools

| Tool | Agent | Purpose | |------|-------|---------| | super_scout | scout | Explore codebase structure, find relevant files and dependencies | | super_librarian | librarian | Research external docs, APIs, libraries via Context7 + Web Reader | | super_think | thinker | Brainstorm approaches, evaluate architecture decisions | | super_plan | planner | Create step-by-step implementation plans from scout findings | | super_implement | worker | Execute plans — write code, run tests, self-review | | super_review | reviewer | Code quality + security analysis after implementation | | super_debug | debugger | Systematic debugging — reproduce, trace root cause, fix, verify | | super_parallel | parallel | Dispatch multiple agents concurrently for independent tasks |

15 Methodology Skills

Covers the complete development lifecycle: brainstorming, plan-writing, plan-execution, TDD, systematic debugging, code review (request + receive), git worktrees, parallel dispatch, and verification.

/super Toggle

Enable/disable Super mode with /super. When on, enforces the full superpowers methodology and activates all subagent tools.

Install

pi install npm:@harrypan-12138/pi-superpower

Usage

/super                    # Toggle Super mode on/off

When Super mode is active, the agent follows a rigorous workflow:

  1. Scout — Explore codebase before any changes
  2. Think — Evaluate approaches for design decisions
  3. Plan — Create concrete implementation plan
  4. Implement — Dispatch worker to execute the plan
  5. Review — Validate code quality after every implementation
  6. Debug — Systematic root-cause tracing for bugs

Requirements

  • pi coding agent (bundles @earendil-works/pi-ai, @earendil-works/pi-coding-agent, @earendil-works/pi-tui)

License

MIT