google

145 mods across 15 repositories, 72k stars between them.

adk-agent-builder

01

google/adk-python

Skill Claude CodeCodex

Builds ADK (Agent Development Kit) Python agents: LLM agents with tools, graph workflows of function and agent nodes, conditional routing, fan-out and join, schema-validated delegation between agents, human-in-the-loop pauses, and pytest coverage for all of it. Use when asked to create an agent or a workflow, add a…

21k 2d ago A 177 tokens original Apache-2.0

adk-architecture

02

google/adk-python

Skill Claude CodeCodex

Explains how the ADK runtime fits together: the node and graph execution model, Context and Event flow, checkpoint and resume, tracing, and the rules governing the public API surface. Use when answering "how does X work" about ADK internals, tracing where an event or a piece of state comes from, deciding where a new…

21k 2d ago A 157 tokens original Apache-2.0

adk-debug

03

google/adk-python

Skill Claude CodeCodex

Diagnoses misbehaving ADK agents by inspecting sessions, events, tool calls, and the exact request that reached the model. Covers the adk run CLI and the adk web dev server with its session, trace, and debug HTTP endpoints. Use when an agent returns the wrong answer, ignores a tool or swallows a tool error, hangs…

21k 2d ago A 191 tokens original Apache-2.0

adk-git

04

google/adk-python

Skill Claude CodeCodex

Writes commit messages and pull request descriptions for the adk-python repository: Conventional Commits types and scopes, subject lines that say why a change was made, and the linked-issue and testing-plan sections the PR template requires. Use when writing or rewording a commit message, squashing commits before a…

21k 2d ago A 138 tokens original Apache-2.0

adk-review

05

google/adk-python

Skill Claude CodeCodex

Reviews the uncommitted changes in an adk-python working tree and reports correctness, design, public-API stability, test, sample and documentation gaps as a prioritized findings report, fixing them only when asked. Use when the user asks to review local changes, wants a self-review before opening a pull request, asks…

21k 2d ago A 164 tokens original Apache-2.0

adk-sample-creator

06

google/adk-python

Skill Claude CodeCodex

Creates a new sample agent in the ADK Python repository — the sample directory, its agent.py, and its README.md — following the conventions the existing samples already use. Use when the user wants to add a sample or example demonstrating a feature or agent pattern (dynamic nodes, fan-out/fan-in, a standalone…

21k 2d ago A 150 tokens original Apache-2.0

adk-setup

07

google/adk-python

Skill Claude CodeCodex

Sets up a local ADK Python development environment in a git clone of the open-source adk-python repository: a uv virtual environment, all dependency extras, pre-commit hooks, and a first unit-test run. Runs only when explicitly requested, never on its own. Use when asked to set up, bootstrap, or repair a development…

21k 2d ago C 146 tokens original Apache-2.0

adk-style

08

google/adk-python

Skill Claude CodeCodex

Python style and codebase conventions for ADK (Agent Development Kit): private-by-default file visibility, imports, type hints, Pydantic v2 models, formatting, docstrings, logging, async I/O, file and test layout, and unit test structure. Use when writing or editing ADK source or tests, deciding whether a new file or…

21k 2d ago A 187 tokens original Apache-2.0

adk-unit-design

09

google/adk-python

Skill Claude CodeCodex

Writes an as-built architecture document for one ADK code unit — purpose, execution flow, data flow, cross-class dependencies, extension points, and the parts that must not change — to docs/design/{topic}/{unit}/index.md. It describes the code as implemented, not a proposed design, and its reader is a developer about…

21k 2d ago A 181 tokens original Apache-2.0

adk-unit-guide

10

google/adk-python

Skill Claude CodeCodex

Writes a hands-on developer guide for one ADK code unit — a minimal runnable example, how it works, a configuration-option table, advanced uses, limitations, and links to related samples — to docs/guides/{topic}/{unit}/index.md, then lists it in the index at docs/guides/README.md. Its reader is a developer calling the…

21k 2d ago A 199 tokens original Apache-2.0

adk-verify-snippets

11

google/adk-python

Skill Claude CodeCodex

Checks that every Python code block in a Markdown file actually compiles and runs, by extracting each block to a temporary file, executing it in an isolated subprocess, and writing a pass/fail report with per-snippet coverage. Use when the user asks to verify, test, or validate the code samples in a README, a guide…

21k 2d ago C 149 tokens original Apache-2.0

google/adk-python

Instructions file CodexOpenCode

Instructions for google/adk-python, covering project overview, key components, adk knowledge, architecture, and style, project architecture and development setup.

21k 2d ago A 322 tokens original Apache-2.0

calc-skill

13

google/adk-python

Skill Claude CodeCodex

A math calculation skill that runs Python scripts to perform arithmetic.

21k 2d ago A 16 tokens original Apache-2.0

text-skill

14

google/adk-python

Skill Claude CodeCodex

A text processing skill that formats strings using shell scripts.

21k 2d ago A 15 tokens original Apache-2.0

weather-skill

15

google/adk-python

Skill Claude CodeCodex

A skill that provides weather information based on reference data.

21k 2d ago A 15 tokens original Apache-2.0

code-review-skill

16

google/adk-python

Skill Claude CodeCodex

Reviews code with feedback tailored to the developer's profile in session state.

21k 2d ago A 19 tokens original Apache-2.0

bigquery-ai-ml

17

google/adk-python

Skill Claude CodeCodex

Skill for BigQuery AI and Machine Learning queries using standard SQL and AI. functions (preferred over dedicated tools).

21k 2d ago A 31 tokens original Apache-2.0

bigquery-graph

18

google/adk-python

Skill Claude CodeCodex

Skill for Graph Query Language (GQL) or SQL/PGQ queries against a property graph. Includes path finding, multi-hop traversal, topological connection, shortest path, node reachability, edge connectivity, and semantic graph queries.

21k 2d ago A 52 tokens original Apache-2.0

google-plugins

19

google/skills

Plugin Claude Code

Plugin marketplace listing 17 plugins: alloydb, alloydb-omni, bigtable, cloud-sql-mysql, cloud-sql-postgresql.

19k 3d ago A tokens not measured original Apache-2.0

google/skills

Plugin Claude Code

Core Google Cloud guidance for coding agents: onboarding, authentication, and gcloud CLI safety.

19k 3d ago A tokens not measured original Apache-2.0

developer-knowledge

21

google/skills

MCP server Claude CodeCodexCursor +2

MCP server "developer-knowledge", hosted remotely at developerknowledge.googleapis.com, as configured in google/skills.

19k 3d ago A tokens not measured original Apache-2.0

google/skills

Skill Claude CodeCodex

Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request touching a Google product, API, or developer platform - including Google Cloud (GKE, Cloud Run, IAM, BigQuery, Vertex AI, Spanner), Google Ads, Google Analytics…

19k 3d ago A 132 tokens original Apache-2.0

gcloud

23

google/skills

Skill Claude CodeCodex

Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure. Use when planning, generating, constructing, proposing, describing, or executing any gcloud CLI commands - including when answering questions about gcloud…

19k 3d ago A 81 tokens original Apache-2.0

google/skills

Skill Claude CodeCodex

Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default Credentials (ADC), and best practices for secure access.

19k 3d ago A 42 tokens original Apache-2.0