A small Todo git repo. Well, it started as a simple git repo with a text file, but now it has a web front end, and a lambda/cron thingie that can automatically add tasks based off a description of frequency. For me, having a todo task list I can use wherever I have a shell or browser means I'll actually use the dang thing. One of these days I'll clean up the code and put it somewhere public, I suspect others might find it useful.
The other thing I've done that I'm sure lots of people have done: A small git repo that has some random tools I've made from time to time. I put it in my path on any machine I use frequently, so I have my little toolbox handy. One of the tools in my toolbox spits out a command line to download and run any other tool without writing it to disk, or needing any credentials locally, so I can paste the runner on a machine I'm on, but don't want to copy all the tools or otherwise setup. That can be handy, and prevents me from polluting any machine I touch.