@skill-pack/pi

pi extension package for skill-pack: contributes the /skillpack prompt template + meta-skills.

Packages

Package details

skillprompt

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 /skillpack prompt template (prompts/skillpack.md), which shells out to npx -y @skill-pack/cli@latest scaffold ....
  • The meta-skills (skill-creator today; skill-migrator in v0.2; boilerplate-creator in v0.3), synced into skills/ at build time from the monorepo's meta-skills/ directory.
  • The vendored Anthropic skill-creator, synced into skills/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).