LLM stuff
I think part of this is that I've gotten better at working within it's limitations and strengths as I've been updating my "agent" to be more effective.
LLM stuff
I haven't had much of a need for skills so far because the models are pretty capable even with minimal prompting and I found that skills often fill up the context more than is strictly necessary. I was thinking for ergonomics I'd have users define skills in their "documents" folder to make it more intuitive for graphical interface users.
re: LLM stuff
re: LLM stuff
@toiletpaper Is your skill published somewhere I could read? :o
I found I haven't needed to spell out how rigorous it needs to be because it's pretty good at that out of the box and past that I'm guiding it.
re: LLM stuff
LLM stuff
I've recently added support for AGENTS.md so I don't need to tell it how I want to do testing and code style checking every time and generally save some extra file reads whenever it starts a new feature. Next I'm gonna play with "skills" so I can load up commonly used instructions instead of repeating myself.