validate-binaries
✓Validate voxtype binaries for CPU instruction contamination. Use when checking release binaries for AVX-512 or GFNI instruction leaks that would crash on older CPUs.
Installation
SKILL.md
Verify that voxtype binaries don't contain forbidden CPU instructions that would cause crashes on older CPUs.
| Binary | Must NOT have | Must have |
| AVX2 | zmm registers, AVX-512 EVEX, GFNI | - | | Vulkan | zmm registers, AVX-512 EVEX, GFNI | - | | AVX-512 | - | zmm registers (confirms optimization) |
Validate voxtype binaries for CPU instruction contamination. Use when checking release binaries for AVX-512 or GFNI instruction leaks that would crash on older CPUs. Source: peteonrails/voxtype.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/peteonrails/voxtype --skill validate-binaries- Source
- peteonrails/voxtype
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is validate-binaries?
Validate voxtype binaries for CPU instruction contamination. Use when checking release binaries for AVX-512 or GFNI instruction leaks that would crash on older CPUs. Source: peteonrails/voxtype.
How do I install validate-binaries?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/peteonrails/voxtype --skill validate-binaries Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/peteonrails/voxtype
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01