How this skill is triggered — by the user, by Claude, or both
Slash command
/fe-deploy-setup:fe-deploy-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
../../../../src/fe-deploy-setup/SKILL.md
../../../../src/fe-deploy-setup/SKILL.md
npx claudepluginhub dante-dan/dan-skills --plugin fe-deploy-setupDeploys web apps with backend APIs, databases, and file storage to public URLs via AppDeploy HTTP API using curl and JSON-RPC. Activates on deploy, publish, or 'make live' requests.
Deploys built projects to platforms like Vercel, Cloudflare Workers, Supabase. Detects CLI tools, reads stack YAML for config, sets up DB/env, pushes code, verifies live status.
Guides step-by-step deployment of static sites, React/Vue/Next.js/Nuxt frontends, Python (Flask/FastAPI/Django) or Node.js (Express/Nest) backends to Vercel, Netlify, Cloudflare Pages, Railway, Render. Prepares build configs, env vars, gitignore.