Agent Skills: Aztec Development Skills

Patterns for Aztec development: contracts, frontend, testing. Use when working with Aztec contracts in any capacity unless otherwise specified

developmentID: critesjosh/aztec-claude-plugin/aztec-developer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/critesjosh/aztec-claude-plugin/tree/HEAD/skills/aztec-developer

Skill Files

Browse the full folder contents for aztec-developer.

Download Skill

Loading file tree…

skills/aztec-developer/SKILL.md

Skill Metadata

Name
aztec-developer
Description
"Patterns for Aztec development: contracts, frontend, testing. Use when working with Aztec contracts in any capacity unless otherwise specified"

Aztec Development Skills

Comprehensive patterns and best practices for Aztec smart contract development.

Subskills

Navigate to the appropriate section based on your task:

Quick Reference

Creating a New Project

See Project Setup for initializing new Aztec projects.

Writing Contracts

Start with Contract Structure for the basic template, then explore:

Testing Contracts

See TXE Setup to configure your test environment, then:

Using Aztec MCP Server

For detailed API documentation and code examples beyond what's covered here, use the Aztec MCP tools:

First, sync the repos (if not already done):

aztec_sync_repos()

Search for code patterns:

aztec_search_code({ query: "<pattern>", filePattern: "*.nr" })

List and read example contracts:

aztec_list_examples()
aztec_read_example({ name: "<example-name>" })

Search documentation:

aztec_search_docs({ query: "<question>" })

Read any file from cloned repos:

aztec_read_file({ path: "<relative-path>" })