What problem does it solve? Cloud deployment work often becomes hidden state, one-off commands, and leaked secrets. This Skill keeps hosting, server, VPN, and infrastructure work explicit, reversible, secret-safe, and validated inside the SEIS ecosystem. ## Core Features & Use Cases - Provider-Neutral Readiness: Maintains deployment records like deploy/cloud-environment.json, deploy/provider-matrix.json, and deploy/server-targets.json so cloud state stays traceable across Cloudflare, Vercel, Netlify, GCP, and other providers. - Access-Audience Classification: Separates public cloud surfaces from team/workplace VPN cloud targets, including GCP Compute with WireGuard and scoped SSH access profiles. - Gated Mutation Workflow: Runs plan and preflight checks first, requiring explicit user confirmation of provider, target, URL, and rollback owner before any deploy command. - Use Case: Before shipping a static site, run npm run check:cloud-environment and npm run check:server-target to verify configuration, then generate a self-hosted operator handoff bundle with npm run cloud:self-hosted:kit. ## Quick Start Ask the agent to plan and validate a SEIS cloud deployment for a specific provider and target before running any mutating commands.