orchestration이란?
AI 에이전트가 완전한 Ethereum dApp을 계획, 구축 및 배포하는 방법. Scaffold-ETH 2 프로젝트를 위한 3단계 빌드 시스템입니다. 계약부터 프런트엔드, IPFS의 프로덕션 배포까지 Ethereum에서 전체 애플리케이션을 구축할 때 사용하세요. 출처: austintgriffith/ethskills.
AI 에이전트가 완전한 Ethereum dApp을 계획, 구축 및 배포하는 방법. Scaffold-ETH 2 프로젝트를 위한 3단계 빌드 시스템입니다. 계약부터 프런트엔드, IPFS의 프로덕션 배포까지 Ethereum에서 전체 애플리케이션을 구축할 때 사용하세요.
명령줄에서 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의 프로덕션 배포까지 Ethereum에서 전체 애플리케이션을 구축할 때 사용하세요. 출처: austintgriffith/ethskills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/austintgriffith/ethskills --skill orchestrationAI 에이전트가 완전한 Ethereum dApp을 계획, 구축 및 배포하는 방법. Scaffold-ETH 2 프로젝트를 위한 3단계 빌드 시스템입니다. 계약부터 프런트엔드, IPFS의 프로덕션 배포까지 Ethereum에서 전체 애플리케이션을 구축할 때 사용하세요. 출처: 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