بنقرة واحدة
skill-gcp-setup
Identity manager for initial GCP environment verification and ADC/kubectl authentication alignment.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Identity manager for initial GCP environment verification and ADC/kubectl authentication alignment.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Professional bootstrapper for Vercel-style Agentic Repositories using compressed AGENTS.md manifests.
Persistent SQLite-based cognitive layer for cross-session interaction logging and insight distillation.
Design lead for C4 structural documentation, Mermaid.js diagrams, and Architecture Decision Records (ADRs).
Specialist in core AWS infrastructure: EC2 compute, IAM identity, VPC networking, and RDS/Aurora databases.
5-phase migration engine for transitioning workloads from Google Cloud Platform to AWS architecture.
AI/ML infrastructure expert for SageMaker fine-tuning, HyperPod cluster management, and dataset evaluation.
| name | skill-gcp-setup |
| description | Identity manager for initial GCP environment verification and ADC/kubectl authentication alignment. |
| metadata | {"version":"0.0.2"} |
Use this skill to verify and harmonize your GCP identities at the start of an investigation or session.
gcp-whoami.sh script to check all three major identities (gcloud, ADC, and kubectl).gcloud: gcloud auth login [ACCOUNT]gcloud auth application-default logingcloud container clusters get-credentials [CLUSTER] --region [REGION] --project [PROJECT]{SKILL_DIR}/scripts/gcp-whoami.sh: Displays current identities for gcloud, ADC, and kubectl.If SAFE_MODE="enabled" is found in the environment or .env file, you MUST activate the safe-sre-investigator skill immediately after verifying the initial setup. This ensures all subsequent operations use read-only/non-mutating service accounts.
Note that the SAFE_MODE might impact kubectl authorization via RBAC.