feat: add skill instruction file for ai agent#342
Conversation
rockorager
left a comment
There was a problem hiding this comment.
I'm not sure about this PR. Have you tried using zigdoc? Much of this skill is made generalized when an agent can easily access dependency docs. I know myself and I will not be able to keep this skill up to date with all repo changes which then makes it hard to use since it won't be accurate.
That said, I am open to having a skill as long as it isn't so prescriptive to the current repo surface. If it was more encoding best practices and how to think about using vxfw, that is easier to maintain. Calling out specifics like what libvaxis supports, etc is bloating the context window IMO.
| zig fetch --save git+https://github.com/rockorager/libvaxis.git | ||
| ``` | ||
|
|
||
| ## Examples |
There was a problem hiding this comment.
For library users, these won't be available locally. Remove this section.
| } | ||
| ``` | ||
|
|
||
| ## Building with Zig |
There was a problem hiding this comment.
This is not special to libvaxis, just extra tokens. Remove this section.
Fix #341