windsurf-common-errors

Solid

Diagnose and fix Windsurf common errors and exceptions. Use when encountering Windsurf errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "windsurf error", "fix windsurf", "windsurf not working", "debug windsurf".

AI & Automation 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

# Windsurf Common Errors ## Overview Quick reference for the top 10 most common Windsurf errors and their solutions. ## Prerequisites - Windsurf SDK installed - API credentials configured - Access to error logs ## Instructions ### Step 1: Identify the Error Check error message and code in your logs or console. ### Step 2: Find Matching Error Below Match your error to one of the documented cases. ### Step 3: Apply Solution Follow the solution steps for your specific error. ## Output - Identified error cause - Applied fix - Verified resolution ## Error Handling ### Authentication Failed **Error Message:** ``` Authentication error: Invalid API key ``` **Cause:** API key is missing, expired, or invalid. **Solution:** ```bash # Verify API key is set echo $WINDSURF_API_KEY ``` --- ### Rate Limit Exceeded **Error Message:** ``` Rate limit exceeded. Please retry after X seconds. ``` **Cause:** Too many requests in a short period. **Solution:** Implement exponential backoff. See `windsurf-rate-limits` skill. --- ### Network Timeout **Error Message:** ``` Request timeout after 30000ms ``` **Cause:** Network connectivity or server latency issues. **Solution:** ```typescript // Increase timeout const client = new Client({ timeout: 60000 }); ``` ## Examples ### Quick Diagnostic Commands ```bash # Check Windsurf status curl -s https://status.windsurf.com # Verify API connectivity curl -I https://api.windsurf.com # Check local configuration env | grep WINDSURF ``` ##...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

windsurf-common-errors

Diagnose and fix Windsurf common errors and exceptions. Use when encountering Windsurf errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "windsurf error", "fix windsurf", "windsurf not working", "debug windsurf".

3 Updated 1 months ago
majiayu000
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-advanced-troubleshooting

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

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