ethereum-wingman

Guide AI agents through Scaffold-ETH 2 project initialization and fork-mode testing.

45|18|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/austintgriffith/ethereum-wingman --skill ethereum-wingman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ethereum-wingman
Source: https://github.com/austintgriffith/ethereum-wingman/tree/main/.agents/skills/ethereum-wingman
Command: npx skills add https://github.com/austintgriffith/ethereum-wingman --skill ethereum-wingman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, npm, npx, yarn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Ethereum Wingman provides an AI-guided tutor and project accelerator for building Scaffold-ETH 2 dApps, helping developers learn and implement secure Ethereum patterns quickly.

Core Features & Use Cases

  • Project scaffolding and fork-mode workflows: guide to initialize Scaffold-ETH 2 projects and test on real protocol state.
  • Security guidance: best practices, gotchas, and SR Ethereum references for safe dApp development.
  • AI Agent instructions: detailed prompts for agents like Claude Code, Cursor, and Copilot to accelerate development.

Quick Start

Install and run the wingman prompts to initialize Scaffold-ETH 2 projects, fork live networks, and review security guidelines. Then run the included init-project.sh to bootstrap a new dApp.

Frequently Asked Questions about ethereum-wingman

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Scaffold-ETH 2 dApp and test against real protocol state?

To scaffold a Scaffold-ETH 2 dApp, run the included init-project.sh script. This bootstraps a new project, enabling fork-mode workflows to test your dApp against real Ethereum protocol state locally.

What is fork-mode testing in Ethereum dApp development?

Fork-mode testing simulates real Ethereum protocol state locally. It allows your Scaffold-ETH 2 dApp to interact with live network conditions and smart contracts without deploying to mainnet or risking actual funds.

Can I use AI agents like Claude Code or Cursor with Scaffold-ETH 2?

Yes, you can use AI agents with Scaffold-ETH 2. The Skill provides detailed prompts for agents like Claude Code, Cursor, and Copilot to guide them through dApp initialization and development workflows.

Do I need Node and npm installed to build dApps with Scaffold-ETH 2?

Yes, you need Node, npm, npx, and yarn installed. These dependencies are required to run the project initializer script and manage the packages for your Scaffold-ETH 2 dApp environment.

What are the security best practices for developing Ethereum dApps?

Security best practices for Ethereum dApps involve following provided guidelines and gotchas to ensure safe development. The Skill includes references for SpeedRun Ethereum challenges to help implement secure smart contract patterns.