hs:deploy

Detect deployment targets from config files and deploy projects to 15 hosting platforms.

Updated Jul 19, 2026
One-click install
npx skills add https://github.com/Dozyboy/VSF --skill hs-deploy-dozyboy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hs:deploy
Source: https://github.com/Dozyboy/VSF/tree/main/Day2_VSF/Demo1/harness/plugins/hs/disabled-skills/deploy
Command: npx skills add https://github.com/Dozyboy/VSF --skill hs-deploy-dozyboy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing a hosting platform and running the correct deploy commands is error-prone and repetitive. This Skill auto-detects the right platform from your project files and executes the deployment with cost-optimized recommendations. ## Core Features & Use Cases - Auto-Detection: Identifies the deployment target from config files like vercel.json, wrangler.toml, fly.toml, or an existing docs/deployment.md. - Cost-Optimized Recommendations: Ranks 15 platforms (Vercel, Netlify, Cloudflare, Railway, Fly.io, Render, Heroku, TOSE.sh, Github Pages, AWS, GCP, Digital Ocean, Vultr, Coolify, Dokploy) by free tier and pricing. - Post-Deploy Documentation: Creates or updates docs/deployment.md with the production URL, deploy command, environment variables, and rollback steps. - Use Case: You have a Next.js app with no deployment config. The Skill detects the framework, recommends Vercel or Cloudflare based on cost, runs the CLI deploy, verifies the URL, and writes the deployment doc. ## Quick Start Ask the assistant to deploy the current project to production and let it auto-detect the best hosting platform.

Frequently Asked Questions about hs:deploy

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

FAQPage Schema
How do I deploy a project to Vercel or Netlify automatically?▼

The Skill detects the platform from files like vercel.json or netlify.toml, installs the CLI if missing, handles login, and runs the deploy command. If no config exists, it recommends a platform based on your project type and cost.

What is the cheapest hosting platform for a Node.js API?▼

For Node.js APIs, the Skill recommends Railway, Render, Fly.io, or TOSE.sh in cost order. Render offers 750 free hours per month, while Railway and Fly.io only provide one-time trial credits.

Can I deploy a static site for free?▼

Yes. Static sites are recommended to Github Pages first (unlimited bandwidth, free custom domain), then Cloudflare Pages (500 builds per month), followed by Vercel and Netlify free tiers.

Does this Skill handle DNS, SSL, or database migrations?▼

No. The Skill explicitly excludes infrastructure provisioning, DNS management, SSL certificates, database migrations, and CI/CD pipeline creation. Those advanced tasks are escalated to the hs:devops skill.

What happens when a deployment fails?▼

The Skill checks the error output and attempts auto-fixes for common issues. If the problem is unresolvable, it escalates to the hs:devops skill and records troubleshooting notes in docs/deployment.md.