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.
SKILL.md
When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads']
Dockerfile - Multi-stage build for smaller image FROM node:20-slim AS builder WORKDIR /app COPY package.json ./ RUN npm ci --only=production
Copy only production dependencies COPY --from=builder /app/nodemodules ./nodemodules COPY src ./src COPY package.json ./
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. Source: sebas-aikon-intelligence/antigravity-awesome-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/sebas-aikon-intelligence/antigravity-awesome-skills --skill gcp-cloud-run- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is 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. Source: sebas-aikon-intelligence/antigravity-awesome-skills.
How do I install gcp-cloud-run?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebas-aikon-intelligence/antigravity-awesome-skills --skill gcp-cloud-run Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/sebas-aikon-intelligence/antigravity-awesome-skills
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01