ワンクリックで
build-contract
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
End-to-end protocol build pipeline — contract development, testing, auditing, gas optimization, deployment, and dApp integration. Hybrid sequential/parallel execution.
Shows all available eth-agents skills with trigger phrases and usage examples.
Extracts a reusable skill pattern from the current session and saves it to user scope for automatic activation in future sessions.
Security vulnerability analysis for Solidity smart contracts. Runs static analysis, optional dynamic testing and formal verification.
Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution.
Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number.
| name | build-contract |
| description | Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract. |
| triggers | ["build a contract","create a contract","implement a smart contract","write a smart contract","build me a","create me a"] |
| agent | orchestrator |
| model | sonnet |
End-to-end pipeline for building a single smart contract from specification to production-ready code. Includes TDD loop, static security audit, and gas optimization.
eth_skill_start({ skill: "build-contract", totalPhases: 1 })contract-developer with the specificationauditor (--static)gas-optimizer (baseline snapshot)contract-developer with gas suggestionsgas-optimizer to confirm improvement (must show positive diff before continuing)eth_reset()"build a staking contract"
"create an ERC20 token with vesting"
"implement a multisig wallet"
"write a simple auction contract"
# Output:
- src/[ContractName].sol
- test/[ContractName].t.sol (or .test.ts)
- audit-summary.md (static findings)
- gas-report.md (before/after gas diff)