agglayeragglayerOfficialยท2 Agent Skills Included

agglayer-contracts

Cross-chain bridge contracts, rollup management, and multisig upgrades

Manages Agglayer smart contracts for cross-chain bridging, rollup registration, proof verification, and governance timelocks. Guides Safe multisig operations from transaction preparation through signature collection and on-chain execution. Simplifies L2 sovereign chain upgrades with step-by-step parameter setup, shadow fork testing, and timelock scheduling.
npx skills add agglayer/agglayer-contracts --all -g -y
Available:

Gives your AI agent the full map of the Agglayer contract system, including contract addresses, deployment sequences, upgrade rules, and build commands, so it can execute blockchain operations correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agglayer-contracts?โ–ผ

Run `npx skills add agglayer/agglayer-contracts --all -g -y` in your terminal to install all skills in this suite globally.

How to execute a Safe multisig transaction?โ–ผ

The safe-multisig skill walks you through preparing the transaction, collecting signatures from each owner, and executing on-chain. It supports Ledger hardware wallets and Timelock interactions.

How to upgrade L2 sovereign chain contracts?โ–ผ

The upgrade-l2 skill helps you pick the right upgrade script, fill in the parameters file, and run the upgrade. It also supports shadow fork testing to validate everything before going live.

Does it work with Claude Code and other AI agents?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.

Do I need to share my private keys?โ–ผ

No. The skills never ask for private keys or mnemonics directly. You only set them in your local .env file, and Ledger hardware wallets are recommended for mainnet operations.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’