원클릭으로
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)