deploy-slawk

Automate Slawk deployment to Google Cloud Platform with Cloud Run and Cloud SQL.

285|42|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ncvgl/slawk --skill deploy-slawk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-slawk
Source: https://github.com/ncvgl/slawk/tree/main/.claude/skills/deploy-slawk
Command: npx skills add https://github.com/ncvgl/slawk --skill deploy-slawk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying Slawk to Google Cloud Platform is complex and error-prone, and this Skill provides a repeatable, automated deployment workflow.

Core Features & Use Cases

  • Automates multi-step deployment workflows to GCP including Cloud Run, Cloud SQL, Artifact Registry, and IAM bindings.
  • Provides guided first-deploy and redeploy paths with environment variable extraction and validation.
  • Supports safe seeding and rollback considerations for reliable production launches.

Quick Start

Run the guided deploy flow to provision resources and deploy Slawk to your chosen GCP project.

Frequently Asked Questions about deploy-slawk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deploying an application to Cloud Run and Cloud SQL on Google Cloud Platform?

Automating a Google Cloud Platform deployment to Cloud Run and Cloud SQL requires orchestrating infrastructure provisioning, service deployment, and IAM bindings. This Skill encodes that end-to-end workflow to ensure reproducible environments without manual multi-step errors.

What environment variables do I need to configure before deploying to Google Cloud Platform?

Before deploying to Google Cloud Platform, you must configure environment variables including DATABASE_URL, JWT_SECRET, GCS_BUCKET_NAME, and VAPID keys. The deployment workflow validates these requirements to perform safe launches.

Does the automated GCP deployment workflow require the gcloud CLI?

Yes, the automated GCP deployment workflow requires the gcloud CLI. It encodes requirements for tools and access permissions to provision resources across Cloud Run, Cloud SQL, and Artifact Registry safely.

Can I use this automated deployment process for both initial launches and redeployments?

Yes, the automated deployment process supports both first-deploy and redeploy scenarios. It provides guided paths with environment variable extraction and validation to ensure reproducible environments across repeated launches.

What is the best way to handle rollbacks when deploying to Cloud Run and Cloud SQL?

Handling rollbacks when deploying to Cloud Run and Cloud SQL is supported through safe rollback considerations built into the deployment workflow. This ensures reliable production launches and reproducible environments during redeployment scenarios.