·powershell-shell-detection
</>

powershell-shell-detection

josiahsiegel/claude-plugin-marketplace

Windows 上 PowerShell 與 Git Bash/MSYS2 的 Shell 檢測和跨 shell 兼容性指南

39安裝·2熱度·@josiahsiegel

安裝

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

Windows 上 PowerShell 與 Git Bash/MSYS2 的 Shell 檢測和跨 shell 兼容性指南 來源: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 的 Shell 檢測和跨 shell 兼容性指南 來源: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 中使用

這個 Skill 的原始碼在哪?

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