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

superpowers-dev

v1.0.1

Published

Core skills library: TDD, debugging, collaboration patterns, and proven techniques

Readme

Superpowers (Hardened)

A security-hardened fork of obra/superpowers — a complete software development workflow for AI coding agents built on composable skills.

What's Different

This fork applies the following security changes on top of upstream:

  • Removed authority-escalation markup patterns from injected context
  • Added stricter hook and path validation
  • Added scope and data-handling constraints for subagent review prompts
  • Excluded brainstorming browser server components and other non-essential attack surface

For details on how Superpowers works (workflow, philosophy, skills library, contributing), see the upstream README.

Installation

Installation differs by platform. All commands below point to this fork (garrettsiegel/superpowers).

GitHub Copilot (VS Code, JetBrains, GitHub.com)

Tell Copilot:

Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.copilot/INSTALL.md

Or install locally:

git clone https://github.com/garrettsiegel/superpowers.git ~/.copilot/superpowers
~/.copilot/superpowers/.copilot/install.sh /path/to/your/repo

Detailed docs: .copilot/INSTALL.md

Claude Code

/plugin marketplace add garrettsiegel/superpowers
/plugin install superpowers@superpowers

Cursor

/add-plugin superpowers

Then search for "superpowers" and select this fork if prompted.

Codex

Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.codex/INSTALL.md

OpenCode

Fetch and follow instructions from https://raw.githubusercontent.com/garrettsiegel/superpowers/refs/heads/main/.opencode/INSTALL.md

Gemini CLI

gemini extensions install https://github.com/garrettsiegel/superpowers

Verify

Start a new session and ask for something that should trigger a skill (e.g., "help me plan this feature"). The agent should invoke the relevant skill automatically, or load the skill file on platforms without a native Skill tool.

Updating

Pull the latest from this fork. Symlink-based installs pick up changes automatically.

cd ~/.copilot/superpowers && git pull   # Copilot / Codex

For plugin-based platforms:

/plugin update superpowers              # Claude Code
gemini extensions update superpowers    # Gemini CLI

Upstream

License

MIT — see LICENSE for details.