About
The Windows Safe Grep skill provides specialized command patterns and path normalization techniques to prevent common ripgrep failures on Windows systems. It specifically addresses errors where backslash-space sequences (like '\n') are incorrectly interpreted as reserved device names or control characters, leading to 'os error 1'. By implementing forward-slash conversion and proper bash quoting, this skill ensures Claude can reliably search through codebases on Windows environments without path-related crashes.