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

@krone9/pi-superpowers

v0.1.0

Published

Process-discipline skills bundle for pi (brainstorming, systematic debugging, TDD, plans, verification, worktrees, parallel agents). Inspired by Claude Code's superpowers plugin.

Readme

pi-superpowers

A process-discipline skills bundle for pi — the minimal terminal coding agent by Mario Zechner.

Inspired by Claude Code's superpowers plugin, this package ships a set of Agent Skills that nudge pi toward better engineering habits: brainstorming before building, structured debugging, TDD, written plans, verification before claiming "done", and isolated work via git worktrees.

Skills auto-load and the model picks the right one based on your request — no slash-commands required.

Install

# From npm (once published)
pi install npm:pi-superpowers

# From git
pi install git:github.com/krone9/pi-superpowers

# From a local clone (for development)
pi install /absolute/path/to/pi-superpowers

Add -l to install into a project's .pi/settings.json instead of global.

Verify installation:

pi list

You should see the package listed; on next pi startup the skills appear in the header.

What's included

Each skill is a markdown file with name + description frontmatter. Pi loads the descriptions into its system prompt at startup; full instructions are pulled in on-demand when the model decides a skill applies (or when you force one with /skill:name).

| Skill | When pi will reach for it | |---|---| | using-superpowers | Bootstrap — instructs the model to check skills before responding | | brainstorming | New feature, vague goal, "what should we build…" | | writing-plans | Multi-step changes that should be planned before coding | | test-driven-development | Adding behavior that can be tested | | systematic-debugging | Bug reports, unexpected behavior, regressions | | verification-before-completion | Before claiming a task is done | | using-git-worktrees | Isolated feature/experiment branches | | dispatching-parallel-agents | 2+ independent tasks that can run concurrently | | writing-skills | Authoring a new skill |

Workflow skills (ported from Claude Code)

These mirror Andy's ~/.claude/skills/ set — process/logging/git helpers. Pi auto-loads them by description; you can also force-load any with /skill:<name>.

audit-structure, brief, changes, commit, debt, dependencies, log, nextsteps, optimise, restart, review, rollback, rules, scaffold, security, staging, status, wrapup

Customise

Skills are plain markdown — fork, edit, or add your own under skills/<your-skill>/SKILL.md. The name field must match the parent directory.

Caveat

Pi runs many providers. Forced skill-checking is prompt persuasion, not a tool the model is trained on. Capable models (Claude, GPT-4-class, Gemini Pro) follow the bootstrap reliably; smaller models may ignore it. The skills themselves work everywhere — only the always-check-first nudge depends on model strength.

Credit

Concept and skill names adapted from the Claude Code superpowers plugin by Anthropic. Reimplemented for pi's skills system. Not affiliated with Anthropic or pi.dev.

License

MIT