What problem does it solve? The loopbench-skills plugin depends on a standalone loopbench CLI that may be missing, outdated, or incompatible with the plugin version. This Skill inspects the environment without changing anything, obtains explicit user approval, and installs or repairs the CLI from the bundled, hash-verified wheel. ## Core Features & Use Cases - Read-only environment inspection: Runs setup_cli.py plan to report uv availability, installed CLI version, compatible version range, bundled wheel SHA-256, and executable paths before any change. - Approval-gated installation: Shows the exact uv tool install command and change targets, asks one explicit yes/no question, and only installs after explicit approval, verifying the wheel hash and all three executables afterward. - Post-update auditing: Uses loopbench upgrade plan --all and skill-authority plan to find and migrate project Skills copied from older official releases, never overwriting modified or unknown copies. - Use Case: After installing the loopbench-skills plugin, you ask the agent to set up Loopbench. The Skill checks your machine, shows the exact install command and targets, waits for your yes, installs the CLI, and then audits your projects for outdated Skill copies. ## Quick Start Ask the agent to set up or repair the Loopbench CLI for the loopbench-skills plugin and approve the shown installation plan.