Monorepo for my personal Pi extensions.
| Package | Purpose | Install |
|---|---|---|
@zeldrisho/pi-cloudflare |
Guide agents to retrieve current Cloudflare Workers docs | pi install npm:@zeldrisho/pi-cloudflare |
@zeldrisho/pi-file-remove |
Prefer gomi for personal local removal |
pi install npm:@zeldrisho/pi-file-remove |
@zeldrisho/pi-file-search |
Prefer fd for file discovery |
pi install npm:@zeldrisho/pi-file-search |
@zeldrisho/pi-nested-agent-md |
Load scoped nested AGENTS.md instructions |
pi install npm:@zeldrisho/pi-nested-agent-md |
@zeldrisho/pi-vite-plus |
Guide agents to use Vite+ workflows | pi install npm:@zeldrisho/pi-vite-plus |
@zeldrisho/pi-web-fetch |
Fetch public web pages as bounded Markdown | pi install npm:@zeldrisho/pi-web-fetch |
@zeldrisho/pi-web-search |
Search the web with Brave Search | pi install npm:@zeldrisho/pi-web-search |
Install only the extensions you need using the commands above. See each package README for configuration, behavior, and usage.
Add -l to install a package only for the current project:
pi install -l npm:@zeldrisho/pi-file-searchRemove the project-local package with the same source:
pi remove -l npm:@zeldrisho/pi-file-searchSee the development guide for setup, package conventions, and verification commands. The architecture guide describes package boundaries and the web and release data flows.