From gcloud-tools
This skill should be used when user encounters "ADC not found", "gcloud auth error", "GCloud MCP error", "Application Default Credentials", "project not set", or needs help configuring GCloud integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gcloud-tools:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `/gcloud-tools:setup` to configure GCloud MCP.
Run /gcloud-tools:setup to configure GCloud MCP.
gcloud auth application-default logingcloud config set project PROJECT_IDDisable via /mcp command to prevent errors.
npx claudepluginhub ruslands/plugins --plugin gcloud-toolsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.