Personal Pi extensions, organized under the rp152kpi:<name> namespace.
- Documentation index
- Package installation and maintenance
- Integrations and skills
- Task-dispatch workflows
rp152kpi:notify: shows a top-right tmux popup when Pi is ready for the next prompt.rp152kpi:firefox: provides status and lifecycle controls for the live Firefox browser-agent integration.tmux-control: directs Pi to safely inspect and control local tmux sessions through the tmux CLI.pi-task-dispatch: dispatches and monitors tmux-backed Pi workers, with SQLite-persisted dependency workflows, event observability, and a live board/Gantt watch.orchestrate: turns a goal and discovery todo corpus into a reviewed, safely parallel task-dispatch graph and observable execution.modelling: turns a context into a bounded, decision-relevant model specification with explicit uncertainty and validation.science: applies scientific-method thinking to critically question claims, learning, and software.rp152kpi:traces: searches local trace indexes and loads bounded trace views through thetracesCLI.rp152kpi:tangent: opens an isolated Pi tangent in a new tmux window, seeded with the two latest assistant responses and a query.
Install one extension by its non-namespaced name:
just install notifyInstall the Firefox extension and skill:
just install firefoxInstall the tmux skills (tmux-control, pi-task-dispatch, and orchestrate):
just install tmuxInstall the modelling skill:
just install modellingInstall the science skill:
just install scienceInstall the traces extension and skill:
just install tracesInstall the tangent extension:
just install tangentInstall every extension and skill:
just alljust install <bundle> and just all install git:github.com/rajp152k/pi-exts. Named bundle selections are additive; a full-package installation remains unfiltered.
The Firefox integration requires an automation-enabled Firefox process and MCPorter:
npm install --global mcporter@0.12.4
just firefox-launch
just firefox-doctorSee the integration README and Firefox skill for operating details and limitations. The implementation plan is historical.
Update one installed extension:
just update notifyUpdate every installed extension:
just update-all