Agent skill

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". '

intentsolutions.io2,596★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-common-errors --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.11.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadGrepBash(curl:*)
Requires: Designed for Claude Code, also compatible with Codex and OpenClaw
Path: skills/.curated/windsurf-common-errors/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,630
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Windsurf Common Errors ## Overview Quick reference for the most common Windsurf IDE errors and their solutions. Covers Cascade failures, Supercomplete issues, indexing problems, and extension conflicts. ## Prerequisites - Windsurf installed and previously working - Access to Windsurf settings and logs ## Instructions ### Error 1: Cascade Not Responding **Symptoms:** Cascade panel shows spinner indefinitely, no response to prompts. **Solutions:** 1. Check internet connection -- Cascade requires cloud access 2. Check Windsurf status: https://status.windsurf.com 3. Check credit balance: Windsurf widget (status bar) > Account 4. Restart Cascade: Command Palette > "Cascade: Restart" 5. Restart Windsurf: Cmd/Ctrl+Shift+P > "Reload Window" ### Error 2: Supercomplete Not Showing Suggestions **Symptoms:** No ghost text appears while typing. **Solutions:** 1. Check if disabled: Click Windsurf widget (status bar) > verify autocomplete is ON 2. Check file type: Supercomplete may be disabled for certain languages 3. Check `.codeiumignore`: Current file might be excluded from indexing 4. Ensure not conflicting: Disable GitHub Copilot or TabNine if installed ```json // Verify in settings.json {

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Error 1: Cascade Not Responding
  5. Error 2: Supercomplete Not Showing Suggestions
  6. Error 3: Indexing Stuck or Slow
  7. Error 4: Extension Conflicts
  8. Error 5: Cascade Writes to Wrong Files
  9. Error 6: "Model not available" or Credit Exhausted
  10. Error 7: MCP Server Not Connecting
  11. Error 8: Cascade Loses Context Mid-Conversation
  12. Error Handling
  13. Examples
  14. Quick Health Check
Commands it runs
Check if Windsurf is installed
windsurf --version
Check Codeium auth state
ls ~/.codeium/
More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the windsurf-common-errors skill do?

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". '

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-common-errors --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,630 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going