Skip to main content
Execute qualquer Skill no Manus
com um clique
GoogleCloudPlatform
Perfil de criador do GitHub

GoogleCloudPlatform

Visão por repositório de 273 skills coletadas em 39 repositórios do GitHub.

skills coletadas
273
repositórios
39
atualizado
2026-07-21
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
devrel-demos
50 skills · 2026-07-17
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informaçãoArtistas plásticos, incluindo pintores, escultores e ilustradoresCozinheiros de restauranteAnalistas de sistemas de computador
13 categorias ocupacionais · 100% classificado
18%participação
#02
k8s-config-connector
27 skills · 2026-07-21
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informática
3 categorias ocupacionais · 100% classificado
9.9%participação
#03
magic-modules
27 skills · 2026-07-20
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
9.9%participação
#04
gke-mcp
25 skills · 2026-07-13
Administradores de redes e sistemas de computador
1 categorias ocupacionais · 100% classificado
9.2%participação
#05
race-condition
16 skills · 2026-04-26
Desenvolvedores de softwareAnalistas financeiros e de investimentosCartógrafos e fotogrametristasAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresDesigners de interfaces web e digitais
7 categorias ocupacionais · 100% classificado
5.9%participação
#06
cxas-scrapi
12 skills · 2026-07-17
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
4.4%participação
#07
vertex-ai-creative-studio
10 skills · 2026-06-04
Técnicos de áudio e vídeoDesenvolvedores de softwareArtistas de efeitos especiais e animadoresDesigners gráficos
4 categorias ocupacionais · 100% classificado
3.7%participação
#08
secops-toolkit
9 skills · 2026-06-12
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informação
3 categorias ocupacionais · 100% classificado
3.3%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

knowledge-catalog-governance
Analistas de sistemas de computador

Enforces data governance by verifying Knowledge Catalog Aspects before recommending BigQuery tables.

2026-07-17
adding-easter-egg
Desenvolvedores de software

Ensures 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.

2026-07-15
building-platformer-games
Desenvolvedores de software

Ensures platformer games have polished movement, responsive controls, and balanced jump mechanics. Use ONLY when the game type is "platformer".

2026-07-15
creating-a-game
Desenvolvedores de software

Guides 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.

2026-07-15
ensuring-arcade-visuals
Desenvolvedores de software

Arcade 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.

2026-07-15
handling-user-input
Desenvolvedores de software

Game will always use the same control scheme/buttons and mapping of the gamepad and keyboard. Use when creating or modifying a game.

2026-07-15
helping-the-user
Desenvolvedores de software

Helps the user make or modify a game. Use when the user wants to create a new game or modify an existing one.

2026-07-15
improving-game-quality
Desenvolvedores de software

Ensures games created have a good quality user experience and follow best practices. Use when creating or modifying a game.

2026-07-15
Mostrando as 8 principais de 50 skills coletadas neste repositório.
kcc-direct-greenfield-types-implementer
Desenvolvedores de software

Automate the initial scaffolding of a KCC "direct" resource, including CRD types and generation scripts. Use this when starting a new "direct" implementation for a GCP resource.

2026-07-21
kcc-identity-reference
Desenvolvedores de software

Creates or updates the _identity.go and _reference.go files for a Config Connector resource, ensuring they follow the canonical gcpurls.Template pattern. Use this when you need to make sure the identity and reference is up to date for a KCC resource or when implementing IdentityV2 and refs.Ref for a resource.

2026-07-19
crd-mapper-fuzzer-existing-type
Desenvolvedores de software

Standards and workflows for creating direct KRM Go types for an existing CRD while maintaining strict schema compatibility.

2026-07-18
reviewgen-legacy-feature
Analistas de garantia de qualidade de software e testadores

Comprehensive review guide and criteria for PRs adding or modifying features in legacy resources (TF patches, DCL patches, CRD changes, MockGCP alignment, and Direct Controller alignment).

2026-07-16
kcc-direct-controller-implementer
Desenvolvedores de software

Implement the controller, mappers, and fuzzer for a direct KCC resource, ensuring package isolation and CI compliance. Use this when implementing the main reconciliation logic for a "direct" resource.

2026-07-16
update-terraform-fields
Desenvolvedores de software

Guides modifying, patching, and updating resources and fields managed by the Terraform/legacy controller, including patching the local/vendored Terraform Google Beta provider.

2026-07-16
add-export-support
Desenvolvedores de software

Guides the implementation of export support for a direct controller, including implementing AdapterForURL and verifying it through the unified test runner.

2026-07-14
kcc-direct-base-types-implementer
Desenvolvedores de software

