Automation
Most of the automation work I do comes out of my own projects, where I chain a few focused tools together instead of building one monolith that does everything.
An example from my own stack: Chelicera collects emails, Stinger parses and checks them, and Mailrain sends — tied together with a script, or run manually as separate tools when that’s more useful.
That’s the shape most automation work takes with me: a set of small, understandable pieces instead of one opaque process. I can build similar pipelines for information gathering, data processing, scheduled tasks, or repetitive manual work you want off your plate.