Documentation Index
Fetch the complete documentation index at: https://docs.buildbetter.ai/llms.txt
Use this file to discover all available pages before exploring further.
This page tracks the BuildBetter CLI (
bb) and the open-source BB-Skills packs. For the main BuildBetter web app, see the BuildBetter Changelog. For the desktop and mobile Recorder, see the Recorder Changelog.Source: github.com/buildbetter-app/BB-Skills (MIT-licensed).bb CLI
The bb binary captures agent sessions and lets your team resume them anywhere. These features ship with the BuildBetter platform and update alongside the web app.
🚀 New Features
- BB CLI Support Tools —
bbnow includes diagnostics, support bundle creation, and feedback submission to make troubleshooting easier. - CLI Session Resume Filters — Filter resumed agent sessions by provider, session, branch, commit, repository, or pull request.
- CLI Hook Management — Install, repair, check, and remove Codex and Claude hooks from one place.
✨ Improvements
- CLI Updates and Install Experience — Auto-update enabled for direct installs; clearer upgrade instructions for package-manager installs.
- Cleaner CLI Hook Output — Hook output is quieter and easier to read, while still logging useful details when something goes wrong.
- Safer CLI Support Diagnostics — Auth and support details easier to inspect, with permission checks and redacted diagnostics for privacy.
🐛 Bug Fixes
- CLI Release Publishing Fix — Release publishing works correctly even when the workflow runs without a checked-out repository.
- Large CLI Session Uploads — Large agent session uploads succeed more reliably, with full tool output preserved.
🚀 New Features
- BuildBetter CLI Session Resume — Previously uploaded Codex and Claude sessions can now be reopened on the current branch with
bb agent-sessions resume.
BB-Skills (open-source skill packs)
The Pythonbb-skills package installs and updates the skill packs that your coding agent uses. Versioned independently on PyPI and GitHub.
✨ Improvements
- Staging environment support in the
configurecommand — pointbb-skillsat staging when needed.
🚀 New Features
bb-prefix on spec-workflow skills — spec-workflow skill names now carry abb-prefix so they don’t collide with other skill catalogs.configurecommand — set up workspace defaults and environment from one CLI command.
🐛 Bug Fixes
- PyPI installation path fix —
bb-skillsnow finds its skills directory when installed viapip install/uvxinstead of from source.
First public release of BB-Skills — AI coding skills for any coding agent.
🚀 New
- Skills-first architecture with pack-based installation.
- Three skill packs:
core— base skills includingbb-skills-updatespec-workflow— 9 skills derived from github/spec-kit (MIT), extended with BuildBetter customer evidence integrationtesting— 3 browser testing skills (app-navigator,trust-but-verify,generate-tests)
- Multi-platform support via 7 adapters: Claude Code, Codex, Cursor, Copilot, Gemini, Windsurf, Amazon Q.
bb-skillsCLI withinstall,update,list,uninstall,platformscommands.- User-initiated update checking via GitHub releases.
Acknowledgments
- Spec-workflow skills derived from github/spec-kit (MIT).
- Extended with BuildBetter customer evidence integration.