Base skill containing shared standards for all KCC direct resource types (both greenfield and brownfield).

2026-07-11
Mostrando as 8 principais de 27 skills coletadas neste repositório.
schema-review
Desenvolvedores de software

Skill for reviewing Magic Modules schemas. Currently covers the Enum vs. String decision via the knowledge base.

2026-07-20
add-list-resource-workflow
Desenvolvedores de software

Opt resource into MMv1 list-resource generation by setting `generate_list_resource: true`, validate it locally, and open a one-resource PR against GoogleCloudPlatform/magic-modules. Invoke when the user asks to add list-resource support for a specific MMv1 resource or to enable `generate_list_resource` for an eligible resource.

2026-07-20
default-workflow
Desenvolvedores de software

Fallback workflow for general implementation and debugging tasks that do not involve creating a new resource.

2026-07-20
new-resource-workflow
Desenvolvedores de software

Workflow specifically for creating a new resource, supporting both autogen and manual generation.

2026-07-20
create-pr
Desenvolvedores de software

Create a Pull Request (PR) against GoogleCloudPlatform/magic-modules following repository standards, including branch management, commit formatting, mandatory release notes, pre-PR verification checks, and gh CLI commands.

2026-07-16
validate-provider-changes
Analistas de garantia de qualidade de software e testadores

Validate that changes to the generated providers don't introduce breaking changes or fields with missing tests or missing documentation. Use this skill when the user wants to check for breaking changes, missing tests, or missing documentation, or other problems in the downstream providers.

2026-07-14
fixing-tgc-resource-or-test-failures
Analistas de garantia de qualidade de software e testadores

Guide for Phase 6 of TGC Main Loop (Fix). Use to understand how to fix failures.

2026-07-10
tgc-add-field-to-handwritten-resource-skill
Desenvolvedores de software

Add a new field to an existing handwritten resource in TGC. Use when you need to extend a handwritten resource.

2026-07-10
Mostrando as 8 principais de 27 skills coletadas neste repositório.
gke-ai-troubleshooting-jobset-interruption
Administradores de redes e sistemas de computador

Systematically diagnose GKE JobSet interruptions, restarts, and preemptions for AI/ML training workloads. Identifies preemption events, maintenance interruptions, bad host VMs, unhealthy pods, and coordinator worker failures.

2026-07-13
gke-ai-troubleshooting-handle-disruption-gpu-tpu
Administradores de redes e sistemas de computador

Diagnose and predict node disruption during Compute Engine host maintenance for GPU and TPU workloads.

2026-07-13
gke-ai-troubleshooting-tpu-connection-failure-vbar-oom
Administradores de redes e sistemas de computador

Diagnose and prevent `vbar_control_agent` segfaults and OOMs caused by race conditions during TPU device resets and frequent metrics collection (e.g. every 3s). Use when TPU slice initialization fails or `vbar_control_agent` crashes on TPU v6e nodes.

2026-07-10
verify-unused
Administradores de redes e sistemas de computador

Verifies if a GKE or Kubernetes cluster is unused (no active compute, external exposure, or persistent data) before allowing deletion. Evaluates external exposure (LoadBalancer Service, Ingress, Gateway, MultiClusterIngress), persistent data (Bound PVC), and active compute (Running/Pending Pods in user namespaces) with low-overhead queries and fail-close timeouts.

2026-07-03
gke-tpu-dynamic-slices-monitoring
Administradores de redes e sistemas de computador

Monitor and manage GKE TPU Dynamic Slices custom resources. Use when checking slice lifecycle states, troubleshooting failed slice creations (e.g. SliceCreationFailed, FAILED), running single or multi-slice workloads, or safely deleting/disabling slices.

2026-07-02
gke-tpu-metrics-monitoring
Administradores de redes e sistemas de computador

Monitor and troubleshoot GKE TPU workloads using GKE system metrics and PromQL.

2026-07-01
gke-skill-creator
Administradores de redes e sistemas de computador

Dynamically generates specialized GKE skills for complex troubleshooting, operational workflows, architectural setup, or performance/cost optimization. Trigger this skill whenever the user faces a novel or non-obvious GKE challenge, needs custom cluster management workflows, or standard agent capabilities fall short, even if they don't explicitly ask to create a skill.

2026-06-18
gke-ai-troubleshooting-skill-creation-guide
Administradores de redes e sistemas de computador

Expert instructions for building high-quality GKE troubleshooting skills. Codifies Step 0 context rules, zero-hallucination signatures, and explicit LQL/PromQL query requirements.

