GoogleCloudPlatform
- 264 skills
- 0 followers
- 8 hours ago last updated
- ▌ Test Monitor Workflow · googlecloudplatformWorkflow for fetching, triaging, analyzing, and reporting on nightly acceptance test results across Beta and GA Google Cloud Terraform providers.
- ▌ Verify API Schema · googlecloudplatformVerify if an MMv1 YAML property matches the live GCP REST API JSON payload using the Discovery Documents.
- ▌ Run Pre Gen Checks · googlecloudplatform bundleRun fast static checks that don't require generating downstreams, including git submodule verification, gofmt formatting, YAML linting, template validation (version-guard and unused-tmpl), mmv1 core unit tests, internal tool unit tests, and .ci/magician unit tests. Use this skill as a fast initial check for any changes.
- ▌ QA Test Runner · googlecloudplatformTriggers the QA Test Runner subagent to reproduce failures and interpret logs.
- ▌ Check Sync Provider · googlecloudplatformChecks if the downstream provider repository is aligned with the correct Magic Modules base commit.
- ▌ Intake Test Failure · googlecloudplatformProcess raw failure info (GitHub issue URL, direct prompt text, GCS debug log links, or local logs) and normalize it into a clean failure payload for test fixing.
- ▌ Prepare Release Workflow · googlecloudplatformPrepare and cut weekly releases for both terraform-provider-google (TPG) and terraform-provider-google-beta (TPGB).
- ▌ Ping Pong Pairing · googlecloudplatformEnforces a strict, turn-based TDD ping-pong cycle by defining and orchestrating two specialized subagents (Player One and Player Two).
- ▌ Go Project Setup · googlecloudplatform bundleStandardized setup for new Go (Golang) projects and services. Activate to ensure clean, idiomatic project structures (Standard Layout) and implement production-ready patterns (graceful shutdown, package separation) from day one.
- ▌ Video Description · googlecloudplatform bundleGenerates optimized descriptions for video platforms from transcripts and supplementary material. Use when the user asks for a video description or provides a transcript for video preparation.
- ▌ Latest Software Version · googlecloudplatform bundleReal-time source of truth for software and model versions. Activate when adding dependencies, installing packages, or identifying Gemini model names. Bypasses internal knowledge cutoffs by querying live registries (NPM, PyPI, Go Proxy) and official documentation.
- ▌ Go Reviewer · googlecloudplatformExpert code reviewer focusing on idiomatic Go, concurrency safety, and clean code principles. Activates for "review", "idiomatic", "refactor".
- ▌ Go Architect · googlecloudplatformExpert in Go project scaffolding, standard layout compliance, and dependency management. Activates for "new project", "structure", "layout".
- ▌ Go Backend Dev · googlecloudplatformSpecialist in implementing robust HTTP services and APIs in Go. Activates for "endpoint", "handler", "API", "server".
- ▌ Go Test Expert · googlecloudplatformExpert in Go testing patterns, table-driven tests, httptest, benchmarking, and fuzzing. Activates for "test", "fail", "benchmark", "debug", "fuzz".
- ▌ Agent Containerizer · googlecloudplatform bundleGenerates a standard Dockerfile that includes both Python and Node.js environments for AI agents.
- ▌ Making Forms Demo · googlecloudplatformInterviews the user for critical implementation details needed to generate a Web Form. Manages FORM namespace in `user_prefs.json`. Use when making Web Forms.
- ▌ Drawings · googlecloudplatformUltra-conservative preservation and restoration of sketches and line art.
- ▌ MCP Connector Generator · googlecloudplatform bundleScaffolds the McpToolset connection logic for standard servers (Reddit, Google Docs) or custom local Python scripts.
- ▌
- ▌ Cloud Run Agent Architect · googlecloudplatform bundleAutomates the generation of Terraform files for a secure Cloud Run deployment of an AI agent.
- ▌ GCP Agent Shadow Deployer · googlecloudplatform bundleImplements the "Dark Canary" pattern for Cloud Run, allowing agents to be evaluated in production without serving user traffic.
- ▌ Photography · googlecloudplatformUltra-conservative preservation and restoration of historical and modern photographs.
- ▌ Banana Bread · googlecloudplatformFocuses on on-demand recipe and detailed instructions for baking a perfect banana bread, including ingredient ratios, step-by-step baking workflow, and kitchen tools.
- ▌ Cheese Bread · googlecloudplatformFocuses on on-demand recipe and detailed instructions for baking delicious cheese bread (Pão de Queijo style or similar), detailing ingredient ratios, baking temperature, and step-by-step techniques.
- ▌ Generating Mock Images · googlecloudplatformGenerates mock flower and plant images for an e-commerce website, presenting them for user review. Use when generating mock product images for flower and plant stores or managing generated mock image assets.
- ▌ Adk Memory Bank Initializer · googlecloudplatform bundleHelps developers implement the long-term memory layer by providing the boilerplate code for the VertexAiMemoryBankService and the save_session_to_memory_callback.
- ▌ GCP Agent Safety Gatekeeper · googlecloudplatform bundleImplements the "Defense-in-Depth" integration pattern in Python (intercepting prompts, parsing filter results).
- ▌ Auditing Parity · googlecloudplatformCompares a modernized Next.js application against its legacy Express counterpart using runtime side-by-side verification. Use when ensuring functional and business logic parity between two systems.
- ▌ GCP Agent Eval Engine Runner · googlecloudplatform bundleBoilerplate for a production evaluation runner that performs parallel inference, captures reasoning traces via SSE, and integrates with the Vertex AI Gen AI Evaluation service.
- ▌ GCP Agent Model Armor Shield · googlecloudplatform bundleConfigures Model Armor security policies (Prompt Injection, Jailbreak, RAI filters).
- ▌ Circuit Breaker Reporter · googlecloudplatformOrchestrates parallel worker subagents with real-time telemetry reporting and automated hard circuit-breaking via manage_subagents upon fatal worker errors.
- ▌ GCP Production Secret Handler · googlecloudplatform bundleImplements the "in-memory only" secret pattern for Google Cloud production agents.
- ▌ GCP Agent Sdp Template Factory · googlecloudplatform bundleStandardizes the creation of Sensitive Data Protection (DLP) templates for PII and credential redaction.
- ▌ Creating A Game · googlecloudplatformGuides the creation of a new game and is the high-level orchestrator skill that MUST be invoked first. Use when tasked with creating a new game.
- ▌ Helping The User · googlecloudplatformHelps the user make or modify a game. Use when the user wants to create a new game or modify an existing one.
- ▌ Playing The Game · googlecloudplatformStarts the local Vite server for the game and loads the game into a Chrome browser so the user can play it. Use when the user wants to test changes or play the game.
- ▌ Batch Executing Test Suites · googlecloudplatformOrchestrates parallel test suite execution across isolated workspace branches by registering a custom test_suite_runner subagent via define_subagent and dispatching parallel workers via invoke_subagent. Use when batch executing test suites and analyzing test failures.
- ▌ GCP Agent Golden Dataset Builder · googlecloudplatform bundleAssists developers in collecting and structuring a library of diverse examples ("Golden Dataset") required for data-driven evaluation, including tool trajectories.
- ▌ Adding Easter Egg · googlecloudplatformEnsures the game has a fun easter egg that turns the screen black and white, sepia or gameboy monotone colours. Use when creating or modifying a game.
- ▌ Auditing Data Models · googlecloudplatformAnalyzes legacy ORM models (Mongoose, Sequelize) to extract schemas, validations, and relationships. Use when reverse-engineering a legacy data layer for a modern rewrite.
- ▌ Generating API Tests · googlecloudplatformReads API_Contracts.md and generates failing Vitest integration tests for the expected Next.js Route Handlers. Use when generating API tests for TDD.
- ▌ Multi Step Workflow Reporter · googlecloudplatformOrchestrates parallel worker subagents executing a 4-step workflow, streaming mid-flight milestone progress reports back to the parent orchestrator via send_message. Use when running multi-step pipeline tasks with live progress reporting.
- ▌ GCP Agent Eval Metric Configurator · googlecloudplatform bundleProvides templates for configuring Vertex AI Gen AI Evaluation metrics like GROUNDING, TOOL_USE_QUALITY, and ResponseMatch for specific agent domains.
- ▌ Handling User Input · googlecloudplatformGame will always use the same control scheme/buttons and mapping of the gamepad and keyboard. Use when creating or modifying a game.
- ▌ Messaging Game Over · googlecloudplatformEnsures games created have a lose condition and send a message to the parent iframe in a standardized manner. Use when creating or modifying a game.
- ▌ Auditing API Contracts · googlecloudplatformAnalyzes Express route definitions and controller logic to document API endpoints, payloads, and response structures. Use when reverse-engineering an existing Express application's API surface.
- ▌ Auditing UI Archeology · googlecloudplatformAnalyzes legacy UI templates (Pug, EJS, HTML) to extract a comprehensive inventory of components, layouts, and conditional logic. Use when reverse-engineering a legacy frontend for a modern rewrite.
- ▌ Scaffolding API Routes · googlecloudplatformReads API_Contracts.md artifacts and rebuilds the legacy Express routes as modern Next.js Route Handlers or Server Actions. Use when following a legacy audit artifact to scaffold out a new Express API routes.
- ▌ Scaffolding Data Layer · googlecloudplatformReads Data_Models.md artifacts and generates the equivalent modern ORM schema or native MongoDB/Zod layer. Use when following a legacy audit artifact to scaffold out the data access layer for a Next.js app.
- ▌ GCP Agent Tool Trajectory Evaluator · googlecloudplatform bundleProvides custom Python metrics for configuring Vertex AI Gen AI Evaluation to measure Trajectory Precision, Recall, and Order Match.
- ▌ Auditing Business Logic · googlecloudplatformAnalyzes authentication flows, authorization rules, middleware logic, and side-effects. Use when extracting business rules, Passport configurations, or mailer logic from an Express application.
- ▌ Adversarial Verification · googlecloudplatformSystematically probe a modernized Next.js application for logic flaws, security vulnerabilities, or missing features. Use this to find bugs or cases where the migration failed to match legacy behavior.
- ▌ Scaffolding UI And Pages · googlecloudplatformTranslates a UI_Component_Inventory.md artifact into modern ShadCN + Tailwind components AND fully scaffolded Next.js pages. Use when building the frontend design system and routing infrastructure.
- ▌ Improving Game Quality · googlecloudplatformEnsures games created have a good quality user experience and follow best practices. Use when creating or modifying a game.
- ▌ Ensuring Arcade Visuals · googlecloudplatformArcade game must have a retro asthetic. Use when creating or modifying a game to ensure that the game looks retro and maintains a consistent look and feel with all games.
- ▌ Generating Database Seeder · googlecloudplatformGenerates and executes a database seeder script to populate MongoDB with sample data based on modern Zod schemas. Use this to prepare an environment for functional parity testing.
- ▌ Scaffolding Test Foundation · googlecloudplatformInstalls and configures Vitest for a modern Next.js Application. Use this for setting up the environment to run Vitest.
- ▌ Building Platformer Games · googlecloudplatformEnsures platformer games have polished movement, responsive controls, and balanced jump mechanics. Use ONLY when the game type is "platformer".
- ▌ Scaffolding Nextjs Foundation · googlecloudplatformGenerates a new Next.js application with Tailwind, TypeScript, and modern dependencies based on audit specifications. Use when beginning the scaffolding phase of a greenfield codebase rewrite.
- ▌ Knowledge Catalog Governance · googlecloudplatformEnforces data governance by verifying Knowledge Catalog Aspects before recommending BigQuery tables.
- ▌ Orchestrating Greenfield Migration · googlecloudplatform bundleManages the end-to-end modernization of legacy Express monoliths into Next.js architectures. Orchestrates subagents for auditing, scaffolding, and verification. Use when starting or managing a greenfield rewrite project.
- ▌ Knowledge Catalog Discovery Agent · googlecloudplatform bundleAnalyzes user queries, extracts relevant predicates, and utilizes Knowledge Catalog Search to find and rank the most relevant data entries. Engages with the user throughout the process.
- ▌ Kb Search · googlecloudplatformAllows listing, searching and extracting information from local knowledge base documents for information about tables