From antigravity-awesome-skills
Provides Solidity smart contract security best practices, vulnerability prevention, and secure patterns for writing, auditing, DeFi protocols, and preventing reentrancy, overflows, access issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:solidity-securityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns.
Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsGuides secure Solidity development with best practices for vulnerability prevention, reentrancy, overflow, access control, and audit readiness.
Prevents Solidity smart contract vulnerabilities like reentrancy, overflows, and access control using secure patterns, Checks-Effects-Interactions, and ReentrancyGuard. For writing and auditing contracts.
Guides writing production-grade Solidity smart contracts with defensive patterns, custom errors, fuzz testing, and structured code layout.