Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

aztec-packages

aztec-packages에는 AztecProtocol에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
444
업데이트
2026-07-07
Forks
614
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

network-spot-check
네트워크·컴퓨터 시스템 관리자

Spot-check the health of a live Aztec network deployment by sweeping recent GCP logs for warn/error messages, mapping each to the deployed code, classifying expected vs unexpected, and verifying the hard invariants (no slashing, no attestation timeouts, no unexplained prunes/conflicts). Use when asked to "spot-check", "review logs", or "health check" a network (staging, testnet, devnet, ...) over a recent window.

2026-07-07
merge-train-infra
소프트웨어 개발자

Reference for merge-train automation internals -- workflows, scripts, CI integration, and configuration. Use when modifying or debugging merge-train infrastructure.

2026-07-04
release-docs
소프트웨어 개발자

Build and update the developer documentation site for a new release

2026-06-18
merge-trains
소프트웨어 개발자

Guide for working with merge-train branches -- creating PRs, choosing the right base branch, understanding labels, handling failures, and bypassing checks.

2026-06-15
create-issue
프로젝트 관리 전문가

Create a well-formed Linear issue — with complete context for a fresh agent, a point estimate (1/2/3/5), and acceptance criteria. Works standalone or as part of planning a project with multiple issues. Use when asked to file/create/open a Linear issue, "make a ticket", or when breaking a plan into tracked work.

2026-06-15
prep-cycle
프로젝트 관리 전문가

Build or adjust a Linear cycle — for a whole team or just yourself. Size capacity from last-3-cycle velocity, fill with backlog bugs/high-priority items first and project work after (in your chosen project focus order), with no unassigned issues. Use when planning/prepping a cycle for a team, or when one member wants to fill/rebalance their own cycle work.

2026-06-15
release-network-docs
소프트웨어 개발자

Update network/operator documentation for a mainnet or testnet release without touching developer docs

2026-06-10
fix
소프트웨어 개발자

Analyze Linear issues, validate them against the codebase, then implement fixes and create draft PRs.

2026-06-03
benchmark-chonk
소프트웨어 개발자

Run realistic Chonk (client IVC) benchmarks using pinned protocol inputs. Covers native and WASM proving, per-circuit breakdowns, BB_BENCH instrumentation, and profiling code augmentation. Use when asked to benchmark, profile, or measure Chonk proving performance.

2026-05-28
profile-chonk
소프트웨어 개발자

Run the Chonk (client-IVC) prover on the remote EC2 and collect Perfetto-compatible JSON traces. Supports both native and WASM runtimes. Generates a one-click Perfetto UI link for visual analysis. Use when asked to profile, trace, or visualize Chonk proving performance.

2026-05-28
remote-bench
소프트웨어 개발자

Run benchmarks on the dedicated remote EC2 benchmarking machine for noise-free, single-run results. Handles env var validation, lock management, binary transfer, and result collection. Use with /benchmark-chonk or any BB benchmark target.

2026-05-28
update-doc-references
소프트웨어 개발자

Analyze source-file changes referenced by documentation, update affected docs when needed, and report documentation reference updates for a PR.

2026-05-26
chonk-inputs
소프트웨어 개발자

Manage pinned Chonk IVC inputs and the Chonk/rollup UltraHonk proving checks. Use when updating, testing, benchmarking, or reviewing the CI flow for Chonk input refreshes.

2026-05-19
sumcheck
소프트웨어 개발자

Comprehensive reference for the Sumcheck protocol implementation in barretenberg. Use when working on sumcheck prover/verifier, relations, ZK sumcheck (Libra/row disabling), ECCVM committed sumcheck, flavors, gate separator, partial evaluation, or any code in the sumcheck/ directory and its integrations.

2026-04-21
read-gist
소프트웨어 개발자

Fetch and display a GitHub gist. Triggers when the user asks to read, fetch, or view a URL from gist.github.com.

2026-04-10
aztec-wallet
소프트웨어 개발자

Run cli-wallet commands against a live Aztec network. Deploy contracts, send transactions, query state, bridge funds, and manage accounts.

2026-04-09
cycle
소프트웨어 개발자

Show my Linear issues for the current cycle, grouped by status.

2026-03-26
acir-formal-proofs
소프트웨어 개발자

Build and run ACIR formal proof tests with SMT verification. Generates ACIR artifacts from noir's ssa_verification tool, then runs each test individually with user-specified time/memory limits, and updates the README results table.

2026-03-20
backport
소프트웨어 개발자

Backport a merged PR to a release branch, resolving conflicts if needed

2026-03-18
fix-pr
소프트웨어 개발자

Fix a failing PR by analyzing CI logs and fixing errors. Autonomous workflow that identifies failures, rebases, fixes issues, and pushes.

2026-03-18
rebase-pr
소프트웨어 개발자

Rebase a PR on its base branch, fix conflicts, and verify build

2026-03-18
unit-test-implementation
소프트웨어 품질 보증 분석가·테스터

Best practices for implementing unit tests in this TypeScript monorepo. Use when writing new tests, refactoring existing tests, or fixing failing tests. Covers mocking strategies, test organization, helper functions, and assertion patterns.

2026-03-17
network-logs
네트워크·컴퓨터 시스템 관리자

Query and analyze logs from live Aztec network deployments on GCP Cloud Logging

2026-03-13
updating-changelog
소프트웨어 개발자

Updates changelog documentation for contract developers and node operators by analyzing branch changes relative to 'next'. Use when preparing a PR, updating migration notes, documenting breaking changes, or when asked to update changelog/release notes.

2026-02-17
stdlib-point-at-infinity
소프트웨어 개발자

Guidelines for handling point-at-infinity in stdlib circuit types. Use when working on serialization, public inputs, or cycle_group/biggroup code.

2026-02-13
ci-logs
소프트웨어 개발자

Analyze CI logs from ci.aztec-labs.com. Use this instead of WebFetch for CI URLs.

2026-02-10
noir-sync-update
소프트웨어 개발자

Perform necessary follow-on updates as a result of updating the noir git submodule.

2026-02-10
debug-e2e
소프트웨어 품질 보증 분석가·테스터

Interactive debugging for failed e2e tests. Orchestrates the debugging session but delegates log reading to subagents to keep the main conversation clean. Use for ping-pong debugging sessions where you want to form and test hypotheses together with the user.

2026-02-10
worktree-spawn
소프트웨어 개발자

Spawn an independent Claude instance in a git worktree to work on a task in parallel. Use when the user wants to delegate a task to run independently while continuing the current conversation.

2026-02-10
adding-benchmarks
소프트웨어 개발자

Add new benchmarks to the CI pipeline. Guides through creating benchmark JSON files, integrating with bootstrap.sh, and ensuring proper CI upload via ci3.yml workflow.

2026-02-08
readme-writer
소프트웨어 개발자

Guidelines for writing module READMEs that explain how a module works to developers who need to use it or understand its internals. Use when documenting a module, package, or subsystem.

2025-12-23