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

@builderpackai/cli

v0.2.0

Published

Builderpack CLI (skills installer)

Readme

Builderpack CLI

Install and manage Builderpack skills for Claude Code and Codex. Package: @builderpackai/cli.

Available Skills

Skills give Claude Code and Codex deep expertise in specific areas — better code, better output, less prompting. Each skill supports one or both platforms.

Themes are curated bundles grouped by what you're building. Install a whole theme or pick individual skills.

Web

Skills for building websites, apps, and everything in between.

| Skill | Description | Claude | Codex | |---|---|---|---| | frontend-design-plus | Advanced frontend design with typography systems and theme control | Yes | Yes | | frontend-design | High-taste frontend design and implementation | — | Yes | | og-image-creator | Smart Open Graph image generation based on your codebase and brand | Yes | Yes | | favicon-generator | Professional-quality favicons with layered effects and multiple formats | Yes | Yes | | seo-optimizer | Comprehensive SEO — meta tags, structured data, sitemaps, Core Web Vitals | Yes | — |

Game Dev

Skills for building 2D and 3D games across multiple engines.

| Skill | Description | Claude | Codex | |---|---|---|---| | love2d-gamedev | Complete Love2D game development from prototype to polished release | Yes | Yes | | phaser-gamedev | 2D games with Phaser 3 — scenes, sprites, physics, tilemaps | Yes | — | | threejs-builder | Three.js web apps with scenes, lighting, materials, and animations | Yes | — | | threejs-capacitor-ios | Three.js apps packaged for iOS with Capacitor | — | Yes | | gamedev-assets | Asset pipeline tools — sprite sheet probing, manifest validation, PNG metadata | Yes | Yes | | playwright-testing | Frontend testing — unit, integration, E2E, visual regression, accessibility | Yes | — |

General

Broadly useful skills that work across many types of projects.

| Skill | Description | Claude | Codex | |---|---|---|---| | convex-db | Convex database integration with real-time sync and type-safe schemas | Yes | — | | elevenlabs-tts | ElevenLabs text-to-speech implementation | — | Yes | | mcp-server-configurator | Configure MCP servers for your setup | — | Yes | | nano-banana-builder | Full-stack apps with Google Gemini image generation APIs | Yes | Yes | | playwright-testing | Frontend testing — unit, integration, E2E, visual regression, accessibility | Yes | — | | x-api-builder | Production X (Twitter) API integration (all-access pack only) | — | Yes |

Content Creator

Skills for YouTube creators who want better titles, thumbnails, and scripts.

| Skill | Description | Claude | Codex | |---|---|---|---| | youtube-titles-thumbnails | High-CTR YouTube titles and thumbnail text | Yes | — | | youtube-hooks-scripts | Compelling hooks and full scripts for technical YouTube videos | Yes | — |

Meta

Skills for building more skills.

| Skill | Description | Claude | Codex | |---|---|---|---| | skill-creator-plus | Framework for designing effective skills with anti-pattern prevention | Yes | Yes |


Install

Run without installing globally:

npx --yes --package @builderpackai/cli builderpack login

Or install globally:

npm i -g @builderpackai/cli
builderpack login

Login

builderpack login

Then open the device page and enter the code:

https://builderpack.ai/device

List skills

builderpack skills list
builderpack skills list --theme gamedev

Install skills

Install all skills in a theme:

builderpack skills add --theme gamedev --tool claude
builderpack skills add --theme gamedev --tool codex

Install specific skills:

builderpack skills add --skill og-image-creator --skill seo-optimizer --tool claude

Install everything:

builderpack skills add --all --tool claude,codex

Common queries

List everything:

builderpack skills list

List by theme:

builderpack skills list --theme gamedev

Install by theme:

builderpack skills add --theme web --tool claude

Install by skill id:

builderpack skills add --skill og-image-creator --tool codex

Install multiple skills:

builderpack skills add --skill og-image-creator --skill seo-optimizer --tool claude

Dry run (no changes):

builderpack skills add --theme gamedev --tool claude --dry-run

Verbose (see exactly what’s selected and installed):

builderpack skills add --theme gamedev --tool claude --verbose

Selection rules:

  • --all overrides everything.
  • If --theme is set, it’s used and --skill is ignored.
  • If only --skill is set, those ids are used.

Global vs project install

Default is project-local (puts files in .claude/skills or .codex/skills in your repo).

Use --global to install to your home config:

builderpack skills add --theme gamedev --tool claude --global

Copy vs symlink (and where skills are stored)

By default, project installs copy real files into your repo’s .claude/skills/* and/or .codex/skills/*.

The CLI can optionally keep a canonical “store” copy:

  • --store global (default for project installs): uses ~/.builderpack/store/skills
  • --store project: uses <repo>/.builderpack/store/skills (you’ll want .builderpack/ in .gitignore)
  • --store none: no canonical store; installs directly into .claude/.codex

Examples:

# Default (project install, copy mode, global store)
builderpack skills add --all --tool claude,codex

# Project install without writing anything outside the repo
builderpack skills add --all --tool claude,codex --mode copy --store none

# Symlink mode (advanced; requires a store)
builderpack skills add --all --tool claude,codex --mode symlink --store global

Troubleshooting

builderpack whoami
builderpack logout

Need help? Contact Builderpack support at builderpack.ai.