solidity-deploy
✓[自动调用] 必须在部署合约或编写部署脚本 (*.s.sol) 之前调用。涵盖飞行前检查、伪造脚本命令、部署后验证和验证。触发器:任何涉及伪造脚本、合约部署或区块浏览器验证的任务。
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 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-deploy- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-17
- 更新时间
- 2026-02-18
快速解答
什么是 solidity-deploy?
[自动调用] 必须在部署合约或编写部署脚本 (*.s.sol) 之前调用。涵盖飞行前检查、伪造脚本命令、部署后验证和验证。触发器:任何涉及伪造脚本、合约部署或区块浏览器验证的任务。 来源:0xlayerghost/solidity-agent-kit。
如何安装 solidity-deploy?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-deploy 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/0xlayerghost/solidity-agent-kit
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-17