orchestration

Guide full-stack Ethereum dApp development and deployment with Scaffold-ETH 2.

246|51|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/austintgriffith/ethskills --skill orchestration-austintgriffith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/austintgriffith/ethskills/tree/main/orchestration
Command: npx skills add https://github.com/austintgriffith/ethskills --skill orchestration-austintgriffith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the complex process of building, testing, and deploying full-stack Ethereum decentralized applications (dApps) using the Scaffold-ETH 2 framework, ensuring adherence to best practices and security guardrails.

Core Features & Use Cases

  • End-to-End dApp Development: Covers contract development, frontend integration, and production deployment.
  • Three-Phase Build System: Enforces a structured workflow (Contracts → Frontend → Production) for robust development.
  • Security Best Practices: Integrates critical security measures, especially around secret management and secure coding patterns.
  • Agentic Commerce Flow: Details the implementation of autonomous agent interactions using ERC-8004 and x402 for decentralized commerce.
  • Use Case: A developer needs to build a new DeFi application, from writing smart contracts to deploying the frontend to IPFS, and this Skill provides the exact steps and code patterns to follow.

Quick Start

Use the orchestration skill to deploy a new dApp by following the three-phase build system.

Frequently Asked Questions about orchestration

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

FAQPage Schema
How do I build and deploy a full-stack Ethereum dApp using Scaffold-ETH 2?

Build a full-stack Ethereum dApp by following a three-phase system: write smart contracts, integrate the frontend, and execute production deployment. Scaffold-ETH 2 enforces this structured workflow to guide robust end-to-end development.

What is the three-phase build system for dApp development?

The three-phase build system structures dApp development sequentially: Contracts, Frontend, and Production. It enforces a robust workflow from writing smart contracts to deploying the frontend, ensuring adherence to best practices.

How do I implement agentic commerce flows with ERC-8004 and x402?

Implement agentic commerce by using ERC-8004 and x402 standards to enable autonomous agent interactions for decentralized commerce. The Skill provides specific implementation patterns for these autonomous flows.

How do I manage secrets securely when deploying smart contracts?

Manage secrets securely by integrating critical security guardrails during smart contract creation and production deployment. The Skill enforces secure coding patterns and secret management to protect your dApp.

Can I use Scaffold-ETH 2 to deploy my dApp frontend to IPFS?

Yes, Scaffold-ETH 2 supports full-stack dApp deployment, which includes deploying your frontend to IPFS. The production deployment phase provides the exact steps to follow for decentralized hosting.

What are the limitations of using Scaffold-ETH 2 for Ethereum dApp development?

Scaffold-ETH 2 focuses specifically on full-stack Ethereum dApps using a strict three-phase build system. Projects requiring alternative blockchain frameworks or non-EVM compatibility will need different development tools.