Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: - Verifying Netlify CLI authentication - Detecting project configuration and framework - Linking to existing sites or creating new ones - Deploying to production or preview environments Prerequisites - Netlify CLI : Installed via npx (no global install required) - Authentication : Netlify account with active login session - Project : Valid web project in current directory - When sandboxin…