#954·skills

Can we get `/wizard` to write PowerShell instead of bash scripts when on Windows?

Author: hades200082Created Aug 25, 2026Updated Sep 14, 2026

I, and others in my team, use company issued Windows laptops for development.

Yes, we could run the scripts in WSL, but that's slower and a bit of a faff for some people. Yes, we could probably prompt it to create PowerShell instead of bash - but that's also faff every single time.

It'd be really nice if the /wizard skill could detect that we're on Windows and write *.ps1 scripts instead, with a fallback to ask the user where the scripts will be run if it can't detect automatically, and create the appropriate format accordingly.

It could even write a memory for the future on the user's machine (per machine).