powershell-shell-detection
✓Détection de shell et conseils de compatibilité inter-shell pour PowerShell vs Git Bash/MSYS2 sous Windows
Installation
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) |
Détection de shell et conseils de compatibilité inter-shell pour PowerShell vs Git Bash/MSYS2 sous Windows Source : josiahsiegel/claude-plugin-marketplace.
Faits (prêts à citer)
Champs et commandes stables pour les citations IA/recherche.
- Commande d'installation
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection- Catégorie
- </>Développement
- Vérifié
- ✓
- Première apparition
- 2026-02-01
- Mis à jour
- 2026-02-18
Réponses rapides
Qu'est-ce que powershell-shell-detection ?
Détection de shell et conseils de compatibilité inter-shell pour PowerShell vs Git Bash/MSYS2 sous Windows Source : josiahsiegel/claude-plugin-marketplace.
Comment installer powershell-shell-detection ?
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor
Où se trouve le dépôt source ?
https://github.com/josiahsiegel/claude-plugin-marketplace
Détails
- Catégorie
- </>Développement
- Source
- skills.sh
- Première apparition
- 2026-02-01