@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 loginOr install globally:
npm i -g @builderpackai/cli
builderpack loginLogin
builderpack loginThen open the device page and enter the code:
https://builderpack.ai/deviceList skills
builderpack skills list
builderpack skills list --theme gamedevInstall skills
Install all skills in a theme:
builderpack skills add --theme gamedev --tool claude
builderpack skills add --theme gamedev --tool codexInstall specific skills:
builderpack skills add --skill og-image-creator --skill seo-optimizer --tool claudeInstall everything:
builderpack skills add --all --tool claude,codexCommon queries
List everything:
builderpack skills listList by theme:
builderpack skills list --theme gamedevInstall by theme:
builderpack skills add --theme web --tool claudeInstall by skill id:
builderpack skills add --skill og-image-creator --tool codexInstall multiple skills:
builderpack skills add --skill og-image-creator --skill seo-optimizer --tool claudeDry run (no changes):
builderpack skills add --theme gamedev --tool claude --dry-runVerbose (see exactly what’s selected and installed):
builderpack skills add --theme gamedev --tool claude --verboseSelection rules:
--alloverrides everything.- If
--themeis set, it’s used and--skillis ignored. - If only
--skillis 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 --globalCopy 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 globalTroubleshooting
builderpack whoami
builderpack logoutNeed help? Contact Builderpack support at builderpack.ai.
