aztec-packages
ZK proving, Noir circuits, and rollup development workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorsnoir-sync-update
Automate post-update maintenance across noir, avm-transpiler, and yarn-project repositories.
updating-changelog
Generate changelog drafts by analyzing git diffs between next and HEAD.
ci-logs
Analyze CI logs from ci.aztec-labs.com to identify failures and errors.
adding-benchmarks
Automate benchmark creation and CI integration across multi-package repositories.
worktree-spawn
Spawn a Claude instance in a separate git worktree for parallel task execution.
debug-e2e
Coordinates interactive debugging sessions for failed end-to-end CI tests via subagents.
fix-pr
Analyze CI logs and apply targeted fixes to failing PRs.
readme-writer
Generate developer-focused READMEs with YAML frontmatter and structured sections.
unit-test-implementation
Implement unit tests in a TypeScript monorepo with Jest.
rebase-pr
Rebase a pull request onto its base branch and resolve conflicts with git and GitHub CLI.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core