What problem does it solve?
This Skill removes the guesswork and manual steps required to publish projects by automatically detecting the appropriate hosting platform from deployment docs and config files, executing authenticated deploy commands, and producing a reproducible deployment record.
Core Features & Use Cases
- Auto-detect deployment targets from docs/deployment.md and common config files (vercel.json, netlify.toml, fly.toml, Dockerfile, etc.).
- Recommend cost-optimized platforms based on project type (static site, SPA, SSR, Node/Python API, Docker app, monorepo).
- Execute deploy workflows: check/install CLIs, validate/authenticate, run platform-specific deploy commands, verify the production URL, and create or update docs/deployment.md.
- Progressive disclosure of references: load only the platform guide needed for the chosen target to minimize noise.
- Use cases: publish a static site to GitHub Pages, deploy a Next.js app to Vercel, or push a Dockerized service to Fly.io and record the deployment steps.
Quick Start
Deploy this repository to the recommended platform, authenticate if requested, run the platform deploy command, verify the URL, and update docs/deployment.md.