🔧
DevOpsGo

Bitbucket CLI

by avivsinai

Bitbucket CLI is a DevOps skill for Claude Code, published by avivsinai in bitbucket-cli.

200 stars44 forkson avivsinai/bitbucket-cliAdded 2026/09/05+2% in starsRepository updated 2026/09/04
agent-skillsai-agentsbitbucketbitbucket-cloudbitbucket-datacenterci-cdclaude-codeclicodexdeveloper-toolsdevopsgitgolangpull-requests
Install in seconds
Install Bitbucket CLI
Copy Bitbucket CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/avivsinai/bitbucket-cli/tree/master/skills/bkt ~/.claude/skills/bkt

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/avivsinai/bitbucket-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/bkt/SKILL.md in avivsinai/bitbucket-cli
Installs to
~/.claude/skills/bkt
Collection
One of 2 skills cataloged from this repository
Category
DevOps973 skills

What Bitbucket CLI does

Bitbucket CLI lets you manage Bitbucket Data Center and Cloud from the terminal. Use it for repositories, pull requests, branches, issues, webhooks, pipelines, auth, and JSON/YAML scripting.

Bitbucket CLI is cataloged under DevOps on DirSkills. Bitbucket CLI comes from a repository tagged agent-skills, ai-agents, bitbucket, bitbucket-cloud and bitbucket-datacenter.

Documentation

README

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.

Before You Start

1. Verify installation — always check before running any bkt command:

bkt --version

If not installed:

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

2. Check authentication — most commands require an active session:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bitbucket CLI

  • What else does avivsinai publish alongside Bitbucket CLI?

    Bitbucket CLI is one of 2 skills that DirSkills catalogs from avivsinai/bitbucket-cli, the repository it ships in. Its siblings there include Bkt Skill. Each one is a separate skill with its own page in this directory, installs the same way Bitbucket CLI does, and is maintained by avivsinai in that same repository. The rest of the collection is listed on the avivsinai/bitbucket-cli page.

  • How does Bitbucket CLI compare to other DevOps skills?

    Bitbucket CLI ranks #879 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bitbucket CLI against them. Open each page to compare what they document and how they install.