Skip to main content
Back to the directory
sickn33/antigravity-awesome-skillsSoftware EngineeringFrontend and Design

gcp-cloud-run

Production-ready serverless applications on GCP Cloud Run with containerized services and event-driven functions.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
800

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gcp-cloud-run
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, gcp-cloud-run has 800 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: sickn33/antigravity-awesome-skills. Canonical URL: https://skills.sh/sickn33/antigravity-awesome-skills/gcp-cloud-run.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-ready serverless applications on GCP Cloud Run with containerized services and event-driven functions. 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. Containerized web service on Cloud Run When to use : Web applications and APIs,Need any runtime or library,Complex services with multiple endpoints,Stateless containerized workloads project/ ├── Dockerfile ├── .dockerignore ├── src/ │ ├── index.js │ └── routes/ ├── package.json └── cloudbuild.yaml gcloud run deploy my-service --source . --region us-central1 --allow-unauthenticated --memory 512Mi --cpu 1 --min-instances 1 --max-instances 100 --concurrency 80 --cpu-boost Event-driven functions (formerly Cloud Functions) When to use : Simple event handlers,Pub/Sub message processing,Cloud Storage triggers,HTTP webhooks Minimize cold start latency for Cloud Run When to use : Latency-sensitive applications,User-facing APIs,High-traffic services Proper concurrency settings for Cloud Run When to use : Need to optimize instance utilization,Handle traffic spikes efficiently,Reduce cold starts Event-driven processing with Cloud Pub/Sub When to use : Asynchronous message processing,Decoupled microservices,Event-driven architecture Connect Cloud Run to...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gcp-cloud-run do?

Production-ready serverless applications on GCP Cloud Run with containerized services and event-driven functions.

Is gcp-cloud-run good?

gcp-cloud-run does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support gcp-cloud-run?

gcp-cloud-run currently lists compatibility with Skills CLI.

Is gcp-cloud-run safe to install?

gcp-cloud-run has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to gcp-cloud-run?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install gcp-cloud-run?

Run the following command to install gcp-cloud-run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gcp-cloud-run

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering