vx-best-practices
Installation
SKILL.md
VX Best Practices
Golden rule: Always prefix tool commands with
vxin vx-managed projects. Usevx.tomlfor project-level tool versions, commitvx.lockfor reproducibility, prefer templates over custom code when creating providers, and prefer structured or compact output before reading large logs.
General Principles
1. Always Use vx Prefix
In vx-managed projects, always prefix tool commands with vx:
# ✅ Correct
vx npm install
vx cargo build
vx just test