Agent Plugins Marketplace
All plugins

gcp

v0.1.2

Google Cloud stack plugin for vwf — the judgment layer an SDK reference cannot give you: which service to pick and when it stops being the answer, how each one bills and the traps that multiply it, which services have local emulators (and where they lie), and least-privilege IAM shapes. Covers the full Firebase suite plus Cloud SQL, AlloyDB, Memorystore, Bigtable, BigQuery, Pub/Sub, Cloud Tasks, Scheduler, Eventarc, Workflows, Cloud Storage, Cloud Run, GKE, Artifact Registry, Cloud Deploy, Cloud Armor, VPC, DNS, Load Balancing, CDN, KMS, Backup & DR, reCAPTCHA Enterprise and Vertex AI. Observability is OpenTelemetry only — GCP services appear as OTLP sinks, never as vendor SDKs. Implements the vwf stack-adapter contract.

Claude Code5 Skills

By Viraj Patel1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 30, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gcp@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/virajp/ai-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gcp/.

Plugin files

plugins/gcp/
├── .claude-plugin/plugin.json
├── skills/gcp-cost/SKILL.md
├── skills/gcp-iam/SKILL.md
├── skills/gcp-local-stack/SKILL.md
├── skills/gcp-stack-menu/SKILL.md
└── skills/gcp-stack-template/SKILL.md

Included Skills5

gcp-costskills/gcp-cost/SKILL.md

How Google Cloud services actually bill, and the traps that turn a cheap architecture expensive — per-service cost models, the design decisions that move the bill, and the guardrails to put in first. Use when choosing between GCP services, reviewing a design for cost, or diagnosing a bill.

gcp-iamskills/gcp-iam/SKILL.md

Least-privilege identity on Google Cloud — the service-account shape per workload, why keyless beats JSON keys, the roles that are quietly over-broad, and how Firebase security rules relate to IAM. Use when wiring service auth, granting access, or reviewing a design for privilege.

gcp-local-stackskills/gcp-local-stack/SKILL.md

Which Google Cloud services can run locally, which cannot, and what to do about the ones that cannot — the emulator map behind vwf's `local_stack` harness capability. Use when setting up local development or E2E tests against a GCP-backed product, or when deciding whether a stack needs Docker.

gcp-stack-menuskills/gcp-stack-menu/SKILL.md

Return the Google Cloud stack templates this plugin offers, as a vwf menu payload. Invoked by /vwf:architecture and /vwf:setup when `gcp` is listed in the config's `stacks:` — not a general-purpose skill.

gcp-stack-templateskills/gcp-stack-template/SKILL.md

Return one Google Cloud stack template as a vwf template payload — its axis fields, per-capability harness mechanisms, and conventions. Invoked by /vwf:architecture and /vwf:setup after the user picks from the gcp menu — not a general-purpose skill.

Plugin manifests1

plugins/gcp/.claude-plugin/plugin.json
{
  "$schema": "https://www.schemastore.org/claude-code-plugin-manifest.json",
  "name": "gcp",
  "version": "0.1.2",
  "description": "Google Cloud stack plugin for vwf — the judgment layer an SDK reference cannot give you: which service to pick and when it stops being the answer, how each one bills and the traps that multiply it, which services have local emulators (and where they lie), and least-privilege IAM shapes. Covers the full Firebase suite plus Cloud SQL, AlloyDB, Memorystore, Bigtable, BigQuery, Pub/Sub, Cloud Tasks, Scheduler, Eventarc, Workflows, Cloud Storage, Cloud Run, GKE, Artifact Registry, Cloud Deploy, Cloud Armor, VPC, DNS, Load Balancing, CDN, KMS, Backup & DR, reCAPTCHA Enterprise and Vertex AI. Observability is OpenTelemetry only — GCP services appear as OTLP sinks, never as vendor SDKs. Implements the vwf stack-adapter contract.",
  "author": {
    "name": "Viraj Patel"
  },
  "keywords": [
    "gcp",
    "google-cloud",
    "firebase",
    "cloud-run",
    "gke",
    "cost",
    "iam",
    "emulators",
    "vwf-stack-adapter"
  ]
}

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

[gcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gcp)