·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