adaptar-plataforma

Convert Windows PowerShell automation scripts and Task Scheduler instructions to macOS or Linux equivalents.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill adaptar-plataforma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adaptar-plataforma
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/adaptar-plataforma
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill adaptar-plataforma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork of translating Windows and PowerShell setup, execution, and scheduling instructions into correct commands for macOS and Linux.

Core Features & Use Cases

  • OS detection first: Starts by determining the user’s operating system to choose the right shell, paths, and commands.
  • Cross-platform installation guidance: Adapts Python installation steps and workshop dependency installation commands per OS.
  • Correct scheduling conversion: Converts Task Scheduler workflows into cron or launchd equivalents, ensuring you don’t get the wrong scheduler for the platform.
  • PowerShell to bash/Python equivalences: Provides mappings for paths, file operations, environment variables, HTTP requests, date formatting, and basic .env reading patterns.
  • Use case: When a workshop skill generates a Python automation script intended for Windows Task Scheduler, you use this reference to produce the proper cron/launchd scheduling instructions for Mac/Linux without breaking paths or Python invocation.

Quick Start

Ask the AI to adapt a specific Windows PowerShell installation and Task Scheduler command set to your macOS system, including the correct python3 execution and a launchd job definition.

Frequently Asked Questions about adaptar-plataforma

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

FAQPage Schema
How do I convert a Windows Task Scheduler job to a cron or launchd equivalent?

To convert a Windows Task Scheduler job to a cron or launchd equivalent, the system first detects the target operating system and then translates the scheduling instructions into safe, platform-specific commands without cross-platform mixing.

How do I translate PowerShell automation scripts to macOS or Linux commands?

Translating PowerShell automation scripts to macOS or Linux commands involves mapping paths, file operations, environment variables, and HTTP requests to their correct bash or Python equivalents for the target platform.

Can I use this to adapt Python installation steps for a cross-platform workshop?

Yes, you can adapt Python installation steps for a cross-platform workshop by determining the participant's operating system first and then generating the correct python3 invocation and dependency installation commands per OS.

What is the best way to ensure correct Python invocation across different operating systems?

The best way to ensure correct Python invocation across different operating systems is to start with OS detection to choose the right shell, paths, and commands before executing the automation script.

Does this tool support converting environment variable and .env reading patterns from PowerShell?

Yes, this tool supports converting environment variable and .env reading patterns from PowerShell by providing accurate mappings to the equivalent bash or Python patterns for macOS and Linux.

Why does my cross-platform automation script break paths when moving from Windows to Mac?

Cross-platform automation scripts break paths when moving from Windows to Mac because of direct command mixing, which this tool prevents by translating PowerShell paths and file operations into safe macOS or Linux equivalents.