zsh
Installation
SKILL.md
Zsh
Use this skill to keep Zsh work grounded in the installed shell first, then fall back to zsh.sourceforge.io and the local manual when runtime behavior needs confirmation.
Prerequisite Check
Run this before proposing Zsh-specific commands:
command -v zsh >/dev/null 2>&1 || zsh --version
If zsh is missing, surface that first and point to scripts/install.sh or scripts/install.ps1. For POSIX-compatible tasks, say when bash is an acceptable fallback and when it is not because the request depends on Zsh-specific semantics.