Auto-discovered marketplace from critesjosh/noir-claude-plugin
npx claudepluginhub critesjosh/noir-claude-pluginClaude Code plugin for Noir zero-knowledge circuit development. Provides skills and commands for writing, testing, proving, and verifying Noir circuits.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A Claude Code plugin for Noir zero-knowledge circuit development. Provides skills and commands for writing, testing, proving, and verifying Noir circuits.
/plugin marketplace add critesjosh/noir-claude-plugin
/plugin install noir@noir-plugins
Clone the repository and load directly:
git clone https://github.com/critesjosh/noir-claude-plugin
claude --plugin-dir /path/to/noir-plugin
/plugin marketplace update
cd /path/to/noir-plugin
git pull
Changes take effect on the next Claude Code session.
This plugin includes the noir-mcp-server which provides local access to Noir documentation, examples, standard library, and source code.
The MCP server defaults to the latest stable Noir version. To switch:
Option 1: Use the /noir-version command
/noir-version # Autodetect from project's Nargo.toml
/noir-version v1.0.0-beta.18 # Use specific version
Option 2: Call noir_sync_repos directly
noir_sync_repos({ version: "v1.0.0-beta.18", force: true })
Check current version:
noir_status()
Noir Developer (noir-developer)
Noir Testing (noir-testing)
#[test], should_fail, should_fail_withprintlnNoir JS (noir-js)
@noir-lang/noir_js for witness generation and oracle callbacks@aztec/bb.js for proof generationNoir Web (noir-web)
useProof() hook patternReview Circuit (review-circuit)
Noir Idioms (noir-idioms)
ACIR Optimization (noir-optimize-acir)
nargo compile && bb gates| Command | Description |
|---|---|
/noir:noir-developer | Circuit development patterns and stdlib reference |
/noir:noir-testing | Test framework usage and patterns |
/noir:noir-js | JavaScript proving pipeline |
/noir:noir-web | Browser integration with Web Workers |
/noir:review-circuit [path] | Review a circuit for correctness and efficiency |
/noir-version [version] | Switch Noir version for MCP server |
The plugin includes LSP (Language Server Protocol) configuration for Noir, providing:
.nr filesRequirement: Nargo must be installed. Install via noirup.
The noir-idioms and noir-optimize-acir skills are sourced from the Noir repo (Apache-2.0 licensed). To update them: