Cloud Officer development workflow tools for PR management, issue tracking, code quality, cloud infrastructure (AWS, GCP), deployment (Heroku), payments (PayPal), observability (New Relic), design (Figma), app stores (App Store Connect, Google Play), and database management
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.
Exhaustive multi-phase code audit using parallel agents (security, dependencies, code quality, infrastructure, tests, and more). Use when the user wants a deep or thorough code review, a comprehensive audit, a security-and-quality sweep of a repo or subsystem, or a multi-agent review that goes beyond the current diff. Optionally scoped to a path or subsystem.
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.
External network access
Connects to servers outside your machine
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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:
claude plugin marketplace add cloud-officer/claude-code-plugin-dev
claude 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 tap ankitpokhrel/jira-cli && brew install jira-cli # jira
brew install mint && mint install zelentsov-dev/asc-mcp # iOS App Store Connect
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:
npx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devAtlassian Jira and Confluence integration via Remote MCP Server for issue tracking, documentation, and project management
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.
Claude Code skill pack for Linear (24 skills)
Code review, debugging, documentation, license compliance (AGPL/MIT/Apache), payment integration (Stripe/PayPal), and frontend development (HTMX/Alpine.js) workflows. MCP: context7
Team workflows, issue management, standup automation, and developer experience optimization
Enterprise development toolkit for teams - DevOps, code quality, integrations, workflow automation, documentation, and performance optimization across multi-cloud and full-stack platforms