10x-cli Setup This skill sets up the on the user's machine. The core principle is simple: the README is the single source of truth . The CLI evolves — version requirements change, new install methods appear, commands get updated. Rather than hardcoding any of that here, this skill tells you how to work , and the README tells you what to do . Step 1: Check if the CLI is already installed Before anything else, check the current state: - If a version is printed, the CLI is already installed. Tell the user and ask if they want to update, reconfigure, or troubleshoot. - If not installed, proceed t…