AztecProtocolAztecProtocolOfficialยท10 Agent Skills Included

aztec-packages

ZK proving, Noir circuits, and rollup development workflows

Guides development across the Aztec zero-knowledge rollup stack, including the Barretenberg C++ prover, Noir protocol circuits, Solidity verifiers, and the AVM. Covers compiler version bumps, merge-train PR workflows, backports, CI log analysis, and Linear issue and cycle management. Includes proving benchmarks, gate counting, and performance regression checks to replace slow manual build-and-test cycles.
npx skills add AztecProtocol/aztec-packages --all -g -y
Available:

Instructs the agent on the monorepo's component layout, dependency-ordered build commands, correct base branches for PRs, and safe git staging and submodule handling rules.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install aztec-packages skills?โ–ผ

Run `npx skills add AztecProtocol/aztec-packages --all -g -y` in your terminal to install all skills in this set globally.

What does the Aztec monorepo contain?โ–ผ

It holds the Barretenberg ZK proving system, the Aztec Virtual Machine, Noir protocol circuits, Solidity L1 rollup contracts, and the TypeScript node and client SDK.

How to benchmark Chonk proving performance?โ–ผ

The benchmark-chonk skill downloads pinned real transaction inputs and runs `bb prove --scheme chonk` locally or on a dedicated remote machine for stable, noise-free results.

How do merge trains work in this repo?โ–ผ

The merge-trains skill explains how PRs are batched into shared merge-train branches that auto-merge into next, including labels, CI behavior, and failure handling.

Can these skills manage Linear issues and cycles?โ–ผ

Yes. Skills like create-issue, fix, cycle, and prep-cycle let the agent file well-specified issues, implement fixes as draft PRs, and plan capacity-sized team cycles.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’