Whenever I run Replicate AI models from my local computer, I invariably end up repeating a lot of the same instructions to my agent harness. This includes stuff like making sure to run models in parallel to keep things snappy, saving all the the outputs locally, using sensible filenames, etc. Today I wrapped those instructions up into a new agent skill, so I don't have to repeat myself every time.
Check it out at https://github.com/zeke/replicate-local-workflow-skill