vx-project

Installation
SKILL.md

VX Project Management Guide

Quick start: Run vx init to create vx.toml, vx setup to install all tools, vx dev to enter the dev environment. For existing projects, just run vx setup after 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:

Installs
1
Repository
loonghao/vx
GitHub Stars
32
First Seen
Jun 19, 2026
vx-project — loonghao/vx