Thaheer-Lepakshi/Install-tools ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple shell script that helps set up a fresh machine by installing common developer tools automatically.

I want one script I can run from the terminal that checks what’s already installed, installs missing tools, and prints clear progress as it goes. It should be easy to add or remove tools later, and it should handle errors without crashing in a confusing way. If it needs admin access, prompt for that only when necessary.

Make it work on a typical Linux system, and if you need to look up current install commands or best practices online, go ahead. Keep it straightforward and reliable, since I just want an easy way to get my basic tools installed quickly.