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

@cofoundr-ai/skill-pack

v0.2.0

Published

Install the CoFoundr 30-skill Premium Pack into Claude Code with one command.

Readme

@cofoundr-ai/skill-pack

Single-command installer for the CoFoundr 30-skill Premium Pack — Claude Code's most useful 2026 skills, curated and license-gated.

Install

npx @cofoundr-ai/skill-pack@latest install --license LK-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX

Your license key arrives in your purchase email. Re-running the command on a new machine works exactly the same way.

What it does

  1. POSTs your license to https://cofoundr.ai/api/skills/install to validate it.
  2. Server returns the manifest of 30 skills (across ~12 upstream repos).
  3. CLI runs npx skills add <repo> for each upstream repo on your machine.
  4. We never redistribute the skills — every install pulls from the upstream public GitHub repo directly. License-friendly, always-fresh, zero supply-chain risk.

Flags

| Flag | Purpose | |------|---------| | --license, -l | Your license key (required). | | --dry-run | Print what would be installed without installing. | | --help, -h | Help. |

Maintainer notes

This package is maintained as part of the cofoundr-site monorepo under packages/skill-pack-cli/.

Publishing

cd packages/skill-pack-cli
npm publish --access public

You must be logged into npm with an account that owns the @cofoundr-ai scope.

Updating the manifest

The skill manifest lives server-side at src/lib/skill-pack-manifest.ts in the parent repo. Bump skills there — buyers re-running the install pick up changes immediately. No CLI release needed unless the protocol changes.

License

Proprietary. The CLI itself is published under a permissive license so installation works frictionlessly. The skill content remains the property of each upstream skill author.