·noir-idioms
</>

noir-idioms

編寫慣用的、高效的黑色程式的指南。在編寫或審查 Noir 程式碼時使用。

32安裝·2熱度·@noir-lang

安裝

$npx skills add https://github.com/noir-lang/noir --skill noir-idioms

如何安裝 noir-idioms

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

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

來源:noir-lang/noir。

SKILL.md

查看原文

These guidelines help you write Noir programs that are readable, idiomatic, and produce efficient circuits.

Computing a value is often more expensive in a circuit than verifying a claimed value is correct. Use unconstrained functions to compute results off-circuit, then verify them with cheap constraints.

Note that the compiler already injects unconstrained helpers for some operations automatically (e.g., integer division). Don't hint what the compiler already optimizes — focus on higher-level computations like sorting, searching, and array construction where the compiler cannot automatically apply this pattern.

編寫慣用的、高效的黑色程式的指南。在編寫或審查 Noir 程式碼時使用。 來源:noir-lang/noir。

可引用資訊

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

安裝指令
npx skills add https://github.com/noir-lang/noir --skill noir-idioms
分類
</>開發工具
認證
收錄時間
2026-02-20
更新時間
2026-03-11

Browse more skills from noir-lang/noir

快速解答

什麼是 noir-idioms?

編寫慣用的、高效的黑色程式的指南。在編寫或審查 Noir 程式碼時使用。 來源:noir-lang/noir。

如何安裝 noir-idioms?

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

這個 Skill 的原始碼在哪?

https://github.com/noir-lang/noir

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-20