@aefree/pi-game-dev
Loadable no-op Pi extension carrier for game-development package configuration.
Package details
Install @aefree/pi-game-dev from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aefree/pi-game-dev- Package
@aefree/pi-game-dev- Version
0.1.1- Published
- Sep 20, 2026
- Downloads
- not available
- Author
- aefree
- License
- MIT
- Types
- extension
- Size
- 3.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./dist/pi/index.js"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@aefree/pi-game-dev
@aefree/pi-game-dev is a loadable Pi extension carrier. It currently registers no tools, commands, prompts, skills, agents, or themes.
Install
Requirements:
- Node.js 22.19 or newer
- Pi 0.83 or newer
pi install npm:@aefree/pi-game-dev
To try the package for one session without installing it:
pi -e npm:@aefree/pi-game-dev
Restart or reload Pi after changing package configuration.
Development
npm test
npm pack --dry-run