@eforge-build/pi-eforge
eforge integration for Pi - enqueue, run, and monitor builds from within Pi
Package details
Install @eforge-build/pi-eforge from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@eforge-build/pi-eforge- Package
@eforge-build/pi-eforge- Version
0.7.10- Published
- May 4, 2026
- Downloads
- 2,611/mo · 982/wk
- Author
- schaakesolutions
- License
- Apache-2.0
- Types
- extension, skill
- Size
- 225.8 KB
- Dependencies
- 3 dependencies · 4 peers
Pi manifest JSON
{
"extensions": [
"./extensions/eforge"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@eforge-build/pi-eforge
Pi package for eforge.
Install in Pi:
pi install npm:@eforge-build/pi-eforge
Or install for the current project only:
pi install -l npm:@eforge-build/pi-eforge
Then, in your project:
/eforge:init
What this package provides
- Native Pi tools for eforge daemon operations
- Native Pi commands for agent runtime profile management (
/eforge:profile,/eforge:profile-new) and config viewing (/eforge:config) with interactive overlay UX - Slash commands for build operations (
/eforge:build,/eforge:init,/eforge:status,/eforge:restart,/eforge:update) - The
/eforge:planskill for structured handoff planning before build execution - The
/eforge:playbookskill for creating, editing, running, and managing reusable automation playbooks - The
/eforge:recoverskill for reviewing and acting on failed-PRD recovery verdicts - Ambient status display showing active profile, queue count, and build progress
Requirements
- Node.js 22+
- Pi
- An LLM provider credential supported by your chosen eforge harness
Relationship to the @eforge-build/eforge npm package
@eforge-build/pi-eforge is the Pi integration package.
The main @eforge-build/eforge npm package is the standalone CLI and daemon runtime that this Pi package invokes via npx -y @eforge-build/eforge.
For project docs and full setup guidance, see the main repository:
- GitHub: https://github.com/eforge-build/eforge
- Docs: https://eforge.build