·solidity-deploy
</>

solidity-deploy

0xlayerghost/solidity-agent-kit

[AUTO-INVOKE] MUST be invoked BEFORE deploying contracts or writing deployment scripts (*.s.sol). Covers pre-flight checks, forge script commands, post-deployment validation, and verification. Trigger: any task involving forge script, contract deployment, or block explorer verification.

8Installs·0Trend·@0xlayerghost

Installation

$npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-deploy

SKILL.md

| Format code | forge fmt | | Run all tests | forge test — zero failures required | | Check gas report | forge test --gas-report — review critical functions | | Verify config | Manually check config/.json parameters | | Dry-run | forge script --fork-url $RPCURL -vvvv (no --broadcast) |

| Check balance | cast balance $DEPLOYER --rpc-url $RPCURL — sufficient gas? | | Gas limit set | Deployment command must include --gas-limit |

| Default deployment | No --verify — contracts are not verified on block explorers by default | | User requests verification | Add --verify and --etherscan-api-key to the command | | Post-deploy verification | Use forge verify-contract as a separate step | | Multi-chain deploy | Separate scripts per chain, never batch multiple chains in one script |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-deploy
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is solidity-deploy?

[AUTO-INVOKE] MUST be invoked BEFORE deploying contracts or writing deployment scripts (*.s.sol). Covers pre-flight checks, forge script commands, post-deployment validation, and verification. Trigger: any task involving forge script, contract deployment, or block explorer verification. Source: 0xlayerghost/solidity-agent-kit.

How do I install solidity-deploy?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-deploy 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/0xlayerghost/solidity-agent-kit

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-17