@thiago__ss/pi-agent-config
Thiago's shareable Pi agent configuration
Package details
Install @thiago__ss/pi-agent-config from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@thiago__ss/pi-agent-config- Package
@thiago__ss/pi-agent-config- Version
0.1.0- Published
- Apr 9, 2026
- Downloads
- 87/mo · 7/wk
- Author
- thiago__ss
- License
- MIT
- Types
- extension, theme
- Size
- 37.7 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"themes": [
"./themes"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@thiago__ss/pi-agent-config
This package contains Thiago's shareable Pi agent configuration.
Install
Option 1: close clone via npx
npx @thiago__ss/pi-agent-config
This copies exported resources into ~/.pi/agent (or PI_AGENT_DIR) and merges shareable settings from settings.partial.json.
Option 2: native Pi package install
pi install npm:@thiago__ss/pi-agent-config
This loads packaged Pi resources directly, but it does not merge root files like AGENTS.md for you.
Included
AGENTS.mdextensions/themes/settings.partial.json
Publish
Initial local publish
npm publish --access public
GitHub Actions publishes later releases
- Add an
NPM_TOKENrepository secret on GitHub. - Push a tag like
v0.1.1. - GitHub Actions publishes that version to npm.
git tag v0.1.1
git push origin v0.1.1
Notes
- Secrets and local state such as
auth.jsonandsessions/are intentionally excluded. - External symlinked resources are skipped on purpose for safety.
- Review
settings.partial.jsonbefore each publish.