Agent skill
contract-development
Compile, deploy, simulate, and verify Solidity smart contracts with OpenZeppelin support.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/contract-development
Metadata
Additional technical details for this skill
- tags
- solidity, contract, deploy, compile, verify, etherscan, openzeppelin
SKILL.md
When to use
Use this skill when you are:
- Compiling Solidity source code (with or without OpenZeppelin imports)
- Deploying contracts to any supported EVM chain
- Verifying deployed contracts on Etherscan
- Simulating contract deployments on Gorlami forks before going live
How to use
- rules/compilation.md - Compiling Solidity with OZ import support
- rules/deployment.md - Full deploy flow (MCP tool + script patterns)
- rules/interactions.md - Read/write deployed contracts via MCP tools
- rules/openzeppelin-v5.md - OZ v5+ import paths + Ownable patterns
- rules/templates.md - Copy/paste Solidity templates (OZ v5-compatible)
- rules/verification.md - Etherscan V2 standard-json-input verification
- rules/simulation.md - Test deploys on Gorlami forks first
- rules/gotchas.md - Common pitfalls and requirements
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?