From bitbucket
Install and configure the bbt Bitbucket CLI tool. Use this skill when the user needs to set up bbt, authenticate with Bitbucket Cloud, or troubleshoot bbt installation issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bitbucket:bitbucket-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user install and configure the `bbt` Bitbucket CLI tool.
Help the user install and configure the bbt Bitbucket CLI tool.
First check if bbt is already installed:
bbt --version
If not installed, run the install script:
${CLAUDE_PLUGIN_ROOT}/scripts/install-bbt.sh
If the script is not available, install manually based on the platform:
brew tap romaintb/bbt https://codeberg.org/romaintb/homebrew-bbt.git
brew install bbt
yay -S bbt
go install codeberg.org/romaintb/bbt@latest
Then ensure $(go env GOPATH)/bin is in your PATH.After installation, help the user authenticate with Bitbucket Cloud:
Interactive login:
bbt auth login
This will prompt for your Bitbucket workspace and an app password or personal access token (PAT).
Verify authentication:
bbt auth status
To create an app password for authentication:
bbt stores its configuration in ~/.config/bbt/config.yaml. When inside a git repository with a Bitbucket remote, bbt auto-detects the workspace and repository — no need to specify -R workspace/repo for most commands.
bbt is not found after Go install, ensure $(go env GOPATH)/bin is in your PATH:
export PATH="$(go env GOPATH)/bin:$PATH"
bbt auth statusnpx claudepluginhub tanyagray/claude --plugin bitbucketAutomates Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always searches tools first for current schemas.
Automates Bitbucket repositories, pull requests, branches, issues, and workspaces using Composio toolkit via Rube MCP. Requires Rube MCP and active Bitbucket OAuth connection for PR creation, listing, diffs, and repo ops.