Pi package with current custom setup:
- custom extensions
- custom skills
- custom prompt templates
pi install git:github.com/yboyer/piOr from local clone:
pi install /absolute/path/to/picopilot-usage: refresh current GitHub Copilot premium usage quota and show it in status bar.diff: track changed files from last agent run and open them in VS Code.flow-title: replace header with blue flowing gradient banner.git-status-widget: show current Git branch and unstaged file count.tps-tracker: show streaming tokens-per-second during generation.usage: generate Pi usage and cost report prompt for last 1/7/30/90 days.
recipe: stress-test plan against domain language and docs, one question at a time.to-prd: turn current context into a PRD file.to-issues: turn plan or spec into tracer-bullet issues.to-plan: turn plan or spec intoPLAN.mdtracer-bullet sections.
review-subagent: spawnpisub-agent for code review.
For full personal setup, install this package with context-mode and pi-caveman in your settings.json:
{
"packages": [
"git:github.com/yboyer/pi",
"npm:context-mode",
"npm:pi-caveman"
]
}This repo is compatible with npx skills because skills live in skills/.
Example:
npx skills add github.com/yboyer/pi