原始内容
pi-coding-agent-extensions
Monorepo of extensions, themes, skills, and prompts for pi.dev.
Structure
packages/
├── pi-path-picker/ # Interactive file path autocomplete
├── pi-sessions/ # Session history overlay with auto-naming
└── ... # More packages
Publishing
Each package in packages/ is independently versioned and published to npm.
Every package includes the pi-package keyword for automatic discovery on the pi.dev gallery.
# Publish a single package
cd packages/<name>
npm publish
# Install from pi
pi install npm:<name>
Development
# From the monorepo root, test a package locally
cd packages/<name>
pi -e .
License
MIT