
Claude Skills by get-bb
github.com/get-bbUpdate Plugin Guide cards, fixtures, and annotations when public SDK contracts or Guide presentation change.
Inspect or manage BB state with the bb CLI; use for BB commands and configuration.
Create or change BB plugins and Plugin SDK extensions, including CLI commands, agent tools, providers, and UI surfaces.
Create or improve BB skills, including their triggers, instructions, and supporting resources.
Prepare and submit a BB plugin to the Community marketplace when publication or a marketplace PR is requested.
Keep the discoverable surfaces in sync whenever you add or change a `bb` CLI command, flag, or a user-facing configuration knob (env var, `.bb/` workspace file, settings field): - Update the in-CLI guide templates under `packages/templates/src/templates/bb-guide-*.md`, turbo regenerates `packages/templates/src/generated/templates.generated.ts` (not committed) before every build, typecheck, and test task. - For core commands, update the bb-cli skill at `plugins/bb-guide/skills/bb-cli/SKILL.md`...
Repository conventions for commits, pull requests, and tests in this example project.
Schedule or manage recurring and one-shot BB agent or script automations.
Expose a local HTTP server through BB Connect and give the user its remotely accessible URL.
Show a newly created or updated HTML demo, chart, or report, or Markdown plan, summary, or notes from the workspace or thread storage inline in BB chat with the inline-vis directive.
Retrieve relevant durable BB memories or save verified knowledge useful to future threads.
Request user-supplied credentials securely into a dotenv file without exposing their values to the agent.
Work on or manage records in BB Tasks, including task keys such as ABC-12.
Author or run durable BB workflows when the user requests workflow execution or multi-agent orchestration.
Read, edit, or save documents in BB Docs vaults, including documents supplied through Docs mentions.
Create or edit BB color themes and inspect them in the Theme Preview panel.
Create a repo-local verification skill and exhaustive feature map for driving a real app through its UI, CLI, or API. Use for "create a verification skill", "make a verify skill for this repo", or "document how agents can verify this app".
Audit an existing verification skill and feature map against source and the running app, then repair proven documentation or harness drift. Use for "maintain the verification skill", "audit the verify skill", or "refresh the verification feature map".
Verify BB user journeys in an isolated source dev app using dev-browser@next and the matching source CLI. Use after BB feature changes or when asked to verify or smoke-test BB. The feature map covers core UI and agent interfaces, every repository plugin, desktop, mobile, and hosted services; select the affected recipes and platform prerequisites.
Configure or diagnose Account Pooler accounts, authentication, quota routing, and failover through bb pool.
Use the Browser Automation BB plugin to inspect and automate persistent browser pages in an explicit desktop or local headless session. Use for browser navigation, snapshots, clicking, forms, and verification screenshots.
Inspect or change global and per-host limits on concurrently running BB threads.
Connect Modal and create reusable cloud machines with the bundled standard image, on-demand daemon installation, and snapshot lifecycle.
Configure or troubleshoot ACP agent discovery, custom models, skills, and compaction in BB.
Configure or troubleshoot BB-specific Claude Code provider settings and session behavior.
Diagnose BB-specific Codex session controls, model acceptance, and durable goals.
Inspect BB Pi provider support for message editing and context compaction.
Diagnose automatic retries of BB turns after provider subscription-window limits.