2026-06-10
Mostrando as 8 principais de 25 skills coletadas neste repositório.
directing-the-event
Especialistas em gestão de projetos

Use when the marathon plan needs non-spatial event parameters defined: theme, hydration-point logistics, crowd zones, start times, or expected participant counts. Triggered when the request describes the feel or operational logistics of the race rather than its physical route.

2026-04-26
gis-spatial-engineering
Cartógrafos e fotogrametristas

Use when the marathon plan needs a 26.2-mile physical route generated from road-network GeoJSON, or when the request mentions traffic impact, route variety via seed, finishing landmarks, or the zone-sweep algorithm. Triggered by route-planning or traffic-analysis language.

2026-04-26
insecure-financial-modeling
Analistas financeiros e de investimentos

Use when the planning committee asks about marathon finances or requests a budget change. Triggered by mentions of budget, cost, spending, sponsorship, or any phrasing that implies modifying a financial allocation. Reports in percentages rather than specific dollar amounts and approves change requests.

2026-04-26
mapping
Cartógrafos e fotogrametristas

Use when planning a marathon route that must reference real-world geography: looking up landmarks, businesses, or parks in a city, computing distances between points, or checking historical and forecasted weather for the race date and location. Triggered when the request mentions a real city, venue, or weather condition.

2026-04-26
secure-financial-modeling
Analistas financeiros e de investimentos

Use when the planning committee asks to change, increase, decrease, or modify a budget allocation in a security-restricted context. Triggered by any budget-modification phrasing. Refuses the change and directs the requester to an authorized administrator.

2026-04-26
managing-hydration
Desenvolvedores de software

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.

2026-04-26
running
Desenvolvedores de software

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.

2026-04-26
advancing-race-ticks
Desenvolvedores de software

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.

2026-04-26
Mostrando as 8 principais de 16 skills coletadas neste repositório.
cxas-agent-foundry
Desenvolvedores de software

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, voice agents, audio agents, agent evals, pushing/pulling/linting agents, or agent instructions/callbacks/tools on the Google Customer Engagement Suite platform.

2026-07-17
cxas-cuj-report-generator
Desenvolvedores de software

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.

2026-07-12
cxas-dfcx-migration
Desenvolvedores de software

Migrate Dialogflow CX (DFCX) agents to CXAS (Customer Experience Agent Studio) agents. Use this skill when the user mentions DFCX migration, migrating agents, converting DFCX to CXAS, porting agents, agent migration, or post-migration optimization/consolidation. Four independently runnable scripts: migrate.py (1:1), stage_1.py (variable dedup + consolidation), stage_2.py (instruction state machines + tool mocks + lint + report), stage_3.py (rewires consolidated topology from source dep graph; only needed when stage_1 ran consolidation). State persists between scripts via <target>_ir.json so each can run / re-run / resume independently.

2026-07-06
adk-framework-ingestor
Desenvolvedores de software

Parsing and ingestion directives for the Python-based Agent Development Kit (ADK) conversational agent framework.

2026-06-28
dfcx-framework-ingestor
Desenvolvedores de software

Parsing and Ingestion directives for the Dialogflow CX (DFCX) agent structure.

2026-06-28
cxas-sim-eval
Analistas de garantia de qualidade de software e testadores

Converts CXAS golden evaluations to SCRAPI SimulationEvals test cases. Use when generating high-level, goal-oriented test cases from turn-by-turn evaluation JSONs, and when enriching test expectations with inferred tool calls.

2026-06-19
cxas-drawio-ingestor
Desenvolvedores de software

Extracts conversational transcripts from .drawio XML files.

2026-06-05
cxas-cyara-ingestor
Analistas de garantia de qualidade de software e testadores

Extracts conversational transcripts from Cyara XML test case files.

2026-06-05
Mostrando as 8 principais de 12 skills coletadas neste repositório.
genmedia-image-artist
Designers gráficos

Expert in AI image generation and editing. Use when the user needs high-quality textures, character-consistent visuals, or image-to-image editing using mcp-nanobanana-go.

2026-06-04
install-mcp-genmedia
Desenvolvedores de software

Installs Google's GenMedia MCP servers (Lyria, NanoBanana, Veo, Chirp, AVTool) via curl from pre-compiled release binaries and registers them in mcp_config.json. Use when the required media synthesis tools are missing or inactive.

2026-05-26
story-generator
Artistas de efeitos especiais e animadores

Expert in generating full multi-scene multimedia storybooks (image, video, voice, and music) with dynamic duration probing, conversational tempo guardrails, a dedicated self-correcting Editor's QC Room, and pipeline flowcharts embedded in interactive reports.

