windsurf-install-auth

Solid

Install Windsurf IDE and configure Codeium authentication. Use when setting up Windsurf for the first time, logging in to Codeium, or configuring API keys for team/enterprise deployments. Trigger with phrases like "install windsurf", "setup windsurf", "windsurf auth", "codeium login", "windsurf API key".

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 Install & Auth ## Overview Windsurf is an AI-powered code editor by Codeium (now Cognition AI), built on VS Code. It features Cascade (agentic AI assistant), Supercomplete (intent-aware autocomplete), and deep codebase indexing. Authentication is handled through Codeium accounts, not raw API keys. ## Prerequisites - macOS, Windows, or Linux (64-bit) - 8GB RAM minimum (16GB recommended for large codebases) - Internet connection for AI features ## Instructions ### Step 1: Install Windsurf **macOS:** ```bash brew install --cask windsurf ``` **Linux (Debian/Ubuntu):** ```bash curl -fsSL https://windsurf.com/install.sh | bash # Or download .deb from https://windsurf.com/download ``` **Windows:** Download installer from https://windsurf.com/download ### Step 2: Authenticate with Codeium On first launch, Windsurf prompts for Codeium authentication: 1. Click "Sign In" in the welcome tab or Windsurf widget (bottom-right status bar) 2. Browser opens to Codeium auth page 3. Sign in with Google, GitHub, or email 4. Authorization token is stored locally at `~/.codeium/` **Verify authentication:** - Check the Windsurf widget in the status bar -- it should show a checkmark - Open Cascade (Cmd/Ctrl+L) and send a test message ### Step 3: Configure for Enterprise / Team For team deployments with centralized auth: ```json // Settings > Windsurf Settings (or ~/.codeium/config.json) { "codeium.apiServer": "https://codeium.yourcompany.com", "codeium.portal.url": "https...

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-security-basics

Apply Windsurf security best practices for workspace isolation, data privacy, and secret protection. Use when securing sensitive code from AI indexing, configuring telemetry, or auditing Windsurf security posture. Trigger with phrases like "windsurf security", "windsurf secrets", "windsurf privacy", "windsurf data protection", "codeiumignore".

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
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-local-dev-loop

Configure Windsurf local development workflow with Cascade, Previews, and terminal integration. Use when setting up a development environment, configuring Turbo mode, or establishing a fast iteration cycle with Windsurf AI. Trigger with phrases like "windsurf dev setup", "windsurf local development", "windsurf dev environment", "windsurf workflow", "develop with windsurf".

2,266 Updated today
jeremylongshore