用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill noir-developer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | noir-developer |
| description | Develop Noir (.nr) codebases. Use when creating a project or writing code with Noir. |
nargo compile) Noir program into ACIR.nargo execute or NoirJS execute) based on ACIR and user inputs.If the environment is unsupported by nargo (e.g. native Windows), guide the user to using GitHub Codespaces (https://noir-lang.org/docs/tooling/devcontainer#using-github-codespaces) or a supported setup (WSL, Docker, or VM).
Define private inputs, public inputs (if any), and public outputs (if any) for each Noir program.
When creating a Noir project, use nargo new or nargo init to scaffold it.
Use nargo (not noir_wasm) for compilation; it is the maintained path.
Run nargo test to validate Noir implementations.
Confirm the proving backend choice before implementation details. If the user selects Barretenberg, read references/barretenberg.md.
nargo --help for the full list of commands.references/barretenberg.md.