transfer-skill-to-windows

Community

Make skills Windows-ready.

Authoriideas18
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill adapts existing agent skills to function seamlessly on Windows, resolving compatibility issues with Unix-specific commands, paths, and scripting.

Core Features & Use Cases

  • Cross-Platform Adaptation: Converts Unix-centric skill logic (bash scripts, Unix paths) into Windows-compatible PowerShell equivalents.
  • Input Flexibility: Handles skills provided as either a directory path or a zip archive.
  • Use Case: You have a skill designed for Linux that uses rm -rf and grep. This Skill will rewrite those commands to Remove-Item -Recurse -Force and Select-String respectively, making the skill usable on a Windows machine.

Quick Start

Adapt the skill located at the provided folder path to ensure it runs correctly on Windows.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: transfer-skill-to-windows
Download link: https://github.com/iideas18/financial_plugin/archive/main.zip#transfer-skill-to-windows

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.