ethereum-wingman
Build, test, and secure Ethereum dApps with fork-mode workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ethereum Wingman?โผ
Run `npx skills add austintgriffith/ethereum-wingman --all -g -y` in your terminal to install the skill globally for your coding agent.
What does Ethereum Wingman help you build?โผ
It helps you build full-stack Ethereum dApps with Scaffold-ETH 2, covering smart contracts, DeFi integrations like Uniswap and Aave, and ERC token standards. It also teaches the 12 SpeedRun Ethereum challenges.
Why use fork mode instead of a local chain?โผ
Fork mode copies real mainnet state, so protocols like Uniswap and Aave and real token balances are available for testing. An empty local chain cannot test real DeFi integrations.
Does Ethereum Wingman work with Cursor and Claude Code?โผ
Yes. It ships with AGENTS.md, CLAUDE.md, and .cursorrules files, so it works with Cursor, Claude Code, Codex, and other compatible coding agents.
How does it prevent smart contract security bugs?โผ
It enforces a checklist of critical gotchas like token decimals, reentrancy, and oracle manipulation, and includes a script that scans your Solidity files for common vulnerabilities.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core