What problem does it solve? Developers on fresh machines often cannot run the project's justfile recipes because just is missing, or because winget installs it into a folder that is not on PATH. This Skill installs just on Windows, macOS, or Linux, repairs the PATH gap, and proves the repo's recipes actually list and run. ## Core Features & Use Cases - Cross-platform installation: Installs just via winget, scoop, Homebrew, or the official curl installer depending on the operating system. - Windows PATH repair: Copies just.exe from the versioned winget package folder into the WinGet Links directory so new terminals can find it. - Verification and smoke test: Runs just from the repo root to list recipes and executes the cheapest safe recipe to confirm the setup works. - Use Case: A developer clones a project, types just, and gets "command not found". This Skill installs the binary, fixes PATH, and confirms just build runs before handing off. ## Quick Start Ask the assistant to set up just on this machine and verify the project's recipes run.