add skill installation to setup and skill check to doctor
setup now runs `npx skills add` to install the using-vit skill for
Claude Code after tool checks pass. Gracefully skips if npx is missing
or the install fails. doctor reports whether the skill is installed via
a fast filesystem check (no network, no subprocess).