ethereum-development
Installation
SKILL.md
Ethereum Development Skill
Master Ethereum development including EVM internals, gas optimization, transaction mechanics, and client interactions.
Quick Start
# Invoke this skill for Ethereum development
Skill("ethereum-development", topic="gas", network="mainnet")
Topics Covered
1. EVM (Ethereum Virtual Machine)
Understand the execution environment:
- Stack Machine: 256-bit words, 1024 depth
- Memory: Linear byte array, expansion costs
- Storage: Persistent key-value, 32-byte slots
- Opcodes: Costs, effects, gas consumption
Related skills
More from pluginagentmarketplace/custom-plugin-blockchain
smart-contract-security
Master smart contract security with auditing, vulnerability detection, and incident response
199web3-frontend
Master Web3 frontend development with wallet integration, viem/wagmi, and dApp UX
168solidity-development
Master Solidity smart contract development with patterns, testing, and best practices
162defi-protocols
Master DeFi protocol development including AMMs, lending, yield, and oracles
60blockchain-basics
Master blockchain fundamentals including consensus, cryptography, and distributed systems
47nft-development
Master NFT development with token standards, metadata, marketplaces, and on-chain art
38