·noir-idioms
</>

noir-idioms

إرشادات لكتابة برامج Noir الاصطلاحية والفعالة. يُستخدم عند كتابة كود Noir أو مراجعته.

32التثبيتات·2الرائج·@noir-lang

التثبيت

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

كيفية تثبيت noir-idioms

ثبّت مهارة الذكاء الاصطناعي noir-idioms بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/noir-lang/noir --skill noir-idioms
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في 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 أو مراجعته. المصدر: noir-lang/noir.

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/noir-lang/noir --skill noir-idioms
المصدر
noir-lang/noir
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-20
آخر تحديث
2026-03-11

Browse more skills from noir-lang/noir

إجابات سريعة

ما هي noir-idioms؟

إرشادات لكتابة برامج Noir الاصطلاحية والفعالة. يُستخدم عند كتابة كود Noir أو مراجعته. المصدر: noir-lang/noir.

كيف أثبّت noir-idioms؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/noir-lang/noir --skill noir-idioms بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

أين مستودع المصدر؟

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

التفاصيل

الفئة
</>أدوات التطوير
المصدر
skills.sh
أول ظهور
2026-02-20