A personal bb plugin marketplace.
bb marketplace add git:https://github.com/Mokson/bb-pluginsAdding a marketplace installs nothing — it only makes these plugins discoverable
under Extensions → Plugins, in bb plugin search, and installable by id.
| Plugin | What it does |
|---|---|
better-sidebar | A sidebar thread list organised by activity date, with the currently active thread highlighted, a second metadata row, real provider logos, five minimal status glyphs, a PR chip, and a hover dossier. |
push-notify | Web Push notifications when an agent finishes, fails, or needs you, filtered by subagent threads, turn length, and muted projects. |
observatory | Cost, cache, stall, context, audit, eval and distillery for bb agent runs, from one ingestion core joining thread events to the provider session logs. |
files | Workspace file explorer and viewer in the thread right panel, with search, changed-files stats, and CAS-guarded editing. |
skill-usage | Every skill a thread invoked, in order, with status and args, plus project and global rollups from an incremental index. |
Install one directly, without the marketplace:
bb plugin install git:https://github.com/Mokson/bb-plugins \
--subdirectory plugins/better-sidebarmarketplace.json— the catalog bb reads. Hand-maintained; one entry per plugin inplugins[].plugins/<id>/— one self-contained plugin package per directory. Each has its ownpackage.json, tests, and release tags.plugins/usage-tracker/— vendored third-party copy (upstream MateoCerquetella/bb-plugins,private:true). Intentionally unlisted inmarketplace.json; keep its author, license and THIRD_PARTY_NOTICES intact.
Each plugin is tagged independently, so marketplace.json ranges over its own
tags via tagPrefix:
git tag better-sidebar/v0.1.0
git push origin better-sidebar/v0.1.0
git tag push-notify/v0.1.0
git push origin push-notify/v0.1.0A range entry resolves to the highest matching <tagPrefix>vX.Y.Z tag, so a
plugin with no release tag yet is listed but not installable.
MIT. Each plugin carries its own LICENSE.