·solidity-deploy
</>

solidity-deploy

0xlayerghost/solidity-agent-kit

[AUTO-INVOKE] は、コントラクトをデプロイする前、またはデプロイメント スクリプト (*.s.sol) を作成する前に呼び出す必要があります。フライト前のチェック、スクリプト コマンドの鍛造、デプロイ後の検証、および検証について説明します。トリガー: Forge スクリプト、コントラクトのデプロイメント、またはブロック エクスプローラーの検証を含むタスク。

8インストール·0トレンド·@0xlayerghost

インストール

$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 |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-deploy
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

solidity-deploy とは?

[AUTO-INVOKE] は、コントラクトをデプロイする前、またはデプロイメント スクリプト (*.s.sol) を作成する前に呼び出す必要があります。フライト前のチェック、スクリプト コマンドの鍛造、デプロイ後の検証、および検証について説明します。トリガー: Forge スクリプト、コントラクトのデプロイメント、またはブロック エクスプローラーの検証を含むタスク。 ソース: 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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/0xlayerghost/solidity-agent-kit