smithery/jeremylongshore

windsurf-refactoring-large

Manage large-scale refactoring with Cascade coordination. Activate when users mention "large refactoring", "codebase migration", "architecture refactor", "major refactoring", or "system-wide changes". Handles complex refactoring operations. Use when working with windsurf refactoring large functionality. Trigger with phrases like "windsurf refactoring large", "windsurf large", "windsurf". '

Installation

$ npx skills add smithery/jeremylongshore --skill windsurf-refactoring-large

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,Write,Edit,Bash(cmd:*),Grep,Glob
Declared agents claude-code windsurf

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,128 B
  • docs SUMMARY.md 426 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Windsurf Refactoring Large

Overview

This skill enables large-scale refactoring operations that span hundreds or thousands of files. It provides phased execution with checkpoints, comprehensive rollback capabilities, and AI-assisted planning.

Prerequisites

  • Windsurf IDE with Enterprise or Pro subscription
  • Active Cascade AI connection
  • Git repository with clean working state
  • Comprehensive test suite for validation
  • Backup strategy for critical code paths
  • Team coordination for multi-developer codebases

Instructions

  1. Analyze Scope
  2. Create Plan
  3. Prepare Environment
  4. Execute with Cascade
  5. Verify Completion

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

Output

  • Refactored codebase with all patterns migrated
  • Phase completion reports with metrics
  • Before/after performance comparison
  • Updated documentation and API references
  • Archived rollback artifacts (kept 30 days)

Error Handling

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

Examples

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

Resources