@xynogen/pix-core

Pi extension — core UI/UX bundle (welcome banner, footer, model picker, self-update)

Packages

Package details

extensionskill

Install @xynogen/pix-core from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@xynogen/pix-core
Package
@xynogen/pix-core
Version
0.2.4
Published
Jun 15, 2026
Downloads
1,478/mo · 1,478/wk
Author
xynogen
License
MIT
Types
extension, skill
Size
205.2 KB
Dependencies
3 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "src/index.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pix-core

Pi coding agent extension — core UI/UX bundle.

What's included

Extension Type Description
welcome lifecycle ASCII π banner + startup health checks (version, auth, models, gitignore)
footer UI Status bar: mode / git branch / model / cost / tps
models command /models — enhanced model picker with BenchLM rank, context, cost
update command /update — self-update Pi + refresh extensions from dotfiles
lg command /lg — summarize unstaged git changes with per-file +/- counts
yeet command /yeet — stage all, commit, and push current changes
copy-all command /copy-all — copy the whole conversation to the clipboard
diff command /diff — list/open files changed during the last agent run
todo tool durable execution checklist (survives compaction)
toolbox tool search (fuzzy-find every tool / MCP tool / skill / command), enable / disable (turn a gated tool on/off by name)
nudges hooks model-steering reminders (tools / skill / capability)

Install

pi install git:github.com/xynogen/pix-core

Requires pix-data for shared models.dev + BenchLM cache. Install both:

pi install git:github.com/xynogen/pix-data
pi install git:github.com/xynogen/pix-core

License

MIT