·zig

版本 0.15.2 的最新 Zig 程式語言模式。在編寫、審查或調試 Zig 程式碼、使用 build.zig 和 build.zig.zon 檔案或使用 comptime 元程式設計時使用。對於避免訓練資料中的過時模式至關重要 - 特別是建立系統 API(root_module 而不是 root_source_file、具有連結的 addLibrary)、I/O API(緩衝寫入器模式)、容器初始化 (.empty/.init)、分配器選擇 (DebugAllocator)、ArrayList .Struct)以及刪除的語言功能(async/await、usingnamespace)。

5安裝·0熱度·@nzrsky

安裝

$npx skills add https://github.com/nzrsky/zig-skills --skill zig

如何安裝 zig

透過命令列快速安裝 zig AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/nzrsky/zig-skills --skill zig
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:nzrsky/zig-skills。

SKILL.md

查看原文

Zig evolves rapidly. Training data contains outdated patterns that cause compilation errors. This skill documents breaking changes and correct modern patterns.

Type-First Development Define types and function signatures before implementation. Let the compiler guide completeness:

Make Illegal States Unrepresentable Use Zig's type system to prevent invalid states at compile time:

版本 0.15.2 的最新 Zig 程式語言模式。在編寫、審查或調試 Zig 程式碼、使用 build.zig 和 build.zig.zon 檔案或使用 comptime 元程式設計時使用。對於避免訓練資料中的過時模式至關重要 - 特別是建立系統 API(root_module 而不是 root_source_file、具有連結的 addLibrary)、I/O API(緩衝寫入器模式)、容器初始化 (.empty/.init)、分配器選擇 (DebugAllocator)、ArrayList .Struct)以及刪除的語言功能(async/await、usingnamespace)。 來源:nzrsky/zig-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/nzrsky/zig-skills --skill zig
分類
{}資料分析
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from nzrsky/zig-skills

快速解答

什麼是 zig?

版本 0.15.2 的最新 Zig 程式語言模式。在編寫、審查或調試 Zig 程式碼、使用 build.zig 和 build.zig.zon 檔案或使用 comptime 元程式設計時使用。對於避免訓練資料中的過時模式至關重要 - 特別是建立系統 API(root_module 而不是 root_source_file、具有連結的 addLibrary)、I/O API(緩衝寫入器模式)、容器初始化 (.empty/.init)、分配器選擇 (DebugAllocator)、ArrayList .Struct)以及刪除的語言功能(async/await、usingnamespace)。 來源:nzrsky/zig-skills。

如何安裝 zig?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/nzrsky/zig-skills --skill zig 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/nzrsky/zig-skills

詳情

分類
{}資料分析
來源
skills.sh
收錄時間
2026-02-25

相關 Skills

暫無