·zig-best-practices
</>

zig-best-practices

0xbigboss/claude-code

为类型优先开发提供 Zig 模式,包括标记联合、显式错误集、comptime 验证和内存管理。读取或写入 Zig 文件时必须使用。

80安装·0热度·@0xbigboss

安装

$npx skills add https://github.com/0xbigboss/claude-code --skill zig-best-practices

SKILL.md

Types define the contract before implementation. Follow this workflow:

Use Zig's type system to prevent invalid states at compile time.

Larger cohesive files are idiomatic in Zig. Keep related code together: tests alongside implementation, comptime generics at file scope, public/private controlled by pub. Split only when a file handles genuinely separate concerns. The standard library demonstrates this pattern with files like std/mem.zig containing 2000+ lines of cohesive memory operations.

为类型优先开发提供 Zig 模式,包括标记联合、显式错误集、comptime 验证和内存管理。读取或写入 Zig 文件时必须使用。 来源:0xbigboss/claude-code。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/0xbigboss/claude-code --skill zig-best-practices
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 zig-best-practices?

为类型优先开发提供 Zig 模式,包括标记联合、显式错误集、comptime 验证和内存管理。读取或写入 Zig 文件时必须使用。 来源:0xbigboss/claude-code。

如何安装 zig-best-practices?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xbigboss/claude-code --skill zig-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/0xbigboss/claude-code