vx-project
Installation
SKILL.md
VX Project Management Guide
Quick start: Run
vx initto createvx.toml,vx setupto install all tools,vx devto enter the dev environment. For existing projects, just runvx setupafter cloning.
Project Setup
Initialize a Project
vx init # Create vx.toml interactively
vx init --template node # Use a template
vx init --minimal # Create minimal vx.toml
Project Detection
vx automatically detects project types and suggests tools: