·gcp-cloud-run
</>

gcp-cloud-run

sickn33/antigravity-awesome-skills

GCP 上で本番環境に対応したサーバーレス アプリケーションを構築するための専門スキル。 Cloud Run サービス(コンテナ化)、Cloud Run Functions(イベント ドリブン)、コールド スタートの最適化、Pub/Sub を使用したイベント ドリブン アーキテクチャについて説明します。

287インストール·8トレンド·@sickn33

インストール

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gcp-cloud-run

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

GCP 上で本番環境に対応したサーバーレス アプリケーションを構築するための専門スキル。 Cloud Run サービス(コンテナ化)、Cloud Run Functions(イベント ドリブン)、コールド スタートの最適化、Pub/Sub を使用したイベント ドリブン アーキテクチャについて説明します。 ソース: sickn33/antigravity-awesome-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gcp-cloud-run
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

gcp-cloud-run とは?

GCP 上で本番環境に対応したサーバーレス アプリケーションを構築するための専門スキル。 Cloud Run サービス(コンテナ化)、Cloud Run Functions(イベント ドリブン)、コールド スタートの最適化、Pub/Sub を使用したイベント ドリブン アーキテクチャについて説明します。 ソース: sickn33/antigravity-awesome-skills。

gcp-cloud-run のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gcp-cloud-run インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/sickn33/antigravity-awesome-skills