·solidity-dev
!

solidity-dev

ladderchaos/tora-skills

Complete Solidity smart contract development - building, testing, gas optimization, and security scanning. Use this skill for .sol files, Foundry commands, deployment scripts, gas analysis, or security review.

3Installs·0Trend·@ladderchaos

Installation

$npx skills add https://github.com/ladderchaos/tora-skills --skill solidity-dev

SKILL.md

Comprehensive skill for EVM/Solidity smart contract development, combining build/test workflows, gas optimization, and security analysis.

| Storage Packing | 20,000 gas/slot | Combine uint128 + uint128 into single slot | | Calldata vs Memory | 60 gas/word | Use calldata for read-only arrays | | Unchecked Math | 40 gas/op | Use unchecked {} when overflow impossible | | Cache Storage | 100 gas/read | uint256 cached = storageVar; |

| Short-circuit | Variable | Put cheaper checks first in require | | Avoid Zero Init | 3 gas/var | Don't initialize to default values |

Complete Solidity smart contract development - building, testing, gas optimization, and security scanning. Use this skill for .sol files, Foundry commands, deployment scripts, gas analysis, or security review. Source: ladderchaos/tora-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ladderchaos/tora-skills --skill solidity-dev
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is solidity-dev?

Complete Solidity smart contract development - building, testing, gas optimization, and security scanning. Use this skill for .sol files, Foundry commands, deployment scripts, gas analysis, or security review. Source: ladderchaos/tora-skills.

How do I install solidity-dev?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ladderchaos/tora-skills --skill solidity-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ladderchaos/tora-skills