convert-skill-windows

Convert Unix/Linux skill.md files into Windows PowerShell and CMD equivalents.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/jnotsknab/mux-swarm --skill convert-skill-windows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-skill-windows
Source: https://github.com/jnotsknab/mux-swarm/tree/main/Skills/bundled/convert-skill-windows
Command: npx skills add https://github.com/jnotsknab/mux-swarm --skill convert-skill-windows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert Unix/Linux-based skill.md files into Windows-ready equivalents to enable cross-platform skill portability.

Core Features & Use Cases

  • Automated translation of Unix/Linux commands, paths, and environment references into Windows PowerShell or CMD equivalents.
  • Applies to skills that contain shell scripts, file paths, and OS-specific tooling to ensure operability on Windows.
  • Use case: convert an existing Unix-centric SKILL.md so it can be executed in a Windows environment while preserving structure and intent.

Quick Start

Provide the path to the source Unix/Linux skill.md to generate a Windows-ready _{{os}}.md version.

Frequently Asked Questions about convert-skill-windows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Unix skill.md files to Windows PowerShell equivalents?

To convert Unix skill.md files to Windows PowerShell equivalents, provide the path to the source skill.md to generate a Windows-ready version. This translates Unix shell scripts, path references, and environment usage into PowerShell or CMD contexts while preserving structure and intent.

What is Unix to Windows skill conversion for cross-platform portability?

Unix to Windows skill conversion adapts Unix-based skill.md files into Windows-ready equivalents to enable cross-platform skill portability. It applies translation rules for paths, commands, and environment references so Unix-centric skills can execute in Windows environments without losing structure.

Can I translate Unix shell scripts and paths to CMD without losing structure?

Yes, you can translate Unix shell scripts and paths to CMD. The conversion specifies translation rules for paths, commands, and environment references that preserve the original skill.md structure while adapting commands and file references for the Windows CMD context.

Does converting skill.md files to Windows require any dependencies or prerequisites?

Converting skill.md files to Windows requires no dependencies or prerequisites. You simply provide the path to the source Unix/Linux skill.md, and the skill generates a Windows-ready _{{os}}.md version adapted for PowerShell and CMD environments.

What is the best way to adapt Unix environment variables for Windows skill execution?

The best way to adapt Unix environment variables for Windows skill execution is through automated translation rules. The conversion maps Unix environment references to Windows equivalents, ensuring the skill operates correctly within PowerShell or CMD contexts while maintaining the original intent.