How to create your own AI agent skill
Creating an AI agent skill means writing a Markdown file. Here’s how to structure it so the agent loads it at the right time.
[Read More]
Every time I changed code, I’d Alt-Tab to the terminal, arrow up, Enter. dotnet test. Wait. Check. Back to the editor. Repeat.
It’s not the end of the world. But over a full day, it adds up, mostly in lost focus. The annoying part is that I already had dotnet watch in my workflow for hot-reloading a web app. I just never thought to ask what else it could do.