·windows-git-bash-compatibility
</>

windows-git-bash-compatibility

josiahsiegel/claude-plugin-marketplace

Windows and Git Bash compatibility guidance for Azure Data Factory development and CI/CD

27Installs·2Trend·@josiahsiegel

Installation

$npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill windows-git-bash-compatibility

SKILL.md

Azure Data Factory development frequently occurs on Windows machines using Git Bash (MINGW64) as the primary shell. This introduces path conversion challenges that can break CI/CD pipelines, npm commands, and deployment scripts.

Git Bash (MINGW) automatically converts Unix-style paths to Windows paths:

Issue 1: npm build validate fails with "Resource not found"

Windows and Git Bash compatibility guidance for Azure Data Factory development and CI/CD Source: josiahsiegel/claude-plugin-marketplace.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill windows-git-bash-compatibility
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is windows-git-bash-compatibility?

Windows and Git Bash compatibility guidance for Azure Data Factory development and CI/CD Source: josiahsiegel/claude-plugin-marketplace.

How do I install windows-git-bash-compatibility?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill windows-git-bash-compatibility Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/josiahsiegel/claude-plugin-marketplace