WHAT I'M WORKING ON
New RocketSim onboarding, Simulator Video Editor
It truly feels like I leveled up my productivity once more last week. I already had a Mac Mini in place, and I'm using it more and more for dedicated development.
RocketSim is a Mac app, which can make it challenging to do multiple tasks at the same time. I can't simply launch another Simulator. Yes, I could launch the Mac app twice, but it's likely both will influence each other by sharing the same sandbox data.
Last week, I started working on a Simulator Video Editor:
It's coming along nicely, but it does take a while to complete with the high standards I have. Meanwhile, I also want to improve the onboarding, which requires a clean state every launch. That's where the Mac Mini perfectly fits in.
Working on another machine did open up my eyes. Things like the GitHub CLI became so part of my workflow that I did not even realize. Until I asked the agent on my Mac Mini to open PRs, fix CI failures, or other GitHub related tasks. That's so much eacher if you can use the gh command.
I do not have an optimal way of sharing global Agent Skills and other workflow-related tools, but I did start to see more value into adding Agent Skills to a repo. If only to add automatic observation for updating the skill to the latest version.
Meanwhile, I'm keeping track of daily learnings in a diary. For my Agentic coding fundamentals for developers course, it's crucial that I'll answer my own challenges, as I'm sure you'll face the same someday soon. Execited to help you on that journey!