What problem does it solve? Operating the BB platform requires knowing dozens of CLI commands across threads, machines, environments, plugins, themes, and settings; this Skill gives an agent the correct command paths, flags, and workflows so it can inspect and manage BB state without guessing. ## Core Features & Use Cases - Thread and environment management: Spawn, fork, queue, retry, stop, and inspect threads, and manage environments, worktrees, and pull requests through the bb CLI. - Machine and plugin operations: Enroll, create, suspend, and remove machines, and install, configure, update, and debug plugins and marketplaces. - Configuration and theming: Read and change app settings, keyboard shortcuts, sidebar preferences, and custom CSS themes. - Use Case: An agent needs to spawn a background worker thread on a specific machine with a plugin-provisioned environment; it reads the thread-creation reference, resolves provider IDs with bb environment providers --json, and runs bb thread spawn with the correct flags. ## Quick Start Ask the agent to run bb status --json first, then use the bb CLI to list projects, machines, or threads and perform the BB operation you need.