Cloud Officer development workflow tools for PR management, issue tracking, code quality, cloud infrastructure (AWS, GCP), deployment (Vercel, Heroku), payments (Stripe, PayPal), observability (New Relic), design (Figma), app stores (App Store Connect, Google Play), and database management
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Exhaustive multi-phase code audit using parallel agents (security, deps, quality, infra, etc.)
Implement one or more GitHub issues or Jira tickets end-to-end (explore, design, implement, PR). Multiple issues run in parallel.
Analyze, document, map, or scan the database schema. Use when the user wants to analyze the database, document the database, generate schema docs, map the database, create DB documentation, or inspect the database structure. Generates a docs/db.md file with complete database schema documentation. Auto-detects language/framework. Supports MySQL, PostgreSQL, SQLite, MongoDB, Elasticsearch, Redis, and BigQuery.
Manage App Store Connect apps, builds, or distribution. Use when the user wants to check builds, manage TestFlight beta groups and testers, read or respond to App Store reviews, manage in-app purchases, subscriptions, pricing, list app versions, check app status, manage certificates, provisioning profiles, screenshots, app metadata, or perform any App Store Connect operation.
Manage AWS infrastructure, services, or resources. Use when the user wants to manage any AWS service including EC2, S3, Lambda, RDS, DynamoDB, ECS, EKS, IAM, CloudWatch, CloudFront, Route53, SQS, SNS, API Gateway, CloudFormation, Secrets Manager, VPC, ELB, or any other AWS service. Also use for searching AWS documentation, checking costs, or running any AWS CLI command.
Query, list, analyze, or investigate Firebase Crashlytics crash data. Use when the user wants to check crashes, list top crashes, investigate a crash, get stack traces, view crash trends, analyze crash data, or find crash issues. Queries Crashlytics data exported to BigQuery via the bq CLI. Supports Android, iOS, and tvOS.
Create, open, file, or report an issue, bug, or ticket in GitHub or Jira. Use when the user wants to open an issue, file a bug, report a bug, create a ticket, log an issue, or submit a bug report. Automatically detects if GitHub issues are enabled; if so creates a GitHub issue, otherwise creates a Jira issue.
External network access
Connects to servers outside your machine
Claude Code plugin for development workflow automation.
This plugin provides development workflow automation for Claude Code.
workspace-mcp setupThe plugin bundles MCP servers that need node (for npx) and uv (for
uvx). Most skills also use a CLI as a fallback when the MCP isn't available. Install the **core
** for everyone, then only the optional CLIs for the skills you actually use.
# Core (required)
brew install node uv gh jq
In Claude Code:
/plugin marketplace add cloud-officer/claude-code-plugin-dev
/plugin install co-dev@cloud-officer
After install:
# Browser automation (Playwright MCP) — first run only
npx playwright install chromium
Optional service CLIs — install only what you need (each maps to a skill in the Skills table below):
brew install awscli google-cloud-sdk heroku newrelic-cli # cloud
brew install stripe/stripe-cli/stripe # stripe
brew tap ankitpokhrel/jira-cli && brew install jira-cli # jira
brew install mint && mint install zelentsov-dev/asc-mcp # iOS App Store Connect
npm i -g vercel # vercel
Language servers (LSPs) — only what you write. The plugin declares LSPs for many languages, but each binary needs to be on your PATH for that language to activate:
# JavaScript/TypeScript (covers .ts/.tsx/.js/.jsx/.mts/.cts/.mjs/.cjs)
npm i -g typescript typescript-language-server
# Python (covers .py/.pyi)
brew install pyright
# Ruby (covers .rb/.rake/.gemspec/.ru)
gem install ruby-lsp
# Go (covers .go)
go install golang.org/x/tools/gopls@latest
# Bash/shell (covers .sh/.bash/.zsh)
npm i -g bash-language-server
# Rust (covers .rs)
rustup component add rust-analyzer
# YAML (covers .yml/.yaml; provides GitHub Actions/k8s schema validation)
npm i -g yaml-language-server
# Swift (covers .swift) — bundled with Xcode, no install needed if Xcode is installed
# PHP (covers .php)
npm i -g intelephense
# Kotlin (covers .kt/.kts) — JetBrains' official LSP, requires Java 17+
brew install JetBrains/utils/kotlin-lsp
# Java (covers .java)
brew install jdtls
# C/C++/Objective-C (covers .c/.cpp/.h/.hpp/.m/.mm) — bundled with llvm
brew install llvm
# Perl (covers .pl/.pm/.t)
npm i -g perlnavigator-server
Each LSP is **inert until matching files exist ** — you only pay startup cost in repos that actually have those file types.
# Core (required)
sudo apt update && sudo apt install -y curl jq git nodejs npm
curl -LsSf https://astral.sh/uv/install.sh | sh
# gh: https://github.com/cli/cli/blob/trunk/docs/install_linux.md
In Claude Code:
/plugin marketplace add cloud-officer/claude-code-plugin-dev
/plugin install co-dev@cloud-officer
After install:
npx playwright install chromium
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devCode review, debugging, documentation, license compliance (AGPL/MIT/Apache), payment integration (Stripe/PayPal), and frontend development (HTMX/Alpine.js) workflows. MCP: context7
Atlassian Jira and Confluence integration via Remote MCP Server for issue tracking, documentation, and project management
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
Plugin-first Claude Code workflows with planning, CI/CD debugging, reusable agents, TODOs, and MCP safety policies.
Official Atlassian MCP server for Jira and Confluence integration with OAuth authentication. Provides ticket management, JQL search, and ensures work completeness. Zero configuration - OAuth handles authentication automatically.
External service integrations (Linear, Notion, Nx, Chrome DevTools, GitHub, Slack, Amplitude) and deployment orchestration