Agent skill · Data & Analytics

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.20
Requires: claude-code, codex-cli
Path: skills/api/bkt-avivsinai-bitbucket-cli-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Dependency Check
  2. Authentication
  3. Contexts
  4. Quick Command Reference
  5. Repository Operations
  6. Pull Request Workflows
  7. Branch Management
  8. Issue Tracking (Bitbucket Cloud Only)
  9. Webhooks
  10. Pipelines (Cloud)
  11. Permissions (DC)
  12. Raw API Access
  13. Output Modes
  14. Global Options
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going