What problem does it solve? Publishing a local website or a single HTML file to a public URL normally requires manual builds, staging, and upload tooling. This Skill automates the entire path from local source to a live public link, handling build detection, dependency staging, and safe publication. ## Core Features & Use Cases - Project Deployment: Detects the real build command and output directory from an existing frontend project, runs the build, and publishes the verified output. - Standalone HTML Publishing: Stages a single .html or .htm file with its required assets into an isolated workspace directory, rewriting relative URLs and imports so the page works when published. - Safety Controls: Verifies a regular index.html exists, blocks paths outside the workspace, avoids symlinks, and requires explicit user confirmation before making content public. - Use Case: You finished a portfolio page as portfolio.html with local CSS and images. Ask to deploy it, and the Skill snapshots the file and its assets into a staging folder, verifies the page, and returns a public URL. ## Quick Start Deploy my local website project in the current workspace to a public URL.