vx-best-practices

Installation
SKILL.md

VX Best Practices

Golden rule: Always prefix tool commands with vx in vx-managed projects. Use vx.toml for project-level tool versions, commit vx.lock for 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
Installs
1
Repository
loonghao/vx
GitHub Stars
32
First Seen
Jun 19, 2026
vx-best-practices — loonghao/vx