bkt
Bitbucket CLI for Data Center and Cloud. Use when users need to manage repositories, pull requests, branches, issues, webhooks, or pipelines in Bitbucket. Triggers include "bitbucket", "bkt", "pull request", "PR", "repo list", "branch create", "Bitbucket Data Center", "Bitbucket Cloud", "keyring timeout".
npx skills add majiayu000/claude-skill-registry --skill bkt-avivsinai-bitbucket-cli-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Bitbucket CLI (bkt) `bkt` is a unified CLI for **Bitbucket Data Center** and **Bitbucket Cloud**. It mirrors `gh` ergonomics and provides structured JSON/YAML output for automation. ## Dependency Check **Before executing any `bkt` command**, verify the CLI is installed: ```bash bkt --version ``` If the command fails or `bkt` is not found, install it using one of these methods: | Platform | Command | |----------|---------| | macOS/Linux | `brew install avivsinai/tap/bitbucket-cli` | | Windows | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoop install bitbucket-cli` | | Go | `go install github.com/avivsinai/bitbucket-cli/cmd/bkt@latest` | | Binary | Download from [GitHub Releases](https://github.com/avivsinai/bitbucket-cli/releases) | **Only proceed with `bkt` commands after confirming installation succeeds.** ## Authentication ```bash # Data Center (opens browser for PAT creation) bkt auth login https://bitbucket.example.com --web # Data Center (direct) bkt auth login https://bitbucket.example.com --username alice --token <PAT> # Bitbucket Cloud bkt auth login https://bitbucket.org --kind cloud --web # Check auth status bkt auth status ``` **Bitbucket
- Dependency Check
- Authentication
- Contexts
- Quick Command Reference
- Repository Operations
- Pull Request Workflows
- Branch Management
- Issue Tracking (Bitbucket Cloud Only)
- Webhooks
- Pipelines (Cloud)
- Permissions (DC)
- Raw API Access
- Output Modes
- Global Options
bkt --version Data Center (opens browser for PAT creation) bkt auth login https://bitbucket.example.com --web Data Center (direct) bkt auth login https://bitbucket.example.com --username alice --token <PAT> Bitbucket Cloud bkt auth login https://bitbucket.org --kind cloud --web Check auth status bkt auth status Create context for Data Center
What does the bkt skill do?
Bitbucket CLI for Data Center and Cloud. Use when users need to manage repositories, pull requests, branches, issues, webhooks, or pipelines in Bitbucket. Triggers include "bitbucket", "bkt", "pull request", "PR", "repo list", "branch create", "Bitbucket Data Center", "Bitbucket Cloud", "keyring timeout".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bkt-avivsinai-bitbucket-cli-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
