@garaje/base
The garaje framework's agent-side substrate, distributed as a pi package (extensions, prompts, roles, rules, the Garaje persona, and the park/upgrade skills), plus the `presets.json` and `agents/*.md` generated from those roles by `bin/build-roles`. This
Package details
Install @garaje/base from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@garaje/base- Package
@garaje/base- Version
0.1.1- Published
- Jul 9, 2026
- Downloads
- not available
- Author
- icarpenter
- License
- MIT
- Types
- extension, skill
- Size
- 134.7 KB
- Dependencies
- 0 dependencies · 5 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@garaje/base
The garaje framework's agent-side substrate, distributed as a pi package
(extensions, prompts, roles, rules, the Garaje persona, and the park/upgrade
skills), plus the presets.json and agents/*.md generated from those roles
by bin/build-roles. This is the built substrate: the host repo consumes it
declaratively via the local-path packages pin in .pi/settings.json, and
.agent/ at the repo root layers thin, repo-local overrides on top.
See docs/superpowers/specs/2026-06-30-agent-first-garaje-framework-design.md.