Inspect or change global and per-host limits on concurrently running BB threads.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add get-bb/bb --skill concurrency-limit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Concurrency Limit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/get-bb-concurrency-limit)More formats (shields.io, HTML) on the badges page.
---
name: concurrency-limit
description: "Inspect or change global and per-host limits on concurrently running BB threads."
---
# Concurrency limits
Use `bb concurrency-limit status --json` to inspect current limits.
```sh
bb concurrency-limit global [unlimited|<limit>] [--json]
bb concurrency-limit host <host-id> [auto|<limit>] [--json]
```
Automatic host limits allow one thread per available processor. Resolve the host
with `bb machine list` before changing a host limit. Omit the value to inspect it;
change limits only for the requested scope and verify the resulting status.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!