windsurf-deploy-integration

Solid

Deploy applications using Windsurf's built-in deployment features and Cascade automation. Use when deploying apps from Windsurf, configuring Netlify/Vercel integration, or building deployment workflows with Cascade. Trigger with phrases like "deploy windsurf", "windsurf deploy", "windsurf netlify", "windsurf vercel", "cascade deploy".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Windsurf Deploy Integration ## Overview Windsurf offers native deployment integration (starting with Netlify) that lets you deploy directly from the IDE. Combined with Cascade workflows, you can automate the entire build-test-deploy pipeline without leaving the editor. ## Prerequisites - Windsurf Pro plan or higher - Deployment platform account (Netlify, Vercel, or cloud provider) - Application ready to deploy - Git repository configured ## Instructions ### Step 1: Use Windsurf's Native Deploy (Netlify) Windsurf has a first-party Netlify integration: ``` 1. Open Cascade (Cmd/Ctrl+L) 2. Prompt: "Deploy this project to Netlify" 3. Cascade runs the build, connects to Netlify, and deploys 4. Preview URL appears in Cascade output 5. Click to verify in browser or use in-IDE Preview ``` For first-time setup: ``` Cascade prompt: "Set up Netlify deployment for this Next.js project. Configure build command, output directory, and environment variables." ``` ### Step 2: Create a Deployment Workflow ```markdown <!-- .windsurf/workflows/deploy-staging.md --> --- name: deploy-staging description: Build, test, and deploy to staging --- ## Pre-Deploy Checks // turbo-all 1. Run `git status` — abort if uncommitted changes 2. Run `npm run typecheck` — abort if type errors 3. Run `npm test` — abort if test failures 4. Run `npm run lint` — abort if lint errors ## Build and Deploy 5. Run `npm run build` 6. Run `npx netlify deploy --dir=dist --site=$NETLIFY_SITE_ID` Or: `npx vercel -...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

windsurf-core-workflow-a

Execute Windsurf's primary workflow: Cascade Write mode for multi-file agentic coding. Use when building features, refactoring across files, or performing complex code tasks. Trigger with phrases like "windsurf cascade write", "windsurf agentic coding", "windsurf multi-file edit", "cascade write mode", "windsurf build feature".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-core-workflow-b

Execute Windsurf's secondary workflow: Workflows, Memories, and reusable automation. Use when creating reusable Cascade workflows, managing persistent memories, or automating repetitive development tasks. Trigger with phrases like "windsurf workflow", "windsurf automation", "windsurf memories", "cascade workflow", "windsurf slash command".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-prod-checklist

Execute Windsurf production readiness checklist for team and enterprise deployments. Use when rolling out Windsurf to a team, preparing for enterprise deployment, or auditing production configuration. Trigger with phrases like "windsurf production", "windsurf team rollout", "windsurf go-live", "windsurf enterprise deploy", "windsurf checklist".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-ci-integration

Integrate Windsurf Cascade workflows into CI/CD pipelines and team automation. Use when automating Cascade tasks in GitHub Actions, enforcing AI code quality gates, or setting up Windsurf config validation in CI. Trigger with phrases like "windsurf CI", "windsurf GitHub Actions", "windsurf automation", "cascade CI", "windsurf pipeline".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-multi-env-setup

Configure Windsurf IDE and Cascade AI across team members and project environments. Use when onboarding teams to Windsurf, setting up per-project Cascade configuration, or managing Windsurf settings across development, staging, and production contexts. Trigger with phrases like "windsurf team setup", "windsurf environments", "windsurf multi-project", "windsurf team config", "cascade rules per env".

2,266 Updated today
jeremylongshore