Help us improve
Share bugs, ideas, or general feedback.
From zig
Guides Zig-C interoperability: import C headers with @cImport/@cInclude, export Zig functions to C, map types, use translate-c tool, link C libraries in build.zig.
npx claudepluginhub vinnie357/claude-skills --plugin zigHow this skill is triggered — by the user, by Claude, or both
Slash command
/zig:c-interopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Importing C libraries, exporting Zig to C, type mappings, and translate-c.
Guides Zig and C interoperability: importing C headers with @cImport, exporting Zig functions to C, mapping types, using translate-c, and linking C libraries.
Share bugs, ideas, or general feedback.
Importing C libraries, exporting Zig to C, type mappings, and translate-c.
Activate when:
For type mappings, linking patterns, and string interop examples, see references/c-interop.md.