port

Port platform-specific Claude Code skill commands to macOS, Linux, or Windows.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill port-epologee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: port
Source: https://github.com/epologee/leclause-skills/tree/main/packages/export-skill/skills/port
Command: npx skills add https://github.com/epologee/leclause-skills --skill port-epologee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Port platform-specific commands of a Claude Code skill to a target platform, enabling cross-platform compatibility while preserving the original source.

Core Features & Use Cases

  • Platform-specific command substitution using a matrix mapping.
  • End-to-end porting with validation and safe outputs to destination.
  • Supports macOS, Linux, and Windows; can port a full skill directory or a single file.

Quick Start

Port a Claude Code skill by providing the source path and target platform, then review the port alongside the original.

Frequently Asked Questions about port

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

FAQPage Schema
How do I port Claude Code skills to Windows or Linux from macOS?▼

To port Claude Code skills across platforms, provide the source path and target platform. The skill substitutes platform-specific commands using a matrix mapping, writing the ported code alongside the original source safely.

Can I port a single file instead of a full Claude Code skill directory?▼

Yes, you can port a single file. The platform-specific command substitution supports both full Claude Code skill directories and individual files, ensuring cross-platform compatibility while preserving the original source.

Does porting Claude Code skills overwrite my original source files?▼

No, porting Claude Code skills leaves your original source completely intact. It safely writes the ported output alongside the original destination path, ensuring you retain the initial platform-specific commands.

What is the best way to ensure cross-platform compatibility for a Claude Code skill?▼

The best way to ensure cross-platform compatibility is using a platform-matrix-based porting approach. This method maps specific commands across macOS, Linux, and Windows, followed by validation and reporting to guarantee accurate substitution.

Are there validation steps when porting platform-specific commands to a target platform?▼

Yes, validation is enforced during the porting process. The matrix-based approach includes end-to-end validation and reporting, ensuring safe output to the destination path while porting commands to the target platform.