Open-source extensions for bb.
| Plugin | Purpose |
|---|---|
| Agentation → Mentions | Based on Agentation by Scott Sunarto; adds native mentions, queued delivery, and verified identity tags. |
| Perspectives | Consult independent expert agents and synthesize evidence across caller-selected lenses. |
| Sticky Notes | Leave shared, movable notes directly on bb threads. |
| BB UI Reference | Explore BB's plugin surfaces and active semantic theme palette. |
Each plugin is published independently to npm by its prefixed release tag:
bb plugin install npm:@phosphorco/bb-plugin-agentation-mentions@^0.1.0
bb plugin install npm:@phosphorco/bb-plugin-perspectives@^0.2.0
bb plugin install npm:@phosphorco/bb-plugin-sticky-notes@^0.1.1
bb plugin install npm:@phosphorco/bb-plugin-bb-ui-reference@^0.1.1The plugins are also submitted to the BB Community marketplace for installation from bb.
Push an immutable <plugin-id>/vX.Y.Z tag whose version matches that plugin's
manifest. GitHub Actions tests, typechecks, builds, inspects, and publishes only
the tagged workspace. The first release uses the repository's NPM_TOKEN;
after trusted publishing is configured for each npm package, releases use OIDC
with automatic npm provenance.
npm install
npm run test
npm run typecheck
npm run buildInstall a development checkout by name:
bb plugin install path:. --plugin agentation-mentions --yesPhosphor-authored plugins are MIT licensed. Agentation preserves its upstream
attribution and plugin-scoped third-party notices, including the PolyForm
Shield 1.0.0 terms of its vendored agentation dependency. See each plugin directory
for its exact license and notices.