@booga/b
v0.1.2
Published
Entry point for the b-* prompt lookup tools. Installs the tools, registers each as a Claude Code skill, Codex AGENTS template, or Cursor rule so the agent loop discovers and invokes them, and updates installed tools on demand.
Downloads
341
Readme
b
Entry point for the b-* prompt lookup tools. Installs the tools, registers each as a Claude Code skill, Codex AGENTS template, or Cursor rule so the agent loop discovers and invokes them, and updates installed tools on demand.
One-line install
npm install -D @booga/bThat single line:
- Pulls
bplus the 6 prompt lookup tools (bground, banchor, bsmell, bratch, bwatch, bspector) onto your machine. - Auto-registers all 6 with every supported substrate by default: Claude Code, Codex, and Cursor.
- Scope is project-local for a project install (writes to
<project>/.claude/skills/,<project>/AGENTS.md,<project>/.cursor/rules/). - Scope is user-wide for a global install (
npm install -g @booga/b).
Opt-out
- Skip the auto-register step entirely: set
B_SKIP_AUTO_INSTALL=1beforenpm install. - Skip specific substrates: set
B_SKIP_TARGETS=cursor,codexbeforenpm install.
You can still run the install CLI by hand later:
b install --target=claude
b install --target=codex
b install --target=cursor
b uninstall --target=claudeTools
Shipped:
- bGround - prompt lookup for claim grounding
- bAnchor - prompt lookup for task-to-mission anchoring
- bSmell - prompt lookup for deflection-pattern smells
- bRatch - prompt lookup for regression-signature checks
- bWatch - prompt lookup for external-tracker findings
- bSpector - prompt lookup for vulnerability patterns in agent skill bundles
Shared dependency:
- bCore - types and helpers linked at build time by every tool above
License
MIT.
