If you're using Claude Code on Windows with Git Bash, you've probably hit the "ENOENT: no such file or directory" error when trying to edit files. This skill drills the critical rule into Claude's head: Windows file tools require backslashes, not forward slashes. It includes conversion tables for MINGW paths (like `/s/repos/` to `S:\repos\`), handles UNC paths and spaces, and provides a decision tree for detecting whether a path needs conversion. The source is thorough with specific examples of what breaks and why. Honestly, this feels like knowledge that should be baked into Claude Code by default, but until then, activating this skill will save you from repeatedly explaining why `D:/project/file.tsx` doesn't work.
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill windows-path-troubleshooting