smithery/jeremylongshore

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

Installation

$ npx skills add smithery/jeremylongshore --skill windsurf-debugging-ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/jeremylongshore · top by installs.

npx skills add smithery/jeremylongshore

Browse all from smithery/jeremylongshore

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
CompatibilityDesigned for Claude Code
Allowed toolsRead,Grep,Glob,Bash(cmd:*)
Declared agents claude-code windsurf

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,799 B
  • docs SUMMARY.md 377 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Windsurf Debugging Ai

Overview

This skill enables AI-assisted debugging within Windsurf. Cascade analyzes error messages, stack traces, and code context to identify root causes and suggest fixes.

Prerequisites

  • Windsurf IDE with Cascade enabled
  • Application with reproducible issues
  • Debug configuration set up
  • Error logs accessible
  • Understanding of application architecture

Instructions

  1. Capture Error Context
  2. Analyze with Cascade
  3. Investigate Root Cause
  4. Apply Fix
  5. Document for Prevention

See ${CLAUDESKILLDIR}/references/implementation.md for detailed implementation guide.

Output

  • Root cause analysis
  • Fix recommendations
  • Debug session logs
  • Prevention strategies

Error Handling

See ${CLAUDESKILLDIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDESKILLDIR}/references/examples.md for detailed examples.

Resources