·powershell-shell-detection
</>

powershell-shell-detection

josiahsiegel/claude-plugin-marketplace

Anleitung zur Shell-Erkennung und Cross-Shell-Kompatibilität für PowerShell vs. Git Bash/MSYS2 unter Windows

39Installationen·2Trend·@josiahsiegel

Installation

$npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection

SKILL.md

Critical guidance for distinguishing between PowerShell and Git Bash/MSYS2 shells on Windows, with shell-specific path handling and compatibility notes.

When working on Windows, correctly identifying the shell environment is crucial for proper path handling and command execution.

| Environment Variable | $env:VARIABLE | $VARIABLE | | Path Separator | ; (semicolon) | : (colon) | | Path Style | C:\Windows\System32 | /c/Windows/System32 | | Home Directory | $env:USERPROFILE | $HOME | | Temp Directory | $env:TEMP | /tmp | | Command Format | Get-ChildItem | ls (native command) |

Anleitung zur Shell-Erkennung und Cross-Shell-Kompatibilität für PowerShell vs. Git Bash/MSYS2 unter Windows Quelle: josiahsiegel/claude-plugin-marketplace.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist powershell-shell-detection?

Anleitung zur Shell-Erkennung und Cross-Shell-Kompatibilität für PowerShell vs. Git Bash/MSYS2 unter Windows Quelle: josiahsiegel/claude-plugin-marketplace.

Wie installiere ich powershell-shell-detection?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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