What problem does it solve? Setting up a Windows development machine requires manually downloading, installing, and configuring dozens of tools like Git, Node.js, Python, and Docker, each with its own installer and PATH configuration. This Skill provides a unified desktop app and CLI to provision developer environments with batch installation and status detection. ## Core Features & Use Cases - Batch Tool Installation: Install multiple developer tools (git, node, python, docker, vscode, databases) in parallel with per-tool error isolation so one failure does not abort the batch. - Status Detection & Diagnostics: Detect installed tools via registry and PATH checks, run diagnostics, and export the current configuration as JSON for reproducible environments. - Developer Profiles: Apply curated tool sets such as Web Development or Python Development for one-click environment provisioning. - Use Case: When onboarding a new Windows workstation, run the CLI to install git, node, python, docker, and vscode in one command, then export the configuration to replicate the setup on other machines. ## Quick Start Ask the assistant to install git, node, python, and docker on your Windows machine using the DevTools Hub CLI and then verify their installation status.