@skill-pack/pi
pi extension package for skill-pack: contributes the /skillpack prompt template + meta-skills.
Package details
Install @skill-pack/pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@skill-pack/pi- Package
@skill-pack/pi- Version
0.2.0- Published
- May 17, 2026
- Downloads
- not available
- Author
- jonibr
- License
- MIT
- Types
- skill, prompt
- Size
- 235.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"prompts": [
"./prompts"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@skill-pack/pi
pi extension package for skill-pack.
What it contributes
- The
/skillpackprompt template (prompts/skillpack.md), which shells out tonpx -y @skill-pack/cli@latest scaffold .... - The meta-skills (
skill-creatortoday;skill-migratorin v0.2;boilerplate-creatorin v0.3), synced intoskills/at build time from the monorepo'smeta-skills/directory. - The vendored Anthropic
skill-creator, synced intoskills/anthropic-skill-creator/.
Install
pi install npm:@skill-pack/pi # global
pi install -l npm:@skill-pack/pi # project-local (.pi/settings.json)
Or try without installing:
pi -e npm:@skill-pack/pi
CLI dependency
The slash command shells out to the skill-pack CLI on PATH, falling back
to npx -y @skill-pack/cli@latest. Install standalone with:
npm i -g @skill-pack/cli
License
MIT (vendored Anthropic skill-creator remains Apache-2.0; see root LICENSE).