solo-deploy

Deploy projects to Vercel, Cloudflare, or SST with pre-flight checks and migrations.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-deploy
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/deploy
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are manual, error-prone, and time-consuming. This skill automates pushing code to hosting platforms, applying stack configurations, running pre-flight checks, and verifying live deployments to reduce time-to-live and human error.

Core Features & Use Cases

  • Auto-detects deployment targets from templates and ARGs, and skips deploys when the workflow indicates no deploy stage.
  • Loads project context (CLAUDE.md, docs, package configs), performs pre-flight checks, and handles database migrations via Supabase/Drizzle/D1 as applicable.
  • Manages environment variables, platform-specific configs, and orchestrates platform deploy commands (Vercel, Cloudflare, SST, etc.).
  • Supports plan-driven deploys where a plan defines deploy tasks.
  • Provides post-deploy verification and log monitoring.

Quick Start

Run the /deploy command after a successful build to deploy to the detected hosting platform and verify the deployment.

Frequently Asked Questions about solo-deploy

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

FAQPage Schema
How do I deploy my project to hosting platforms like Vercel or Cloudflare automatically?

Automatic deployment reads stack templates and validates prerequisites to push code to Vercel, Cloudflare, or SST. It runs pre-flight checks, sets up environments, applies database migrations, and verifies the live deployment.

Can I run database migrations before deploying to hosting?

Yes, database migrations run before hosting deployment when applicable. The process handles migrations via Supabase, Drizzle, or D1 during environment setup, ensuring your database schema is updated before the platform deploy executes.

How do I verify a hosting deployment and check logs after pushing code?

Post-deploy verification checks the live deployment after platform-specific commands execute. It surfaces deployment logs for troubleshooting, confirming the hosting target is reachable and functioning correctly after the push.

Does single-command deployment work with plan-driven workflows?

Plan-driven deployments are enforced when active plans exist, executing defined deploy tasks. The deployment auto-detects targets from templates and skips deploying entirely when the workflow indicates no deploy stage.

What prerequisites do I need to validate before deploying to hosting?

Pre-flight checks load project context from CLAUDE.md, docs, and package configs to validate deployment prerequisites. This ensures environment variables, platform-specific configs, and stack templates are correctly set before hosting deployment.

Why is my automated deployment to hosting not working?

Failed deployments can stem from incomplete environment setup or failed pre-flight checks. The process surfaces logs for troubleshooting, helping identify missing platform-specific configs, unresolved migrations, or failed post-deploy verification.