Platform Tools Folder [exclusive] May 2026

We moved it all to tools/monday-cleanup . Now, the on-call engineer runs:

What is the most useful script in your team's tools/ folder? Let me know in the comments below. platform tools folder

You have three different scripts to clean up AWS resources. Your on-call engineer is running a Python snippet from a forgotten Gist. And your "golden path" documentation is already two major versions behind the actual CLI tooling. We moved it all to tools/monday-cleanup

When the database is down, you don't want to Google kubectl commands. You have three different scripts to clean up AWS resources

# tools/bootstrap-dev #!/bin/bash # Installs the exact versions of Terragrunt, Helm, and Node used in production ./tools/install-tfenv && tfenv install ./tools/install-helm-3.14 A tools/ folder is useless if nobody knows how to invoke it. Add a Makefile at your repo root to act as the catalog.

You don’t need a new platform. You need a .