deploy-automation

Automate production deployment for template-driven projects across multiple platforms.

6|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/timequity/plugins --skill deploy-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-automation
Source: https://github.com/timequity/plugins/tree/main/vibe-coder/skills/deploy-automation
Command: npx skills add https://github.com/timequity/plugins --skill deploy-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables one-click deployment to production across multiple platforms, reducing manual steps and delivery time.

Core Features & Use Cases

  • Platform Templates: Vercel, Fly.io, Cloudflare Workers, Netlify templates.
  • Pre-Deploy Checks: Tests, environment variables, builds, and security checks.
  • Unified Deployment: A single command to trigger the correct deployment flow.

Quick Start

Say "deploy" to trigger the deployment workflow; the skill detects the template and runs the platform-specific commands (vercel for Next.js, fly deploy for FastAPI, wrangler for Hono, or netlify deploy for static sites).

Frequently Asked Questions about deploy-automation

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

FAQPage Schema
How do I automate deployment to production across multiple platforms?

Automate deployment by issuing a deploy command; the Skill detects your project template (Next.js, FastAPI, Hono, or static sites) and runs platform-specific steps for Vercel, Fly.io, Cloudflare Workers, or Netlify, handling environment variables, secrets, pre-deploy checks, and returning your production URL.

Can I deploy a Next.js app with Supabase to production automatically?

Yes. The Skill supports Next.js with Supabase templates, automating environment configuration, Dockerfile generation, Vercel deployment setup, and returning your live production URL in one command.

What pre-deploy checks does automated deployment include?

Pre-deploy checks run tests, validate environment variables, verify builds succeed, and perform security checks before pushing to production, reducing failed deployments and catching issues early.

Does this work with FastAPI and PostgreSQL backends?

Yes. The Skill covers FastAPI with PostgreSQL templates, automating environment setup, Dockerfile generation, Fly.io deployment, and secret management for backend services.

How do I deploy a static landing page to production?

Issue a deploy command; the Skill detects static site templates and runs Netlify deployment steps, handling environment configuration and returning your production URL automatically.

What happens if deployment fails—can I see the production URL?

Post-deploy URL retrieval only succeeds after deployment completes successfully; pre-deploy checks catch most failures beforehand, but if deployment fails, no production URL is returned until issues are resolved.