Agent Plugins Marketplace
All plugins

google-cloud-well-architected

v1.0.0

Google Cloud Well-Architected Framework guidance across all six pillars.

CodexClaude CodeAgent Plugins6 Skills

18.6k GitHub starsUpdated 8 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
6 skill or MCP entries
Source updated
Aug 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add google-cloud-well-architected@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/google/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloud/google-cloud-well-architected/.

Plugin files

plugins/cloud/google-cloud-well-architected/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/google-cloud-waf-cost-optimization/SKILL.md
├── skills/google-cloud-waf-operational-excellence/SKILL.md
├── skills/google-cloud-waf-performance-optimization/SKILL.md
├── skills/google-cloud-waf-reliability/SKILL.md
├── skills/google-cloud-waf-security/SKILL.md
└── skills/google-cloud-waf-sustainability/SKILL.md

Included Skills6

google-cloud-waf-cost-optimizationskills/google-cloud-waf-cost-optimization/SKILL.md

Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify cost requirements and constraints, and provide actionable recommendations for build, deploy, and manage the workload cost-efficiently in Google Cloud.

google-cloud-waf-operational-excellenceskills/google-cloud-waf-operational-excellence/SKILL.md

Generates operations-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Operational Excellence pillar of the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify operational requirements, and provide actionable recommendations for deployment, monitoring, and incident management.

google-cloud-waf-performance-optimizationskills/google-cloud-waf-performance-optimization/SKILL.md

Generates performance-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Performance Optimization pillar of the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify performance requirements, and provide actionable recommendations for resource allocation, modular design, and elasticity.

google-cloud-waf-reliabilityskills/google-cloud-waf-reliability/SKILL.md

Generates guidance for reliability, resilience, availability, redundancy, fault-tolerance, and disaster recovery (DR) for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework. Use when the user asks to evaluate, design, or improve the reliability, resilience, availability, or disaster recovery capabilities of Google Cloud workloads.

google-cloud-waf-securityskills/google-cloud-waf-security/SKILL.md

Generates security-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate workloads, identify security requirements, and provide actionable recommendations for IAM, network security, data protection, and operational security.

google-cloud-waf-sustainabilityskills/google-cloud-waf-sustainability/SKILL.md

Generates sustainability-focused guidance for Google Cloud workloads based on the design principles and recommendations in the Google Cloud Well-Architected Framework (WAF). Use this skill to evaluate a workload, identify environmental impact requirements, and provide actionable recommendations to build, deploy, and manage the workload sustainably in Google Cloud.

Plugin manifests3

plugins/cloud/google-cloud-well-architected/.codex-plugin/plugin.json
{
  "name": "google-cloud-well-architected",
  "version": "1.0.0",
  "description": "Google Cloud Well-Architected Framework guidance across all six pillars.",
  "skills": "./skills/",
  "interface": {
    "displayName": "Google Cloud Well-Architected",
    "shortDescription": "Well-Architected Framework review for Google Cloud",
    "category": "Productivity"
  }
}
plugins/cloud/google-cloud-well-architected/.claude-plugin/plugin.json
{
  "name": "google-cloud-well-architected",
  "version": "1.0.0",
  "description": "Google Cloud Well-Architected Framework guidance across all six pillars.",
  "author": {
    "name": "Google LLC"
  }
}
plugins/cloud/google-cloud-well-architected/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "google-cloud-well-architected",
  "version": "1.0.0",
  "description": "Google Cloud Well-Architected Framework guidance for coding agents, covering all six pillars: cost optimization, operational excellence, performance optimization, reliability, security, and sustainability. Use when designing or reviewing a Google Cloud architecture.",
  "author": {
    "name": "Google LLC",
    "url": "https://cloud.google.com"
  },
  "homepage": "https://github.com/google/skills/tree/main/plugins/cloud/google-cloud-well-architected",
  "repository": "https://github.com/google/skills",
  "license": "Apache-2.0",
  "keywords": [
    "google-cloud",
    "well-architected",
    "architecture-review",
    "waf"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[google-cloud-well-architected on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-cloud-well-architected)