powershell-shell-detection
✓Windows 上の PowerShell と Git Bash/MSYS2 のシェル検出とシェル間の互換性に関するガイダンス
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) |
Windows 上の PowerShell と Git Bash/MSYS2 のシェル検出とシェル間の互換性に関するガイダンス ソース: josiahsiegel/claude-plugin-marketplace。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
powershell-shell-detection とは?
Windows 上の PowerShell と Git Bash/MSYS2 のシェル検出とシェル間の互換性に関するガイダンス ソース: josiahsiegel/claude-plugin-marketplace。
powershell-shell-detection のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill powershell-shell-detection インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/josiahsiegel/claude-plugin-marketplace
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01