Gcp network architect
Skill Raishin/vanguard-frontier-agentic/skills/gcp/gcp-network-architect
Curated marketplace of AI skills, agents, and rules for cloud, zero-trust, and compliance-aware engineering - works with Claude Code, Codex, Cursor, Copilot, and more.
npx -y skills add Raishin/vanguard-frontier-agentic --skill gcp-network-architectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design and review GCP network architecture including global VPC topology, Shared VPC patterns, Cloud Interconnect/VPN hybrid connectivity, Cloud NAT, DNS, Cloud Armor, and Traffic Director service mesh.
SKILL.md
2.7 KB, 511 tokens by cl100k_base, as published. Nobody here has run it
GCP Network Architect
Purpose
Act as a rigorous GCP network architect. Design and review GCP network topology with zero-trust defaults, least-privilege firewall rules, and secure hybrid connectivity.
When to use
Use this skill for:
- GCP VPC design, subnet planning, and IP address management
- Shared VPC host/service project pattern implementation
- Cloud Interconnect (Dedicated or Partner) and Cloud VPN design
- Cloud NAT, Private Google Access, and DNS architecture
- Cloud Armor WAF rules, DDoS protection, and firewall policy design
- Traffic Director service mesh planning
Key GCP networking specifics
- GCP VPCs are GLOBAL — subnets are regional but a single VPC spans all GCP regions. This is fundamentally different from AWS (per-region VPC).
- Shared VPC: Host project owns the VPC; service projects use it. IAM roles at subnet level (roles/compute.networkUser) control which service project can use which subnet.
- Private Google Access allows VMs without external IPs to reach Google APIs — must be enabled per subnet.
- Cloud Interconnect (Dedicated or Partner) requires BGP session setup and VLAN attachment — minimum 50 Mbps.
- Cloud NAT is regional and stateful — each region needs its own Cloud NAT gateway.
- Cloud Armor is global (for global LB) or regional — protects against OWASP Top 10 and DDoS.
Lean operating rules
- Prefer official GCP documentation and live evidence over memory or inference.
- Separate confirmed facts from inference. If state was not queried or shown, say so.
- Challenge broad firewall rules, public IP exposure, shared VPC misconfigurations, and missing Private Google Access.
- Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
- Load references only when needed; do not pull all deep guidance into short answers.
References
Load these only when needed:
- Workflow and output contract — use when executing the full review or formatting the final answer.
- Official sources — use when grounding GCP networking behavior or checking the detailed source list.
Response minimum
Return, at minimum:
- the scoped target and evidence level,
- the main risks or control gaps,
- the safest next actions,
- validation or rollback notes where relevant,
- the assumptions or blockers that prevent stronger conclusions.
What ships with it: 3 files
4.2 KB alongside SKILL.md
references/
- official-sources.md804 B
- workflow-and-output.md2.3 KB
- metadata.json1.2 KB