booplex-bpx-consult

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Booplex pi extensions — a shelf of small handmade tools and little robot gadgets on a tinkerer's pegboard

bpx-mono — Booplex pi extensions | tools for the pi coding agent

CI bpx-consult on npm MIT license pi 0.80+ Booplex — booplex.com

Small, sharp extensions for pi, the minimal terminal coding harness — built by Booplex. The idea across all of them is the same: pi stays lean and does the work; these add the bits I kept wishing it had. Every package installs on its own, so you take only what you want — the monorepo just keeps them under one roof, one CI, and one release pipeline.

What's inside

Extension What it does Install
@booplex/bpx-consult
a council of AI advisors
Run a cheap, fast model as your working agent and keep a stronger one on the bench to steer it — a solo second opinion, a full council, or two models debating the hard calls. Senior judgment on tap, paid for only when it counts.
README · SPEC
pi install npm:@booplex/bpx-consult

More on the way — the house is built to hold them.

Requirements

  • pi 0.80+ — the extensions build on pi's @earendil-works/pi-ai (completeSimple), its event handlers, and sendUserMessage.
  • Node 22.19+ — pi's own packages require it, so the extensions do too.
  • At least one model provider authed in pi (or an external CLI like codex / claude, depending on the extension).

Install

Take whichever extension you want — you don't need the whole monorepo. The clean way is npm:

pi install npm:@booplex/bpx-consult

Restart your pi session and its tools and slash commands wire themselves in. Config and usage live in each package's own README.

Want to try one before you commit to it? Load it for a single session — no install, gone when you quit:

pi -e npm:@booplex/bpx-consult

Prefer source? Pull it from GitHub, or from a local clone if you're hacking on it:

pi install git:github.com/gabelul/bpx-mono     # from GitHub
pi install ./packages/bpx-consult              # from a local checkout

Tack -l onto any of these to scope the install to the current project (.pi/) instead of your global ~/.pi/agent/. Once things are in: pi list shows what you've got, pi config toggles them on and off, and pi remove clears them out.

Related — more Booplex tools for agents that care about quality

  • slopbuster — AI text humanizer. 100+ patterns, two-pass audit, three-tier scoring. Makes AI-generated prose, code comments, and academic writing sound human.
  • pixelslop — Design-quality scanner. Opens real pages in Playwright, measures actual pixels, catches visual AI slop.
  • pixeltamer — Generate, edit, and compose images with gpt-image-2. It drew every illustration in this repo.
  • stitch-kit — Design superpowers for coding agents. 35 skills for ideation, generation, and production conversion via Google Stitch MCP.

Contributing

PRs and issues welcome — start with the contributing guide. Short version: keep commit titles conventional (they drive the release pipeline), and each extension keeps its tests and docs in its own package folder.


Built by Gabi @ Booplex.com — because pi is lovely and lean, and I kept wanting to hand it a second brain. MIT license.