Automation Utilities
Automation Utilities is a collection of lightweight scripts that remove friction from day-to-day work. The tools cover everything from batch image preparation to translation helpers that speed up localisation for prototypes.
Current Tools
- Batch Image Converter — Optimises large screenshot sets for the web while generating responsive breakpoints.
- Translation Helper — Wraps community-driven glossary data with an interactive prompt so I can spot inconsistencies before shipping builds.
- Daily Digest — Aggregates metrics from project trackers, chat platforms, and error logs into a single morning summary.
Under the Hood
Most utilities live in Python for the ecosystem’s parsing libraries, with Bash wrappers that let me schedule runs through cron or GitHub Actions. Each script ships with configuration templates and logging hooks so I can trace behaviour when automations run unattended.
Why It Matters
Spending a few hours building tooling pays back quickly when prototypes shift directions. These utilities keep my focus on solving core user problems instead of being distracted by manual busywork.