·powershell-shell-detection
</>

powershell-shell-detection

josiahsiegel/claude-plugin-marketplace

Guía de detección de shell y compatibilidad entre shells para PowerShell frente a Git Bash/MSYS2 en Windows

39Instalaciones·2Tendencia·@josiahsiegel

Instalación

$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) |

Guía de detección de shell y compatibilidad entre shells para PowerShell frente a Git Bash/MSYS2 en Windows Fuente: josiahsiegel/claude-plugin-marketplace.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es powershell-shell-detection?

Guía de detección de shell y compatibilidad entre shells para PowerShell frente a Git Bash/MSYS2 en Windows Fuente: josiahsiegel/claude-plugin-marketplace.

¿Cómo instalo powershell-shell-detection?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

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