windsurf-advanced-troubleshooting

Solid

Advanced Windsurf debugging for hard-to-diagnose IDE, Cascade, and indexing issues. Use when standard troubleshooting fails, Cascade produces consistently wrong output, or investigating deep configuration problems. Trigger with phrases like "windsurf deep debug", "windsurf mystery error", "windsurf impossible to fix", "cascade keeps failing", "windsurf advanced debug".

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 Advanced Troubleshooting ## Overview Deep debugging techniques for Windsurf issues that resist standard troubleshooting. Covers Cascade context corruption, indexing engine problems, extension conflicts, MCP failures, and workspace configuration debugging. ## Prerequisites - Standard troubleshooting attempted (see `windsurf-common-errors`) - Terminal access - Understanding of Windsurf's architecture (VS Code base + Codeium AI layer) ## Instructions ### Step 1: Isolate Windsurf Layer vs VS Code Layer ``` Windsurf = VS Code + Codeium AI Layer If the issue is: - Editor crashes, rendering, file system → VS Code layer - AI suggestions wrong, Cascade fails, indexing stuck → Codeium layer - Extension not working → Extension compatibility layer Test VS Code layer: windsurf --disable-extensions # Run without extensions # If issue persists → VS Code layer problem Test Codeium layer: # Disable Codeium: Extensions > search "codeium" > Disable # If issue resolves → Codeium layer problem ``` ### Step 2: Debug Cascade Context Issues When Cascade consistently gives wrong or irrelevant suggestions: ```bash set -euo pipefail echo "=== Cascade Context Debug ===" # 1. Check rules file echo "--- .windsurfrules ---" if [ -f .windsurfrules ]; then CHARS=$(wc -c < .windsurfrules) echo "Size: $CHARS chars (limit: 6000)" [ "$CHARS" -gt 6000 ] && echo "WARNING: Over limit — content truncated!" else echo "MISSING — Cascade has no project context" fi # 2. Check wor...

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-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-debugging-ai

Execute use Cascade for intelligent debugging and error analysis. Activate when users mention "debug with ai", "error analysis", "cascade debug", "find bug", or "troubleshoot code". Handles AI-assisted debugging workflows. Use when debugging issues or troubleshooting. Trigger with phrases like "windsurf debugging ai", "windsurf ai", "windsurf".

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
AI & Automation Solid

windsurf-debug-bundle

Collect Windsurf diagnostic information for troubleshooting and support tickets. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic data for Windsurf problems. Trigger with phrases like "windsurf debug", "windsurf support", "windsurf diagnostic", "windsurf logs", "windsurf not working".

2,266 Updated today
jeremylongshore
AI & Automation Solid

windsurf-performance-tuning

Optimize Windsurf IDE performance: indexing speed, Cascade responsiveness, and memory usage. Use when Windsurf is slow, indexing takes too long, Cascade times out, or the IDE uses too much memory. Trigger with phrases like "windsurf slow", "windsurf performance", "optimize windsurf", "windsurf memory", "cascade slow", "indexing slow".

2,266 Updated today
jeremylongshore