openzeppelin-skills
Secure smart contract setup, development, and safe upgrades
All Skills in This Repository (9)
Pure Emerald Level Indicatorssetup-cairo-contracts
Scaffold a Cairo Starknet project and configure OpenZeppelin Contracts in Scarb.toml.
setup-stylus-contracts
Set up Stylus smart contract projects with OpenZeppelin dependencies for Arbitrum deployment.
upgrade-solidity-contracts
Guide Solidity contract upgrades using OpenZeppelin proxy patterns and storage-layout validation.
develop-secure-contracts
Integrate OpenZeppelin security patterns into Solidity smart contracts.
upgrade-stellar-contracts
Upgrade Soroban smart contracts with WASM replacement and migration workflows.
setup-stellar-contracts
Set up Soroban/Stellar smart contract projects with OpenZeppelin Rust crate dependencies.
setup-solidity-contracts
Configure Solidity projects with OpenZeppelin Contracts and framework remappings.
upgrade-stylus-contracts
Apply EVM proxy patterns to upgrade Stylus smart contracts on Arbitrum.
upgrade-cairo-contracts
Replace Cairo contract class hashes while preserving addresses and storage.
Frequently Asked Questions
FAQPage SchemaHow 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โ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