Automates Google Cloud Console setup via browser. Use when the user wants to set up a GCP project, enable APIs, create service accounts, configure IAM, set up billing, configure OAuth, set up firewall rules, or deploy to Cloud Run/App Engine/GKE. Also use when the user says "set up GCP", "configure Google Cloud", "create a cloud project", "enable cloud APIs", or needs any Google Cloud Console configuration done through the browser. ALSO use this when you're mid-feature and realize GCP infrastructure is needed — the skill auto-detects requirements from the codebase (package dependencies, config files, env vars, CI configs) and only asks about what it can't figure out itself. This skill handles the clicking so the user doesn't have to.
$npx -y skills add n-o-p-e/nope-marketplace --skill gcp-setupInstalls into the current project.
Run `npx skills use "https://github.com/n-o-p-e/nope-marketplace" --skill "n-o-p-e/nope-marketplace/gcp-setup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/n-o-p-e/nope-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/n-o-p-e/nope-marketplace"` and select the relevant skills, then follow their instructions.