appdeploy

Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl.

Content Preview
---
name: appdeploy
description: "Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl."
risk: safe
source: "AppDeploy (MIT)"
date_added: "2026-02-27"
---

# AppDeploy Skill

Deploy web apps to AppDeploy via HTTP API.

## When to Use This Skill

- Use when planning or building apps and web apps
- Use when deploying an app to a public URL
- Use when publishing a website or web
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/appdeploy.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/appdeploy/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/appdeploy/SKILL.md

Related Skills