What problem does it solve? Setting up a compound-engineering environment requires checking many CLI dependencies, agent skills, and repo-local config files by hand, and missing or outdated pieces cause confusing failures later. This Skill runs a single health check and then interactively fixes whatever is missing. ## Core Features & Use Cases - Environment Health Check: Runs a bundled script that reports installed versus missing CLI tools (agent-browser, gh, jq, vhs, silicon, ffmpeg, ast-grep) and agent skills in one pass. - Guided Installation: Presents missing tools and skills as a pre-selected multi-select list, shows each install command, asks for approval, and verifies the result after running it. - Repo-Local Config Management: Removes obsolete compound-engineering.local.md files, bootstraps .compound-engineering/config.local.yaml from a template, and ensures local config is safely gitignored. - Use Case: After cloning a project that uses compound-engineering, run the setup check to discover that gh and ast-grep are missing, approve their install commands, and finish with a verified, gitignored local config. ## Quick Start Ask the assistant to run the compound-engineering setup check and fix any missing tools or config in this repository.