windsurf-hello-world

Solid

Create your first Windsurf Cascade interaction and Supercomplete experience. Use when starting with Windsurf, testing your setup, or learning basic Cascade and Supercomplete workflows. Trigger with phrases like "windsurf hello world", "windsurf example", "windsurf quick start", "first windsurf project", "try windsurf".

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 Hello World ## Overview First hands-on experience with Windsurf's three AI modalities: Cascade (agentic chat), Supercomplete (inline completions), and Command (inline editing). This skill walks through real interactions, not placeholder code. ## Prerequisites - Completed `windsurf-install-auth` setup - Windsurf open with a project folder ## Instructions ### Step 1: Experience Supercomplete (Tab Completions) Open any code file and start typing. Supercomplete predicts your intent based on recent edits, cursor movement, and surrounding context. ```typescript // Type this in a new file: hello.ts // After typing "function greet", Supercomplete suggests the rest function greet(name: string): string { // Just type "return" and press Tab -- Supercomplete fills the template literal return `Hello, ${name}! Welcome to Windsurf.`; } // Start typing "const users" -- Supercomplete predicts array based on greet() context const users = ["Alice", "Bob", "Charlie"]; users.forEach(user => console.log(greet(user))); ``` Key Supercomplete behaviors: - Press **Tab** to accept a suggestion - Press **Esc** to dismiss - Suggestions appear as gray ghost text - Tracks your edit history (last 30-90 seconds) for intent prediction ### Step 2: Use Cascade Write Mode (Cmd/Ctrl+L) Open Cascade panel and try Write mode -- Cascade modifies your codebase directly. ``` Prompt to try: "Create a REST API endpoint in src/api.ts using Express that serves the greet function. Include error h...

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-code-completion

Configure and optimize Supercomplete code suggestions. Activate when users mention "code completion", "autocomplete", "supercomplete", "inline suggestions", or "ai completions". Handles completion configuration and optimization. Use when working with windsurf code completion functionality. Trigger with phrases like "windsurf code completion", "windsurf completion", "windsurf".

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-common-errors

Diagnose and fix common Windsurf IDE and Cascade errors. Use when Cascade stops working, Supercomplete fails, indexing hangs, or encountering Windsurf-specific issues. Trigger with phrases like "windsurf error", "fix windsurf", "windsurf not working", "cascade broken", "windsurf slow".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-known-pitfalls

Identify and avoid Windsurf anti-patterns and common mistakes. Use when onboarding new developers to Windsurf, reviewing AI workflow practices, or auditing Windsurf configuration for issues. Trigger with phrases like "windsurf mistakes", "windsurf anti-patterns", "windsurf pitfalls", "windsurf what not to do", "windsurf gotchas".

2,266 Updated today
jeremylongshore