austintgriffithaustintgriffithCommunityยท1 Agent Skills Included

ethereum-wingman

Build, test, and secure Ethereum dApps with fork-mode workflows

Guides full-stack Ethereum dApp development using Scaffold-ETH 2 with live-network fork testing. Prevents costly smart contract mistakes like wrong token decimals, reentrancy, oracle manipulation, and missing caller incentives. Enforces mandatory frontend UX rules, browser-based testing, and pre-publish checklists so projects ship production-ready.
npx skills add austintgriffith/ethereum-wingman --all -g -y
Available:

Directs the agent to scaffold every Ethereum project with Scaffold-ETH 2 in fork mode, enforce mandatory frontend UX and security rules, and verify builds through a three-phase browser testing process before shipping.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’