·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-20