GCP Cloud Run
Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub.
When to Use
- Use this skill when the request clearly matches the capabilities and patterns described above.
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- Principles
- Patterns
- Cloud Run Service Pattern
- Structure
- Gcloud_deploy
- Cloud Run Functions Pattern
- Cold Start Optimization Pattern
- Enable Startup CPU Boost
- Set Minimum Instances
- Optimize Container Image
- Lazy Initialize Heavy Dependencies
- Increase Memory (More CPU)
- Optimization_impact
- Concurrency Configuration Pattern
- Understanding Concurrency
- Node.js Concurrency
- Python Concurrency with Gunicorn
- Concurrency_guidelines
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: gcp-cloud-run3description: Specialized skill for building production-ready serverless4license: MIT5---67# GCP Cloud Run89Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub.1011## When to Use12- Use this skill when the request clearly matches the capabilities and patterns described above.1314## Core Workflow151. Confirm the request matches this skill's trigger, scope, and risk profile.162. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.173. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.184. Apply only the relevant guidance instead of loading or repeating the entire reference by default.195. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2021## Topic Map22- Principles23- Patterns24- Cloud Run Service Pattern25- Structure26- Gcloud_deploy27- Cloud Run Functions Pattern28- Cold Start Optimization Pattern29- Enable Startup CPU Boost30- Set Minimum Instances31- Optimize Container Image32- Lazy Initialize Heavy Dependencies33- Increase Memory (More CPU)34- Optimization_impact35- Concurrency Configuration Pattern36- Understanding Concurrency37- Node.js Concurrency38- Python Concurrency with Gunicorn39- Concurrency_guidelines4041## Reference Map42- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.4344## Limitations45- Use this skill only when the task clearly matches the scope described above.46- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.47- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.4849## Progressive Loading50Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.