@thiago__ss/pi-agent-config

Thiago's shareable Pi agent configuration

Package details

extensiontheme

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.md
  • extensions/
  • themes/
  • settings.partial.json

Publish

Initial local publish

npm publish --access public

GitHub Actions publishes later releases

  1. Add an NPM_TOKEN repository secret on GitHub.
  2. Push a tag like v0.1.1.
  3. 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.json and sessions/ are intentionally excluded.
  • External symlinked resources are skipped on purpose for safety.
  • Review settings.partial.json before each publish.