Wraps the gcloud CLI for Google Cloud operations with some sensible guardrails built in. Covers compute instances, storage buckets, IAM policies, and logging with progressive disclosure tables showing what needs confirmation (VM deletion) and what's outright blocked (project deletion, IAM policy removal). The memory protocol is notably strict about documenting learnings and decisions, which makes sense given how easy it is to wreck a GCP project if you're not careful. Main value is the 90%+ context savings claim and not having to remember gcloud's flag syntax. Best paired with a devops agent for cloud operations. Assumes you've already got gcloud installed and authenticated, so it's really just orchestration over an existing setup.
npx skills add https://github.com/oimiragieo/agent-studio --skill gcloud-cli