GoogleCloudPlatform

102 mods across 15 repositories, 21k stars between them.

managing-hydration

49

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when a runner agent receives a distance update and must deplete water proportionally, or when the runner enters a hydration station and must decide whether to stop and rehydrate. Triggered by distance events and station events.

226 8d ago A 50 tokens

running

50

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when a runner agent needs to manage athletic performance during a race tick: accelerating, braking, or reading current vitals (speed, energy, hydration, exhaustion). Triggered every tick the runner is active.

226 8d ago A 44 tokens

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when the simulator's loop agent advances the race by one tick: broadcasting state to runners, draining the telemetry buffer, computing traffic conditions, and checking for race completion. Triggered every iteration of the LoopAgent.

226 8d ago A 50 tokens

completing-the-race

52

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when the simulator finishes its race-tick loop and must wrap up: compiling final results from tick snapshots, stopping the RaceCollector, and reporting outcomes to other agents. Triggered once per simulation, after the last tick.

226 8d ago A 52 tokens

preparing-the-race

53

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when the simulator receives a validated plan from the planner and must initialize the race: parsing the plan, spawning runner agents, starting the telemetry collector, and firing the start gun. Triggered once per simulation, before the first tick.

226 8d ago A 53 tokens

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when running the simulator-with-failure test variant and the pre-race phase begins. The preparesimulation tool intentionally raises RuntimeError to exercise the ADK and SimulationCommunicationPlugin toolerror callback path. Not intended for production simulations.

226 8d ago A 55 tokens

a2ui-rendering

55

GoogleCloudPlatform/race-condition

Skill Claude CodeCodex

Use when an agent renders rich UI back to a client surface (cards, dashboards, forms, modals) using the A2UI v0.8.0 declarative protocol. Required whenever the response should display structured components rather than plain text, or whenever the validateandemita2ui tool is in scope.

226 8d ago A 70 tokens

gke-mcp AGENTS.md

56

GoogleCloudPlatform/gke-mcp

Instructions file CodexOpenCode

Instructions for GoogleCloudPlatform/gke-mcp, covering agents.md, project overview, repository layout, development commands and generated files.

165 8d ago A 837 tokens original Apache-2.0

cxas-agent-foundry

58

GoogleCloudPlatform/cxas-scrapi

Skill Claude CodeCodex

End-to-end GECX/CXAS/CES conversational agent lifecycle -- build agents from requirements (PRD-to-agent), create and run evals (goldens, simulations, tool tests, callback tests), debug failures, and iterate to production quality. Use this skill whenever the user mentions GECX, CXAS, CES, SCRAPI, conversational agents…

94 5d ago A 112 tokens original Apache-2.0

coverage-analyst

59

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Calculates and generates static coverage reports for Gemini Enterprise for Customer Experience (GECX) conversational agents by mapping evaluations against tools, callbacks, agent transfers and instructions. Use when analyzing unit test / evaluation coverage of a conversational agent or identifying gap areas (un-tested…

94 5d ago A 91 tokens original Apache-2.0

eval-writer

60

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Generate eval YAMLs for one entire eval type (all goldens, all sims, all tooltests, or all callbacktests) in a single dispatch. Reads the TDD's Coverage Map, the agent's actual tools and variables, then writes the appropriate file(s) — see "File layout per type" for what each type requires (sims are one file by runner…

94 5d ago A 113 tokens original Apache-2.0

lint-fixer

61

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Run cxas lint (with optional scoping to a set of agents or tools), fix every error using the rule recipes in references/build.md, verify each Edit landed on disk, and re-lint until clean. Use after a fresh build or major edit when the lint output has multiple errors and the fixes are mechanical.

94 5d ago A 68 tokens original Apache-2.0

scaffolder

62

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Bulk-generate all CXAS app files (agent JSONs, instruction.txt files, tool pythoncode.py + JSON, callback pythoncode.py, customized app.json) from an APPROVED TDD. Reads the TDD's Architecture, Tools, Routing, Variables, Callbacks, and Coverage Map sections. Writes 20-50 files in one dispatch. Returns a manifest.…

94 5d ago A 88 tokens original Apache-2.0

tdd-writer

63

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Produce a Technical Design Document (TDD) for a GECX agent. Auto-detects mode from inputs — reverse-engineer from an existing app's code, OR draft from scratch given any combination of requirements artifacts (PRD, spec, sample conversations, mock data, customer profiles, reference agents). Returns the TDD content plus…

94 5d ago A 99 tokens original Apache-2.0

triage-failure

64

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Diagnose ONE failing GECX eval. Read its transcript, classify against the decision tree, and return a structured diagnosis JSON the main thread can act on. Fan out in parallel for the top N failures from a triage run.

94 5d ago A 52 tokens original Apache-2.0

GoogleCloudPlatform/cxas-scrapi

Skill Claude CodeCodex

Author, validate, and manage Contact Center AI (CCAI) Insights Autolabeling Rules. Use when users want to translate business labeling logic into CEL condition expressions, maintain declarative autolabelrules.yaml configurations, or synchronize rules to GCP projects.

94 5d ago A 60 tokens original Apache-2.0

GoogleCloudPlatform/cxas-scrapi

Skill Claude CodeCodex

Author, validate, and manage Contact Center AI (CCAI) Insights Configurable Dashboards. Use when users want to define multi-tab analytics dashboards, configure Vega-Lite charts and SQL queries, maintain declarative dashboards.yaml configurations, or synchronize dashboards to GCP projects.

94 5d ago A 62 tokens original Apache-2.0

GoogleCloudPlatform/cxas-scrapi

Skill Claude CodeCodex

Automates the ingestion of customer requirement documents such as diagrams, BRDs, code etc., synthesizes high-fidelity natural transcripts, and compiles them into highly interactive, responsive Critical User Journey (CUJ) reports.

94 5d ago A 51 tokens original Apache-2.0

cuj_standardizer

68

GoogleCloudPlatform/cxas-scrapi

Agent Codex

during Phase 2, extracts and normalizes the Critical User Journey (CUJ) taxonomy fields, deduplicates overlapping categories, and grounds them in the high-level domain context.

94 5d ago A 0 tokens original Apache-2.0

expert_ingestor

70

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Analyzes a specific set of artifacts (e.g., Cyara test cases, Drawio diagrams, ADK code, DFCX declarative page packages) to recursively extract granular sub-intents and dialogue flows.

94 5d ago A 0 tokens original Apache-2.0

framework_detector

71

GoogleCloudPlatform/cxas-scrapi

Agent Codex

Perform an expert manual and tool-based architectural inspection of the target requirements directory (using your standard listdir, codesearch, or find tools to crawl the folder tree).

94 5d ago A 0 tokens original Apache-2.0