zsh-path-skill
✓管理 zsh 中的 PATH 配置并对其进行故障排除。在向 PATH 添加工具(bun、nvm、Python venv、cargo、go)、诊断“未找到命令”错误、验证 PATH 条目或在 .zshrc 和 .zshrc.local 文件中组织 shell 配置时使用。
SKILL.md
This skill provides comprehensive guidance for managing PATH environment variables in zsh, including troubleshooting missing commands, adding new tools, and organizing shell configuration.
Note: NVM is a shell function, not a binary. It modifies PATH dynamically to point to the active Node version.
| bun | $HOME/.bun/bin | bun --version | | nvm | $NVMDIR/versions/node//bin | nvm --version | | cargo | $HOME/.cargo/bin | cargo --version | | go | $GOPATH/bin | go version | | pyenv | $PYENVROOT/bin | pyenv --version | | brew (ARM) | /opt/homebrew/bin | brew --version | | brew (Intel) | /usr/local/bin | brew --version |
管理 zsh 中的 PATH 配置并对其进行故障排除。在向 PATH 添加工具(bun、nvm、Python venv、cargo、go)、诊断“未找到命令”错误、验证 PATH 条目或在 .zshrc 和 .zshrc.local 文件中组织 shell 配置时使用。 来源:julianobarbosa/claude-code-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill zsh-path-skill- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 zsh-path-skill?
管理 zsh 中的 PATH 配置并对其进行故障排除。在向 PATH 添加工具(bun、nvm、Python venv、cargo、go)、诊断“未找到命令”错误、验证 PATH 条目或在 .zshrc 和 .zshrc.local 文件中组织 shell 配置时使用。 来源:julianobarbosa/claude-code-skills。
如何安装 zsh-path-skill?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/julianobarbosa/claude-code-skills --skill zsh-path-skill 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/julianobarbosa/claude-code-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01