generating-gcp-diagrams

Solid

Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.

DevOps & Infrastructure 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GCP DrawIO Diagram Generator Generates professional DrawIO XML diagrams for Google Cloud Platform architectures. ## Capabilities 1. **Extract** - Analyze existing DrawIO XML files to identify GCP shapes, connections, and structure 2. **Identify** - Recognize GCP service icons from architecture diagram images 3. **Generate** - Create valid DrawIO XML from images or text descriptions 4. **Convert** - Transform GCP architecture diagrams into editable DrawIO format ## Quick Reference ### GCP Shape Pattern ``` shape=mxgraph.gcp2.{service_name} ``` **Note:** GCP uses **snake_case** for shape names (e.g., `cloud_run`, `cloud_sql`, `cloud_storage`). **Icon Pattern:** Unlike AWS, GCP uses a **single icon pattern** for all services — there is no service vs instance icon distinction. The same `shape=mxgraph.gcp2.{name}` is used whether labeling the service itself ("Cloud Run") or a specific instance ("Cloud Run (API Handler)"). Differentiate by label text only. ### Common GCP Services | Service | Shape Code | |---------|-----------| | Cloud Run | `mxgraph.gcp2.cloud_run` | | BigQuery | `mxgraph.gcp2.bigquery` | | Cloud Storage | `mxgraph.gcp2.cloud_storage` | | Vertex AI | `mxgraph.gcp2.cloud_machine_learning` | | Cloud Scheduler | `mxgraph.gcp2.cloud_scheduler` | | Apigee | `mxgraph.gcp2.apigee_api_platform` | | Pub/Sub | `mxgraph.gcp2.cloud_pubsub` | | Cloud SQL | `mxgraph.gcp2.cloud_sql` | | GKE | `mxgraph.gcp2.compute_engine` | | Cloud Functions | `mxgraph.gcp2.cloud_func...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

generating-aws-diagrams

Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.

1,160 Updated today
a5c-ai
DevOps & Infrastructure Solid

aws-drawio-architecture-diagrams

Creates professional AWS architecture diagrams in draw.io XML format (.drawio files) using official AWS Architecture Icons (aws4 library). Use when the user asks for AWS diagrams, VPC layouts, multi-tier architectures, serverless designs, network topology, or draw.io exports involving Lambda, EC2, RDS, or other AWS services.

263 Updated 1 weeks ago
giuseppe-trisciuoglio
Data & Documents Listed

draw-io

Create professional Draw.io (diagrams.net) XML diagrams for architecture, network flows, and system designs. Use when the user asks to create diagrams, architecture diagrams, flow charts, network diagrams, system diagrams, or mentions Draw.io/diagrams.net. Supports AWS/GCP icons, grouping, and custom styling.

0 Updated 4 days ago
alycd
DevOps & Infrastructure Solid

aws-architecture-diagram

Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from CloudFormation, CDK, or Terraform code. Supports two modes: analyze an existing codebase to auto-generate diagrams, or brainstorm interactively from scratch. Exports .drawio files with optional PNG/SVG/PDF export via draw.io desktop CLI.

765 Updated 2 days ago
awslabs
AI & Automation Solid

draw-io-diagram-generator

Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class diagrams, network topology, layout strategy, the hediet.vscode-drawio VS Code extension, and the full agent workflow from request to a ready-to-open file.

34,233 Updated today
github