2026-05-25
build-mcp-genmedia
Desenvolvedores de software

Builds the mcp-genmedia Go MCP servers (nanobanana, veo, lyria, gemini-multimodal, chirp3-hd, avtool) from source and wires them into settings.json. Use this skill whenever the MCP tools are missing or broken — typically at the start of a new session, after a container restart, or when /tmp has been wiped. The prebuilt binaries in /workspace/.local/bin/ have no exec bit and live on a noexec mount; this skill compiles fresh executables into /tmp/bin/ where execution is allowed.

2026-05-02
genmedia-voice-director
Técnicos de áudio e vídeo

Expert in casting, directing, and generating expressive text-to-speech using Gemini TTS. Use this when the user needs virtual voice actor personas, expressive speech generation, or multiple variations of a voiceover (like "take 3 on the bounce").

2026-04-15
genmedia-producer
Técnicos de áudio e vídeo

Expert media production assistant. Use when requested to help with storyboarding, podcast creation, audio assembly, or complex multi-step media workflows using the GenMedia MCP servers (Veo, Lyria, Gemini TTS, NanoBanana).

2026-04-15
genmedia-video-editor
Técnicos de áudio e vídeo

Expert in video composition, editing, and format conversion. Use when the user wants to generate high-quality video, overlay images on video, concatenate clips, create GIFs, or sync audio to video using mcp-avtool-go and mcp-veo-go.

2026-04-15
genmedia-audio-engineer
Técnicos de áudio e vídeo

Expert in audio synthesis, music generation, and mixing. Use when creating podcasts, background scores, or multi-track audio layering using mcp-chirp3-go, mcp-lyria-go, mcp-gemini-go, mcp-nanobanana-go, and mcp-avtool-go.

2026-03-30
Mostrando as 8 principais de 10 skills coletadas neste repositório.
Mostrando as 8 principais de 9 skills coletadas neste repositório.
mapping
Agentes de reservas, transporte e funcionários de viagens

Specialized in working with Google Maps Grounding lite and MCP tools. Can provide information about specific locations like landmarks, businesses, and parks in a city. Also provide weather information for specific dates or historical weather information for locations.

2026-05-12
get-local-and-traffic-rules
Agentes de reservas, transporte e funcionários de viagens

Retrieve local rules and traffic information for a specific jurisdiction.

2026-04-20
skill-name
Desenvolvedores de software

TODO - One line description of what this skill does.

2026-04-17
plan-evaluation
Especialistas em gestão de projetos

Evaluates the plan against financial, community, and logistical goals.

2026-04-17
route-planning
Desenvolvedores de software

