Skip to content

Commit c139f6c

Browse files
authored
Merge pull request #15 from avivsinai/add-bitbucket-cli-v2
Add Bitbucket CLI to Community Plugins
2 parents d766f27 + 62af4a6 commit c139f6c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
6969
### Tools & Integrations
7070

7171
- [Apple Productivity](https://github.com/matk0shub/apple-productivity-mcp) - Local Apple Calendar and Reminders tooling for macOS with Codex plugin adapters.
72+
- [Bitbucket CLI](https://github.com/avivsinai/bitbucket-cli) - Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud.
7273
- [Chrome DevTools](https://github.com/win4r/chrome-devtools-codex-plugin) - One-click Codex plugin wrapper for chrome-devtools-mcp.
7374
- [Codex Be Serious](https://github.com/lulucatdev/codex-be-serious) - Enforce formal, textbook-grade written register across all agent output.
7475
- [Codex Mem](https://github.com/2kDarki/codex-mem) - Automatically capture, compress, and inject session context back into future Codex sessions.

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-03-30",
6-
"total": 22,
6+
"total": 23,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -99,6 +99,16 @@
9999
"source": "awesome-codex-plugins",
100100
"install_url": "https://raw.githubusercontent.com/matk0shub/apple-productivity-mcp/main/.codex-plugin/plugin.json"
101101
},
102+
{
103+
"name": "Bitbucket CLI",
104+
"url": "https://github.com/avivsinai/bitbucket-cli",
105+
"owner": "avivsinai",
106+
"repo": "bitbucket-cli",
107+
"description": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud.",
108+
"category": "Tools & Integrations",
109+
"source": "awesome-codex-plugins",
110+
"install_url": "https://raw.githubusercontent.com/avivsinai/bitbucket-cli/main/.codex-plugin/plugin.json"
111+
},
102112
{
103113
"name": "Chrome DevTools",
104114
"url": "https://github.com/win4r/chrome-devtools-codex-plugin",

0 commit comments

Comments
 (0)