zig-troubleshooting
Installation
SKILL.md
Zig Troubleshooting
Common errors, debugging techniques, and solutions for Zig development issues.
When to Use This Skill
Activate when:
- Diagnosing Zig compiler errors
- Debugging runtime panics or safety checks
- Investigating memory leaks or use-after-free
- Fixing build.zig configuration issues
- Understanding error return traces
For error catalogs, debugging patterns, and common pitfalls, see references/troubleshooting.md.