What problem does it solve?
This Skill helps you work correctly in Windows + WSL projects when shell execution, path handling, networking, or Git operations fail because the environment is mixed between Windows and Linux.
Core Features & Use Cases
- WSL Environment Detection: Confirms when a project is actually running under WSL and when an execution failure is caused by a bad sandbox or broken shell binding.
- Windows-to-WSL Path Handling: Converts and validates Windows paths, mounted drive paths, and user-shared image locations so commands and file reads work in the right filesystem.
- Safe Push and Network Troubleshooting: Guides GitHub and Hugging Face pushes, token environment checks, DNS diagnosis, proxy inspection, and permission escalation when network or credential issues appear.
- Operational Guardrails: Prevents accidental switching to PowerShell, CMD, or Windows Node when the task must stay in WSL Bash, and emphasizes safe file editing and verification.
Quick Start
Use the wsl-bash-windows skill to verify my current shell, diagnose any WSL or sandbox startup failure, and give me the safest next command for this Windows + WSL workspace.