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.
npx claudepluginhub tanyagray/claude --plugin bitbucketThis skill uses the workspace's default tool permissions.
Help the user install and configure the `bbt` Bitbucket CLI tool.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
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 status