pi-upgrade
PI Upgrade Advisor
Upgrade pi framework dependencies, migrate legacy package names, and surface the new patterns available in the latest release.
Prerequisites
- GitHub CLI (
gh) must be installed and authenticated. - A
package.jsoncontaining either@earendil-works/pi-coding-agentor@earendil-works/pi-tui(legacy@mariozechner/*names also work).
What the script does
The bundled helper (scripts/check-pi-version) handles the mechanical work:
- Detects the current pi package version from
package.json, lockfiles, ornode_modules - Fetches release delta from
earendil-works/piviagh - Bumps version ranges across workspace
package.jsonfiles
More from mrclrchtr/skills
agent-orchestrator
Orchestrate complex work via a phase-gated multi-agent loop (audit → design → implement → review → validate → deliver). Use when you need to split work into subsystems, run independent audits, reconcile findings into a confirmed issue list, delegate fixes in clusters, enforce PASS/FAIL review gates, and drive an end-to-end validated delivery. Do not use for small, single-file tasks.
38git-commit
Creates a commit: detects conventions, stages intentionally, writes a clear subject, add a concise body when useful, and commits.
22agent-orchestrator-standalone
Orchestrate complex work via a phase-gated multi-agent loop (audit → design → implement → review → validate → deliver). Use when you need to split work into subsystems, run independent audits, reconcile findings into a confirmed issue list, delegate fixes in clusters, enforce PASS/FAIL review gates, and drive an end-to-end validated delivery. Do not use for small, single-file tasks.
16commit
Creates a commit with repo-matching style and intentional staging.
5web-fetch-to-markdown
Fetches and normalizes http(s) web pages into clean Markdown for LLM ingestion. Use when a task includes a URL, needs to fetch docs or asks to convert web docs/articles/pages into Markdown for summarizing, quoting, diffing, or saving.
5web-design-guidelines-design
Use when creating, redesigning, or restyling a UI and Codex should establish a clear design direction before implementation.
5