Skip to content

yboyer/pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@yboyer/pi

Pi package with current custom setup:

  • custom extensions
  • custom skills
  • custom prompt templates

Install

pi install git:github.com/yboyer/pi

Or from local clone:

pi install /absolute/path/to/pi

What package includes

Extensions

  • copilot-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.

Skills

  • 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 into PLAN.md tracer-bullet sections.

Prompts

  • review-subagent: spawn pi sub-agent for code review.

settings.json

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"
  ]
}

Skills via npx skills

This repo is compatible with npx skills because skills live in skills/.

Example:

npx skills add github.com/yboyer/pi

About

Pi package with custom extensions, skills, and prompt templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors