solidity-development
Installation
SKILL.md
Solidity Development Workflow
Workflow for Solidity smart contract changes in the apps/eth-contracts/ Foundry project.
Prerequisites
Use git-workflow Skill for branch management, commit conventions, and PR creation.
Applicable Directories
| Path | Description |
|---|---|
apps/eth-contracts/contracts/ |
Smart contract source files |
apps/eth-contracts/script/ |
Foundry deployment scripts |
apps/eth-contracts/test/ |
Foundry test files (*.t.sol) |