zoxide
Installation
SKILL.md
Zoxide Navigation
Use zoxide-first navigation when the target directory is implied by keywords or history instead of a fixed absolute path.
Prerequisite Check
Run this before proposing z, zi, or query-based navigation:
command -v zoxide >/dev/null 2>&1 || zoxide --version
If zoxide is missing, surface that first and either run scripts/install.sh or scripts/install.ps1, or fall back to ordinary cd, find, and explicit absolute paths.