·noir-optimize-acir
>_

noir-optimize-acir

Workflow for measuring and optimizing the ACIR circuit size of a constrained Noir program. Use when asked to optimize a Noir program's gate count or circuit size.

26Installs·1Trend·@noir-lang

Installation

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

How to Install noir-optimize-acir

Quickly install noir-optimize-acir AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/noir-lang/noir --skill noir-optimize-acir
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: noir-lang/noir.

SKILL.md

View raw

This workflow targets ACIR circuit size for constrained Noir programs. It does not apply to unconstrained (Brillig) functions — Brillig runs on a conventional VM where standard profiling and algorithmic improvements apply instead, and bb gates won't reflect Brillig performance.

Libraries cannot be compiled with nargo compile. Instead, mark the functions you want to measure with #[export] and use nargo export:

Artifacts are written to the export/ directory and named after the exported function (not the package).

Workflow for measuring and optimizing the ACIR circuit size of a constrained Noir program. Use when asked to optimize a Noir program's gate count or circuit size. Source: noir-lang/noir.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/noir-lang/noir --skill noir-optimize-acir
Category
>_Productivity
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from noir-lang/noir

Quick answers

What is noir-optimize-acir?

Workflow for measuring and optimizing the ACIR circuit size of a constrained Noir program. Use when asked to optimize a Noir program's gate count or circuit size. Source: noir-lang/noir.

How do I install noir-optimize-acir?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/noir-lang/noir --skill noir-optimize-acir Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-20