zsh-path-skill
✓PATH-Konfiguration in zsh verwalten und Fehler beheben. Wird zum Hinzufügen von Tools zu PATH (Bun, NVM, Python Venv, Cargo, Go), zum Diagnostizieren von „Befehl nicht gefunden“-Fehlern, zum Validieren von PATH-Einträgen oder zum Organisieren der Shell-Konfiguration in .zshrc- und .zshrc.local-Dateien verwendet.
Installation
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 |
PATH-Konfiguration in zsh verwalten und Fehler beheben. Wird zum Hinzufügen von Tools zu PATH (Bun, NVM, Python Venv, Cargo, Go), zum Diagnostizieren von „Befehl nicht gefunden“-Fehlern, zum Validieren von PATH-Einträgen oder zum Organisieren der Shell-Konfiguration in .zshrc- und .zshrc.local-Dateien verwendet. Quelle: julianobarbosa/claude-code-skills.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill zsh-path-skill- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist zsh-path-skill?
PATH-Konfiguration in zsh verwalten und Fehler beheben. Wird zum Hinzufügen von Tools zu PATH (Bun, NVM, Python Venv, Cargo, Go), zum Diagnostizieren von „Befehl nicht gefunden“-Fehlern, zum Validieren von PATH-Einträgen oder zum Organisieren der Shell-Konfiguration in .zshrc- und .zshrc.local-Dateien verwendet. Quelle: julianobarbosa/claude-code-skills.
Wie installiere ich zsh-path-skill?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill zsh-path-skill Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/julianobarbosa/claude-code-skills
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01