@ratel-factory/pi-extension
Ratel Factory — native Pi Coding Agent extension. Runs the Ratel orchestrator in-process (no HTTP service, no `ratel --serve`) and registers Pi commands, tools, lifecycle hooks, and a bundled skill so Pi users can run Ratel missions directly inside Pi.
Package details
Install @ratel-factory/pi-extension from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ratel-factory/pi-extension- Package
@ratel-factory/pi-extension- Version
0.2.2- Published
- Jun 21, 2026
- Downloads
- 486/mo · 17/wk
- Author
- aryanbhargav
- License
- Apache-2.0
- Types
- extension, skill
- Size
- 130.4 KB
- Dependencies
- 1 dependency · 2 peers
Pi manifest JSON
{
"extensions": [
"./dist/index.js"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.