Claude-code-plugins-plus-skills windsurf-multi-file-editing
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-multi-file-editing" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-windsurf-multi-file-editing && rm -rf "$T"
manifest:
plugins/saas-packs/skill-databases/windsurf/skills/windsurf-multi-file-editing/SKILL.mdsource content
Windsurf Multi File Editing
Overview
This skill enables coordinated multi-file editing operations within Windsurf using Cascade AI. It provides atomic changes across multiple files, ensuring consistency when renaming symbols, moving code, or making cross-file refactoring changes.
Prerequisites
- Windsurf IDE installed and configured
- Active Cascade AI subscription
- Project workspace initialized with
directory.windsurf/ - Git or version control for rollback safety
- Understanding of project file structure and dependencies
Instructions
- Scope the Operation
- Configure Operation Template
- Generate Preview
- Execute with Preview
- Verify Results
See
${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Modified files with consistent changes applied
log with operation detailsedit-history.json- Rollback snapshot for recovery if needed
- Validation report with syntax check results
Error Handling
See
${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See
${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.