orchestration とは?
AI エージェントが完全な Ethereum dApp をどのように計画、構築、デプロイするか。 Scaffold-ETH 2 プロジェクトの 3 フェーズ ビルド システム。コントラクトからフロントエンド、IPFS での実稼働デプロイメントに至るまで、イーサリアム上で完全なアプリケーションを構築する場合に使用します。 ソース: austintgriffith/ethskills。
AI エージェントが完全な Ethereum dApp をどのように計画、構築、デプロイするか。 Scaffold-ETH 2 プロジェクトの 3 フェーズ ビルド システム。コントラクトからフロントエンド、IPFS での実稼働デプロイメントに至るまで、イーサリアム上で完全なアプリケーションを構築する場合に使用します。
コマンドラインで orchestration AI スキルを開発環境にすばやくインストール
ソース: austintgriffith/ethskills。
SE2 has specific patterns you must follow. Generic "build a dApp" advice won't work. SE2 auto-generates deployedContracts.ts — DON'T edit it. Use Scaffold hooks, NOT raw wagmi. External contracts go in externalContracts.ts BEFORE building the frontend.
There are three phases. Never skip or combine them. Contracts → Frontend → Production. Each has validation gates.
| Phase 1 | Local fork | Contracts + UI on localhost. Iterate fast. | | Phase 2 | Live network + local UI | Deploy contracts to mainnet/L2. Test with real state. Polish UI. | | Phase 3 | Production | Deploy frontend to IPFS/Vercel. Final QA. |
AI エージェントが完全な Ethereum dApp をどのように計画、構築、デプロイするか。 Scaffold-ETH 2 プロジェクトの 3 フェーズ ビルド システム。コントラクトからフロントエンド、IPFS での実稼働デプロイメントに至るまで、イーサリアム上で完全なアプリケーションを構築する場合に使用します。 ソース: austintgriffith/ethskills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/austintgriffith/ethskills --skill orchestrationAI エージェントが完全な Ethereum dApp をどのように計画、構築、デプロイするか。 Scaffold-ETH 2 プロジェクトの 3 フェーズ ビルド システム。コントラクトからフロントエンド、IPFS での実稼働デプロイメントに至るまで、イーサリアム上で完全なアプリケーションを構築する場合に使用します。 ソース: austintgriffith/ethskills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/austintgriffith/ethskills --skill orchestration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/austintgriffith/ethskills