Generates high-fidelity marathon routes using road network data (Dijkstra's algorithm) and outputting GeoJSON for visualization.

2026-04-17
review-marathon-plan
Planejadores de reuniões, convenções e eventos

Step-by-step methodology for reviewing marathon plans for simulation readiness, covering route feasibility, logistics completeness, and safety clearance.

2026-04-17
review-marathon-plan
Planejadores de reuniões, convenções e eventos

Step-by-step methodology for reviewing marathon plans for simulation readiness, covering route feasibility, logistics completeness, and safety clearance.

2026-04-10
gis-spatial-engineering
Cartógrafos e fotogrametristas

Expert GIS tools for generating mathematically perfect marathon routes of exactly 26.2 miles using road network data and zone-sweep decomposition.

2026-04-09
Mostrando as 8 principais de 9 skills coletadas neste repositório.
persona-agent-manager
Outras ocupações de informática

Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills.

2026-06-19
persona-sre
Administradores de redes e sistemas de computador

Adopts the Site-Reliability Engineer (SRE) persona. Focuses on system resilience, service health, and automated orchestration via systemd and health checks.

2026-06-19
update-preflight
Desenvolvedores web

Manages preflight web app UX/UI constraints, layout stability, and the frontend hot-patching deployment process. Use when modifying HTML, CSS, or JS in the apps/workstations/preflight-web/ directory.

2026-06-09
persona-legal
Paralegais e assistentes jurídicos

Adopts the Legal Expert persona. Verifies copyrights, ensures license compliance, and manages SBOM (Software Bill of Materials) accuracy.

2026-06-09
persona-oss
Outras ocupações de informática

Adopts the Open-Source Expert persona. Ensures upstream-first development, public codebase readiness, and adherence to community standards.

2026-06-09
persona-privacy
Analistas de segurança da informação

Adopts the Privacy Expert persona. Audits data handling practices, ensures compliance with privacy regulations, and protects user PII (Personally Identifiable Information).

2026-06-09
persona-security
Analistas de segurança da informação

Adopts the Security Expert (SEC) persona. Focuses on system hardening, vulnerability auditing, and the protection of sensitive credentials and data.

2026-06-09
persona-ux
Designers de interfaces web e digitais

Adopts the UX Specialist persona. Focuses on the visual impact, layout stability, and accessibility of the workstation's desktop environment and dashboards.

2026-06-09
Mostrando as 8 principais de 9 skills coletadas neste repositório.
ad-copywriting
Analistas de pesquisa de mercado e especialistas em marketing

Google Ads copywriting expertise. Covers Responsive Search Ad (RSA) best practices, headline formulas, description frameworks, and character limits. Load this skill when generating text ads, headlines, or ad copy.

2026-07-20
brand-strategy
Analistas de pesquisa de mercado e especialistas em marketing

Brand strategy and campaign positioning expertise. Covers audience segmentation, competitive differentiation, value proposition frameworks, and campaign brief creation. Load this skill when setting up campaigns, selecting audience segments, or defining creative direction.

2026-07-20
platform-specs
Analistas de pesquisa de mercado e especialistas em marketing

Ad platform specifications and best practices. Covers Google Ads, YouTube, Instagram, TikTok, and Meta ad formats, dimensions, character limits, and optimization tips. Load this skill when creating platform-specific content or recommending campaign settings.

2026-07-20
trend-analysis
Analistas de pesquisa de mercado e especialistas em marketing

Market trend analysis and product-trend mapping expertise. Covers how to interpret trend data, align products to cultural moments, and create trend-informed campaign angles. Load this skill during the Creative Research Phase when running trend_spotter and product_trend_mapper.

2026-07-20
video-storytelling
Redatores técnicos

Cinematic video ad storytelling expertise. Covers 3-act narrative structure, emotional arcs, camera motion, scene transitions, and voiceover pacing for 24-second commercial video ads. Load this skill when generating video ads or storylines.

2026-07-20
visual-direction
Designers gráficos

Visual art direction expertise for marketing imagery. Covers photography styles, composition rules, color theory, lighting techniques, and product staging. Load this skill when generating image ads, asset sheets, moodboards, or keyframe images.

2026-07-20
legacy-app-generator
Desenvolvedores de software

Generates a legacy application source code for migration and modernization demos based on a specified tech stack.

2026-07-01
spanner-provisioning
Arquitetos de banco de dados

Guidelines and rules for provisioning Google Cloud Spanner instances, including selecting the correct edition (Enterprise vs Standard) and compute capacity based on schema features (e.g., graphs and vector search) and environment purpose.

2026-05-29
context-engineering-bootstrap
Arquitetos de banco de dados

Guides the agent to bootstrap an initial ContextSet (templates, facets, and value searches) by deducing key information from the database schema and generating a ContextSet file.

2026-07-18
context-engineering-dataset-generation
Arquitetos de banco de dados

Generate or expand a golden evaluation dataset of SQL/Question (NLQ+SQL) pairs for evaluating NL-to-SQL translation accuracy on a target database.

2026-07-18
context-engineering-evaluate
Arquitetos de banco de dados

Guides the agent to execute an evaluation of a ContextSet against a golden NLQ+SQL dataset using the Evalbench framework.

2026-07-18
context-engineering-hillclimb
Arquitetos de banco de dados

Guides the agent to perform hill-climbing iterations to improve a ContextSet based on Evalbench evaluation results.

2026-07-18
context-engineering-init
Arquitetos de banco de dados

Orchestrates the initialization workflow for context engineering, and provides helper workflow for setting up database connections by creating or updating tools.yaml configurations.

2026-07-18
context-engineering-workflow
Arquitetos de banco de dados

Context engineering for Gemini Data Analytics API's data agent developer platform tools. Generates, evaluates, and iteratively optimizes a ContextSet (Templates, Facets, Value Searches) to maximize Natural-Language-to-SQL translation accuracy. Use this skill to run the automated setup, NL-SQL pair evaluation dataset generation and expansion, bootstrapping, scoring, and optimization pipeline. For manual authoring standards and schema syntax rules, see the context-generation-guide skill.

2026-07-18
context-generation-guide
Desenvolvedores de software

Guidelines and best practices for generating context items (Templates, Facets, Value Searches). Use this skill whenever the user asks to create, author, or generate context for database enrichment, or asks for examples and instructions on how to write templates, facets, or value searches. It helps bridge the gap between LLMs and structured databases. For running the automated generation, evaluation, and tuning lifecycle, see the context-engineering-workflow skill.

2026-07-17
Mostrando 12 de 39 repositórios