skills/smithery.ai/powershell-master

powershell-master

Installation
SKILL.md

PowerShell Master

๐Ÿšจ CRITICAL GUIDELINES

Windows File Path Requirements

MANDATORY: Always Use Backslashes on Windows for File Paths

When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/).

Examples:

  • โŒ WRONG: D:/repos/project/file.tsx
  • โœ… CORRECT: D:\repos\project\file.tsx

This applies to:

  • Edit tool file_path parameter
  • Write tool file_path parameter
  • All file operations on Windows systems
Installs
1
First Seen
Apr 7, 2026
powershell-master from smithery.ai