@cofoundr-ai/skill-pack
v0.2.0
Published
Install the CoFoundr 30-skill Premium Pack into Claude Code with one command.
Maintainers
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-XXXXXXXXYour license key arrives in your purchase email. Re-running the command on a new machine works exactly the same way.
What it does
- POSTs your license to
https://cofoundr.ai/api/skills/installto validate it. - Server returns the manifest of 30 skills (across ~12 upstream repos).
- CLI runs
npx skills add <repo>for each upstream repo on your machine. - 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 publicYou 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.
