deploy

Deploy the Second Turn Games application to Vercel with pre-flight checks.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/aigars-stg/stg-mvp --skill deploy-aigars-stg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/aigars-stg/stg-mvp/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/aigars-stg/stg-mvp --skill deploy-aigars-stg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment process for the Second Turn Games application to Vercel, ensuring all necessary pre-flight checks and configurations are handled.

Core Features & Use Cases

  • Pre-Deployment Verification: Automates critical checks like building the design system and marketplace, type checking, linting, and verifying uncommitted changes.
  • Deployment Execution: Facilitates both preview and production deployments via Vercel CLI commands.
  • Environment Variable Management: Lists required and optional environment variables for successful deployment.
  • Post-Deployment Verification: Outlines steps to confirm the deployment's success and functionality.
  • Use Case: A developer needs to deploy a new version of the Second Turn Games marketplace. They can use this Skill to ensure all code is built, linted, and then execute the Vercel deployment command for a preview environment.

Quick Start

Use the deploy skill to create a preview deployment on Vercel.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy an application to Vercel with pre-flight checks?

To deploy an application to Vercel, this Skill automates pre-flight checks like type checking and linting, then executes Vercel CLI commands. It manages environment variables and performs post-deployment verification for preview and production releases.

What environment variables do I need to configure for a Vercel deployment?

Successful Vercel deployment requires specific environment variables to be configured beforehand. This Skill manages and lists all required and optional environment variables needed to execute deployment commands and manage preview and production releases.

Does Vercel deployment require the Vercel CLI to be installed locally?

Yes, Vercel deployment via this Skill requires the Vercel CLI to be installed and configured. The Skill relies on Vercel CLI commands to execute both preview and production deployments after completing pre-flight checks.

Can I create a preview deployment instead of a production release on Vercel?

Yes, you can create a preview deployment on Vercel. This Skill facilitates both preview and production deployments by running the necessary pre-flight checks and executing the appropriate Vercel CLI commands for each environment.

What pre-deployment checks should I run before deploying to Vercel?

Pre-deployment checks include building the design system and marketplace, running type checking, linting, and verifying uncommitted changes. These automated checks ensure code stability before executing Vercel deployment commands.

How do I verify a successful Vercel deployment after pushing code?

Post-deployment verification involves confirming the deployment's success and functionality through outlined steps. This Skill manages these verification steps to ensure the Vercel preview or production release is fully operational.