@code-fixer-23/create-pi-package

Scaffold PI packages with prompts, skills, and extensions.

Package details

package

Install @code-fixer-23/create-pi-package from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@code-fixer-23/create-pi-package
Package
@code-fixer-23/create-pi-package
Version
1.0.1
Published
May 1, 2026
Downloads
343/mo · 343/wk
Author
codebreaker10
License
unknown
Types
package
Size
314.8 KB
Dependencies
4 dependencies · 0 peers

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@code-fixer-23/create-pi-package

Scaffold publish-ready PI packages with extensions/, skills/, prompts/, a tiny helper API, and opinionated tooling presets.

Usage

pnpm create-pi-package
pnpm create-pi-package --tooling biome --test-runner jest

Options

  • --directory <path> target directory, defaults to the current working directory
  • --name <name> explicit package leaf name; otherwise inferred from the target directory
  • --tooling <eslint-prettier|biome> tooling preset
  • --test-runner <vitest|jest> test runner preset
  • --yes accept defaults for omitted interactive choices
  • --force overwrite managed scaffold files when they already exist

Development

pnpm --dir packages/create-pi-package run check