Skip to content

feat: add skill instruction file for ai agent#342

Open
EdwardJoke wants to merge 1 commit into
rockorager:mainfrom
EdwardJoke:feat/ai-skill
Open

feat: add skill instruction file for ai agent#342
EdwardJoke wants to merge 1 commit into
rockorager:mainfrom
EdwardJoke:feat/ai-skill

Conversation

@EdwardJoke
Copy link
Copy Markdown

@EdwardJoke EdwardJoke commented May 20, 2026

Fix #341

Copy link
Copy Markdown
Owner

@rockorager rockorager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread skills/SKILL.md
zig fetch --save git+https://github.com/rockorager/libvaxis.git
```

## Examples
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For library users, these won't be available locally. Remove this section.

Comment thread skills/SKILL.md
}
```

## Building with Zig
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not special to libvaxis, just extra tokens. Remove this section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add skill for AI agent

2 participants