A collection of personal productivity utilities. Each utility lives in its own top-level folder and is mostly self-contained — its own dependencies, its own entry points, its own docs.
utils/
├── <utility-name>/
│ └── ...
└── <another-utility>/
└── ...
- Create a new folder at the repo root named after the utility.
- Keep its dependencies and configuration scoped to that folder.
- Add a short README inside it describing what it does and how to run it.