This walks you through the full setup for Stellar Soroban smart contract development with OpenZeppelin's contract library. It covers installing the Rust toolchain, Stellar CLI, and scaffolding a new project, then shows you how to wire up OpenZeppelin dependencies in your Cargo workspace. The import patterns and macro decorators like `#[when_not_paused]` and `#[only_owner]` are spelled out clearly. One thing worth noting: the library pins exact versions because it's under active development, so you'll need to check the repo for current releases. The platform note about free reads on Stellar is a nice reminder to optimize for writes instead of cargo-culting EVM patterns.
npx -y skills add openzeppelin/openzeppelin-skills --skill setup-stellar-contracts --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills