zig-skills
Modern Zig coding, build system, and game library guidance
All Skills in This Repository (3)
Pure Emerald Level Indicatorszig
Provide Zig 0.15.x coding guidance and prevent deprecated language patterns.
zig-sdl3-bindings
Guide Zig development with SDL3 bindings for build configuration and idiomatic APIs.
zig-raylib-5.5
Guide idiomatic Zig 0.15.x code with raylib 5.5 bindings for game development.
Frequently Asked Questions
FAQPage SchemaHow to install zig-skills?โผ
Run `npx skills add rudedogg/zig-skills --all -g -y` in your terminal to install all skills in this suite globally.
Why does my AI write broken Zig code?โผ
Zig changes fast, so models often use removed features like async/await or the old build API. This skill supplies current 0.15.x patterns so generated code actually compiles.
Can I build Zig games with raylib or SDL3?โผ
Yes. Dedicated skills cover idiomatic Zig bindings for raylib 5.5 and SDL3, including game loops, rendering, audio, input, and error handling.
Does zig-skills help with code reviews?โผ
Yes. It includes a systematic review checklist that flags removed features, changed APIs, missing flushes, and allocator issues by confidence level.
Do I need Zig experience to use these skills?โผ
No. Your AI agent uses the references to write correct, idiomatic Zig from your plain-English requests, and the documentation also helps beginners learn the language.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core