Skill · em Publicar e operar
google-cloud-onboarding
Guides developers through their first steps on Google Cloud, covering account creation, billing setup, project management, CLI installation, and deploying a first resource.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/skills/development/google-cloud-onboarding - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- nenhum download no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
2 arquivos · 11,5 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/skills/google-cloud-onboarding/.
d=".claude/skills/google-cloud-onboarding" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/google-cloud-onboarding" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/reference/google-cloud-setup.md" "$u/reference/google-cloud-setup.md" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/skills/google-cloud-onboarding/.
d="$HOME/.claude/skills/google-cloud-onboarding" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/google-cloud-onboarding" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/reference/google-cloud-setup.md" "$u/reference/google-cloud-setup.md" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: instala em .agents/skills/google-cloud-onboarding/.
d=".agents/skills/google-cloud-onboarding" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/google-cloud-onboarding" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/reference/google-cloud-setup.md" "$u/reference/google-cloud-setup.md" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.agents/skills/google-cloud-onboarding/.
d="$HOME/.agents/skills/google-cloud-onboarding" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/google-cloud-onboarding" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/reference/google-cloud-setup.md" "$u/reference/google-cloud-setup.md" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Antigravity
Neste projeto: instala em .agents/skills/google-cloud-onboarding/.
d=".agents/skills/google-cloud-onboarding" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/google-cloud-onboarding" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/reference/google-cloud-setup.md" "$u/reference/google-cloud-setup.md" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.gemini/antigravity-cli/skills/google-cloud-onboarding/.
d="$HOME/.gemini/antigravity-cli/skills/google-cloud-onboarding" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/google-cloud-onboarding" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/reference/google-cloud-setup.md" "$u/reference/google-cloud-setup.md" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Peça ao Rook
Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.google-cloud-onboarding
Prévia do SKILL.md
---
name: google-cloud-onboarding
description: Guides developers through their first steps on Google Cloud, covering account creation, billing setup, project management, CLI installation, and deploying a first resource.
source: google/skills (Apache 2.0)
---
# Onboarding to Google Cloud
This skill provides a streamlined "happy path" for a singleton developer to get
started with [Google Cloud](https://cloud.google.com/). It covers everything
from initial account setup to deploying your first cloud resource.
## Overview
For an individual developer, onboarding to Google Cloud involves establishing a
personal identity, setting up a billing method, and creating a workspace
([Project](https://docs.cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy#projects))
where resources can be managed. Google Cloud offers a Free Tier and Free Trial
for multiple products. [Learn more
here](https://docs.cloud.google.com/free/docs/free-cloud-features).
## Clarifying Questions
Before proceeding, the agent should clarify the user's current status:
1. Do you already have a [Google Account](https://accounts.google.com/) (Gmail
or [Google Workspace](https://workspace.google.com/))?
2. Are you looking to set up a personal account for learning/experimentation,
or are you part of an organization with existing infrastructure?
3. Are you an IT admin within a larger enterprise, setting up Google Cloud for
your organization?
4. What is the first type of resource or application you are interested in
building (e.g., a website, a data pipeline, a virtual machine)?
5. Do you prefer to use the command line (CLI), an IDE (e.g. VSCode,
Antigravity), or do you prefer using the web-based [Google Cloud
console](https://console.cloud.google.com/)?
## Prerequisites
- A [Google Account](https://accounts.google.com/) (e.g., @gmail.com).
…