google-cloud-well-architected
v1.0.0Google Cloud Well-Architected Framework guidance across all six pillars.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add google-cloud-well-architected@agent-plugin-marketplacePaste 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/skillsClone 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
├── .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
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.
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.
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.
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.
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.
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
{
"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"
}
}{
"name": "google-cloud-well-architected",
"version": "1.0.0",
"description": "Google Cloud Well-Architected Framework guidance across all six pillars.",
"author": {
"name": "Google LLC"
}
}{
"$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"
]
}For maintainers
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)