Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

devrel-demos

devrel-demos 收录了来自 GoogleCloudPlatform 的 50 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
50
Stars
337
更新
2026-07-17
Forks
167
职业覆盖
13 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

knowledge-catalog-governance
计算机系统分析师

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

2026-07-17
adding-easter-egg
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-07-15
messaging-game-over
软件开发工程师

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

2026-07-15
playing-the-game
软件开发工程师

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

2026-07-15
banana-bread
餐厅厨师

Focuses on on-demand recipe and detailed instructions for baking a perfect banana bread, including ingredient ratios, step-by-step baking workflow, and kitchen tools.

2026-07-01
cheese-bread
餐厅厨师

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

2026-07-01
drawings
纯艺术家(含画家、雕塑家与插画家)

Ultra-conservative preservation and restoration of sketches and line art.

2026-07-01
paintings
纯艺术家(含画家、雕塑家与插画家)

Restoration protocol for fine art paintings.

2026-07-01
photography
摄影师

Ultra-conservative preservation and restoration of historical and modern photographs.

2026-07-01
ping-pong-pairing
软件开发工程师

Enforces a strict, turn-based TDD ping-pong cycle by defining and orchestrating two specialized subagents (Player One and Player Two).

2026-06-24
auditing-parity
软件质量保证分析师与测试员

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

2026-04-30
orchestrating-greenfield-migration
项目管理专家

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

2026-04-30
adversarial-verification
软件质量保证分析师与测试员

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

2026-04-28
auditing-api-contracts
软件开发工程师

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

2026-04-28
auditing-business-logic
软件开发工程师

Analyzes authentication flows, authorization rules, middleware logic, and side-effects. Use when extracting business rules, Passport configurations, or mailer logic from an Express application.

2026-04-28
auditing-data-models
数据库架构师

Analyzes legacy ORM models (Mongoose, Sequelize) to extract schemas, validations, and relationships. Use when reverse-engineering a legacy data layer for a modern rewrite.

2026-04-28
auditing-ui-archeology
软件开发工程师

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

2026-04-28
generating-api-tests
软件质量保证分析师与测试员

Reads API_Contracts.md and generates failing Vitest integration tests for the expected Next.js Route Handlers. Use when generating API tests for TDD.

2026-04-28
generating-database-seeder
软件开发工程师

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

2026-04-28
scaffolding-api-routes
软件开发工程师

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

2026-04-28
scaffolding-data-layer
软件开发工程师

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

2026-04-28
scaffolding-nextjs-foundation
软件开发工程师

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

2026-04-28
scaffolding-test-foundation
软件质量保证分析师与测试员

Installs and configures Vitest for a modern Next.js Application. Use this for setting up the environment to run Vitest.

2026-04-28
scaffolding-ui-and-pages
网页开发工程师

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

2026-04-28
gcp-agent-eval-engine-runner
软件开发工程师

Boilerplate for a production evaluation runner that performs parallel inference, captures reasoning traces via SSE, and integrates with the Vertex AI Gen AI Evaluation service.

2026-03-11
gcp-agent-eval-metric-configurator
软件开发工程师

Provides templates for configuring Vertex AI Gen AI Evaluation metrics like GROUNDING, TOOL_USE_QUALITY, and ResponseMatch for specific agent domains.

2026-03-11
gcp-agent-shadow-deployer
网络与计算机系统管理员

Implements the "Dark Canary" pattern for Cloud Run, allowing agents to be evaluated in production without serving user traffic.

2026-03-11
gcp-agent-tool-trajectory-evaluator
软件开发工程师

Provides custom Python metrics for configuring Vertex AI Gen AI Evaluation to measure Trajectory Precision, Recall, and Order Match.

2026-03-11
adk-memory-bank-initializer
软件开发工程师

Helps developers implement the long-term memory layer by providing the boilerplate code for the VertexAiMemoryBankService and the save_session_to_memory_callback.

2026-03-11
agent-containerizer
软件开发工程师

Generates a standard Dockerfile that includes both Python and Node.js environments for AI agents.

2026-03-11
cloud-run-agent-architect
软件开发工程师

Automates the generation of Terraform files for a secure Cloud Run deployment of an AI agent.

2026-03-11
gcp-agent-golden-dataset-builder
数据科学家

Assists developers in collecting and structuring a library of diverse examples ("Golden Dataset") required for data-driven evaluation, including tool trajectories.

2026-03-11
gcp-agent-model-armor-shield
信息安全分析师

Configures Model Armor security policies (Prompt Injection, Jailbreak, RAI filters).

2026-03-11
gcp-agent-safety-gatekeeper
软件开发工程师

Implements the "Defense-in-Depth" integration pattern in Python (intercepting prompts, parsing filter results).

2026-03-11
当前展示该仓库 Top 40 / 50 个已收集 skills。