Pi Package Creator
Agent Skill for creating, refactoring, and validating Pi packages through the real pi install path.
Install / Use
/learn @MylesMCook/Pi Package CreatorREADME
pi-package-creator
An Agent Skill for creating, refactoring, and validating real Pi packages.
It is built for one job:
- choose the right Pi package surface
- wire the
package.jsonpimanifest correctly - validate the package through the real
pi installpath
This is not a generic npm package helper. It is specifically for Pi packages.
What it ships
SKILL.md- the main workflowreferences/surface-design.md- concrete Pi package surface guidancereferences/validation.md- install-path-first validation flowagents/openai.yaml- optional UI metadata
Install
The repository root is the skill directory. Keep the folder name
pi-package-creator so the skill name matches its parent directory.
Codex
Clone or copy this repo to:
~/.codex/skills/pi-package-creator
Pi
Clone or copy this repo to one of:
~/.agents/skills/pi-package-creator
~/.pi/agent/skills/pi-package-creator
Or add the repo path to your Pi skills setting.
Use
Explicit invocation:
Use $pi-package-creator to scaffold or refactor a Pi package and validate it through pi install.
Typical tasks:
- create a new Pi package that adds one slash command
- refactor a Pi package to use the smallest correct surface
- fix a broken
package.jsonpimanifest - prove a Pi package works through the real install path
Notes
- The skill follows the Agent Skills format: https://agentskills.io/specification
- The validation flow is intentionally local-path-first. It treats
pi install ./local/pathas the release gate while a package is being built. - Advanced Pi details should come from the installed Pi docs or
pi --help, not from guessed paths.
View on GitHub85/100
Security Score
Audited on Mar 15, 2026
No findings
