OpenZeppelinOpenZeppelinOfficialยท9 Agent Skills Included

openzeppelin-skills

Secure smart contract setup, development, and safe upgrades

Sets up, develops, reviews, and upgrades smart contracts across Solidity, Cairo, Stylus, Stellar, and Sui Move using OpenZeppelin libraries. Eliminates guesswork around dependencies, proxy patterns, storage layout rules, and access control that cause costly on-chain bugs. Guides agents to reuse audited library components instead of writing risky custom code, with built-in upgrade safety checklists.
npx skills add OpenZeppelin/openzeppelin-skills --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install OpenZeppelin Skills?โ–ผ

Run `npx skills add OpenZeppelin/openzeppelin-skills --all -g -y` in your terminal to install all contract skills globally.

Which blockchains do these skills support?โ–ผ

They cover Solidity (EVM), Cairo on Starknet, Stylus on Arbitrum, Stellar Soroban, and Sui Move, each with dedicated setup and upgrade skills.

How do I make my contract upgradeable safely?โ–ผ

The upgrade skills walk through UUPS, Transparent, and Beacon proxy patterns, storage layout rules, and safety checklists so upgrades never corrupt on-chain state.

Can it review my Sui Move contract code?โ–ผ

Yes. The review-sui-contracts skill checks your integration against OpenZeppelin's own examples, style guide, and documented invariants, flagging deviations by severity.

Do these skills work with Claude Code and Cursor?โ–ผ

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

Related Repositories in Software Engineering

View All in Software Engineeringโ†’