google-cloud-onboarding

Guides developers through Google Cloud account setup, billing, CLI installation, and first resource deployment.

30.5k|3.5k|Updated Jul 4, 2025
One-click install
npx skills add https://github.com/davila7/claude-code-templates --skill google-cloud-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-cloud-onboarding
Source: https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/development/google-cloud-onboarding
Command: npx skills add https://github.com/davila7/claude-code-templates --skill google-cloud-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

New developers often struggle with the fragmented process of getting started on Google Cloud, from account creation and billing setup to deploying their first resource. This Skill provides a structured, step-by-step onboarding path that removes guesswork.

Core Features & Use Cases

  • Guided Onboarding Steps: Walks through Google account sign-in, free trial activation, project creation, billing linkage, and gcloud CLI initialization.
  • First Resource Deployment: Provides concrete commands to deploy a first resource on Cloud Run, Compute Engine, or Cloud Storage.
  • Enterprise Reference: Includes a detailed reference guide covering organization setup, IAM, Shared VPC, security policies, and centralized logging for team-scale deployments.
  • Use Case: A developer new to Google Cloud asks the agent to help set up their environment, and the agent walks them through creating a project, enabling APIs, and deploying a Hello World container to Cloud Run.

Quick Start

Help me set up a new Google Cloud account, create my first project, and deploy a sample app to Cloud Run.

Frequently Asked Questions about google-cloud-onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Google Cloud account for the first time?

Sign in to the Google Cloud Console with a Google Account to activate the $300 free trial credit, then create a new project from the project picker. Link the project to your billing account and install the gcloud CLI to begin working from your terminal.

How do I deploy my first app to Google Cloud Run?

Enable the Cloud Run API with gcloud services enable run.googleapis.com, then run gcloud run deploy with a container image such as gcr.io/cloudrun/hello. The command outputs a public URL where your deployed app is accessible.

What is the difference between personal and enterprise Google Cloud setup?

Personal setup involves a single project linked to a free trial billing account. Enterprise setup requires an Organization resource, domain verification, centralized IAM with Google Groups, Shared VPC networking, organization policies, and centralized logging.

How do I verify my Google Cloud project billing is linked correctly?

Run gcloud beta billing projects describe PROJECT_ID to confirm the project is associated with a billing account. You can also check the Billing section of the Google Cloud Console to see projects linked to your billing account.

Do I need a credit card for the Google Cloud free trial?

Yes, a valid payment method such as a credit card or bank account is required for billing verification even when using the free trial. The $300 credit and Always Free tier products are available after verification.