What problem does it solve? Setting up the compound-engineering plugin requires several CLI tools, agent skills, and repo-local config files, and it is hard to know which pieces are missing or outdated. This Skill runs a health check, reports what is missing, and interactively installs or fixes each item. ## Core Features & Use Cases - Environment Health Check: Runs a bundled diagnostic script that reports installed versus missing CLI tools (agent-browser, gh, jq, vhs, silicon, ffmpeg, ast-grep) and agent skills. - Repo-Local Config Bootstrap: Cleans up obsolete compound-engineering.local.md files, creates .compound-engineering/config.local.yaml from a template, and ensures it is safely gitignored. - Guided Installation: Presents missing dependencies as a multi-select list, shows the exact install commands, runs them with approval, and verifies each installation. - Use Case: After installing the compound-engineering plugin on a new machine, run the setup to discover that gh and ast-grep are missing, approve their installation, and have the project config file created and gitignored in one pass. ## Quick Start Ask the assistant to run the compound-engineering setup to check my environment and install any missing tools.