This is a straightforward deployment tool that gives Claude the ability to push web apps live via HTTP API calls. It handles frontend-only sites, full-stack apps with backends, and persistent storage, returning public URLs without you needing to touch a hosting dashboard. The workflow is sensible: grab deployment constraints first, pull a template (vanilla HTML, React/Vite, or Next.js static), then push your files as JSON-RPC calls. It includes version management and source code search tools, which is smart if you're iterating on deployed apps. The skill auto-generates API keys and stores them locally, so there's no manual account setup. Useful when you want Claude to take something from working code to a live URL in one go.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill appdeploy