What problem does it solve? Setting up the compound-engineering environment requires verifying many CLI tools, agent skills, and repo-local config files by hand, which is error-prone and tedious. This Skill automates the diagnosis and guides you through fixing every gap interactively. ## Core Features & Use Cases - One-pass health check: Runs a bundled script that reports the status of CLI tools (agent-browser, gh, jq, vhs, silicon, ffmpeg, ast-grep), agent skills, and repo-local config in a single formatted report. - Guided installation: Presents missing tools and skills as a pre-selected multi-select list, shows each install command, asks for approval, and verifies the installation afterward. - Repo config bootstrapping: Cleans up obsolete compound-engineering.local.md files, creates .compound-engineering/config.local.yaml from a template, and ensures it is safely gitignored. - Use Case: After cloning a project that uses compound-engineering, run this Skill to confirm every dependency is installed, refresh the example config, and install anything missing before starting work. ## Quick Start Ask the assistant to run the compound-engineering setup check and fix any missing tools or config in this repository.