Four agent skills I built
I wrote all four from scratch. Each one turns a recurring job in building and releasing ACLogics into a fixed process: a boundary the model has to work inside, or a step it would otherwise skip.
- bug‑finder Every finding a hunter reports is handed to a model from a different vendor, scored on tearing it down. An isolated referee rules on both. A model is rewarded for finding bugs, not for being right about them.
- working‑backwards Reads the repo, interviews me in rounds, then writes two documents instead of one: a press release that makes the case in one read, and a build spec that names the files and functions it expects to touch. A spec with every detail in it is one nobody reads.
- i18n‑translate Launches a cheaper model in a separate CLI to batch the missing Lingui entries, translate, and audit every string for the Spanish word too long for its button. Translation lands at the end of a feature, when context is scarcest.
- maestro‑autopilot Runs the user flows a unit test can’t reach, unattended on the iOS simulator and on a real Android phone, triages every failure into one of four classes, and inlines every screenshot into a single self‑contained HTML file. In a log, a broken app and a broken harness look identical.