
Google Agent Skills
github.com/google/skills- Category
- AI Agents
- Rank
- No. 33Tools index
- Type
- APP
- Builder
- GitHub
- 19.9k stars
- Date
About
Agent Skills for Google products and technologies — composable capability files for coding agents.
What it does
It gives coding agents prescriptive playbooks for Google Cloud work. Each skill defines when it applies, required checks, preferred tools, safety rules, and task-specific guidance. Coverage spans infrastructure, Kubernetes, AI, analytics, databases, operations, security, hosting, and advertising.
Why it's ranked here
A strong pick for teams whose agents regularly touch Google Cloud. The breadth is substantial, but the real value is operational discipline: exact command validation, explicit project and location scoping, reduced query output, human approval for destructive actions, and focused handoffs between specialist skills.
What's good
The guidance often turns broad best practices into enforceable behavior. The command-line skill requires leaf-level syntax checks, bounded list results, noninteractive execution, and explicit targeting. GKE material separates basics, storage, networking, security, upgrades, reliability, and troubleshooting instead of forcing one oversized prompt to cover everything.
Tradeoffs
The repository is under active development, so its guidance may still shift. External pull requests are not accepted, limiting community correction to issues and forks. Several workflows assume Google Cloud credentials, enabled services, local command-line tools, or hosted MCP capabilities. Some skills are deliberately narrow and redirect adjacent tasks elsewhere.
How to use it well
Use it when a coding agent designs, operates, or troubleshoots Google Cloud systems and needs firm procedural guardrails. Install only the relevant skills, then pair them with least-privilege credentials and human approval for risky changes. It does not replace a coding-agent runtime, general multi-cloud guidance, or product access and authentication.
Technical notes+
README.md installs selectable skills with npx skills add google/skills and documents plugin installation for Claude Code, Codex, and Antigravity CLI. .claude-plugin/marketplace.json and .agents/plugins/marketplace.json define Google plugin catalogs backed by external repositories. skills/cloud/gcloud/SKILL.md mandates exact leaf-command help validation, output reduction, explicit project and location flags, single-command execution, and approval for denylisted operations. skills/cloud/gke-storage/SKILL.md names structured MCP tools alongside Kubernetes manifests and CLI examples. skills/cloud/gemini-api/SKILL.md targets Python, JavaScript or TypeScript, Go, Java, and C# SDKs. skills/cloud/gke-app-onboarding/assets/index.js supplies a small Node.js HTTP example with a health endpoint.
Observed
- License
- Apache License 2.0
- Content format
- Markdown skill documents with metadata, directives, examples, and references
- Install surface
- Selectable installation through the skills command run with npx
- Plugin harnesses
- Installation instructions cover Claude Code, Codex, and Antigravity CLI
- MCP interface
- The repository bundles plugins with MCP servers, and some skills reference structured MCP tools
- Contribution model
- External pull requests are not accepted; users may report issues, request skills, or fork the repository
Read from README.md, skills/cloud/gke-app-onboarding/assets/index.js, LICENSE, CONTRIBUTING.md, .claude-plugin/marketplace.json, .agents/plugins/marketplace.json, skills/cloud/gcloud/SKILL.md, skills/cloud/gemini-api/SKILL.md, skills/cloud/gke-basics/SKILL.md, skills/cloud/gke-storage/SKILL.md, skills/cloud/gke-upgrades/SKILL.md, skills/cloud/design-deploy/SKILL.md.
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.