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

supermind-claude

v4.0.2

Published

Unified skill engine for Claude Code — execution infrastructure meets behavioral discipline

Downloads

46

Readme

Supermind

A unified skill engine for Claude Code — execution infrastructure meets behavioral discipline. Two modes, 15 skills, 8 hooks, zero dependencies.

Install

npx supermind-claude

Or install globally: npm install -g supermind-claude && supermind-claude

Then run /supermind-init in any project to generate CLAUDE.md, ARCHITECTURE.md, and DESIGN.md.

Two Modes

/quick — Single-executor path for small tasks (bug fixes, renames, config changes). Fast and stateless.

/project — Full six-phase lifecycle for features and refactors: discuss, research, plan, execute (parallel waves), verify, ship. Coordinates fresh-context subagents with injected methodology skills.

/supermind auto-detects which mode fits your task and routes accordingly.

What's Included

| Component | Count | Purpose | |-----------|-------|---------| | Skills | 15 | Complexity router, TDD, debugging, brainstorming, code review, planning, execution, worktrees, and more | | Hooks | 8 | Bash permissions (blocklist), session persistence, cost tracking, status line, context monitoring | | Agents | 1 | Code reviewer for structured review in verify phase | | Executor engine | 3 modules | Task packets, wave parallelism, agent prompt templates (cli/lib/) | | Safety layer | 1 hook | Blocklist-based command classification with gate override logging | | Living docs | 2 skills | Project onboarding (/supermind-init) and doc sync (/supermind-living-docs) | | Vendor skills | CLI | Install third-party skills from GitHub with hash-locked integrity | | Plugin | manifest | Dual distribution: npm package + Claude Code plugin |

Commands

| Command | Purpose | |---------|---------| | supermind-claude | Full global setup | | supermind-claude update | Refresh hooks, skills, templates | | supermind-claude doctor | Verify installation health | | supermind-claude uninstall | Remove all components | | supermind-claude approve "cmd" | Auto-approve a blocked command | | supermind-claude skill add <url> | Install vendor skill from GitHub | | supermind-claude skill update [name] | Update vendor skill(s) | | supermind-claude skill list | List installed vendor skills | | supermind-claude skill remove <name> | Remove vendor skill |

MCP Servers

Optional. Choose during setup:

  • Docker (AIRIS gateway): Single endpoint routing to context7, playwright, serena, tavily, chrome-devtools, shadcn
  • Direct: Individual servers via npx/uvx

Platforms

Windows, macOS, and Linux. Requires Node.js >= 18.

Troubleshooting

Run supermind-claude doctor to check installation health.

Credits

Methodology skills forked from obra/superpowers (MIT) by Jesse Vincent and the Prime Radiant team. Execution architecture inspired by gsd-build/get-shit-done (MIT). Both adapted and rebuilt as Supermind-native implementations.