go-live

Automate end-to-end deployment of local projects to Vercel or Railway.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Ship-With-AI/skills --skill go-live-ship-with-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-live
Source: https://github.com/Ship-With-AI/skills/tree/main/go-live
Command: npx skills add https://github.com/Ship-With-AI/skills --skill go-live-ship-with-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Deploying local projects to production often requires manual steps, configuration, and multiple tools. This skill automates the full deployment flow, reducing friction and mistakes.

Core Features & Use Cases

  • Automatically detect the project stack and choose an appropriate deployment path (Vercel, Railway, or other providers).
  • Generate and wire hosting config, environment variables, and initial deployment scripts; provision databases and auth as needed.
  • Execute deployment via CLI, run basic post-deploy verification, and provide guidance for manual steps like domain setup.

Quick Start

Provide your project root path and I will detect the stack, configure hosting, and start the deployment workflow.

Frequently Asked Questions about go-live

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

FAQPage Schema
How do I deploy my local project to production using Vercel or Railway?

To deploy to production, this skill automates the end-to-end flow by detecting your project stack and generating provider-specific configuration, environment variable wiring, and CLI deployment steps for Vercel or Railway.

What's the best way to automate environment variable configuration for a production deployment?

Automating environment variable configuration during production deployment is handled by this skill, which automatically wires your required database, auth, and hosting environment variables into the generated deployment scripts and config files.

Does the deployment workflow support automatic stack detection for my hosting setup?

Yes, automatic stack detection is fully supported for your hosting setup. The deployment workflow requires a detected stack from your project to choose the appropriate deployment path and generate the correct hosting configuration.

How do I configure a custom domain after deploying my project to production?

To configure a custom domain after production deployment, this skill outputs specific domain configuration guidance and verification commands to assist you with the remaining manual domain setup steps.

Can I provision databases and authentication providers during the deployment process?

Yes, you can provision databases and authentication providers during the deployment process. The skill generates the necessary configuration to provision these resources and wire them into your production environment.