frontend-playbook이란?
Ethereum dApp을 위한 완전한 빌드-생산 파이프라인입니다. 포크 모드 설정, IPFS 배포, Vercel 구성, ENS 하위 도메인 설정 및 전체 프로덕션 체크리스트. Scaffold-ETH 2를 기반으로 구축되었지만 모든 Ethereum 프런트엔드 프로젝트에 적용 가능합니다. dApp을 프로덕션에 배포할 때 사용합니다. 출처: austintgriffith/ethskills.
Ethereum dApp을 위한 완전한 빌드-생산 파이프라인입니다. 포크 모드 설정, IPFS 배포, Vercel 구성, ENS 하위 도메인 설정 및 전체 프로덕션 체크리스트. Scaffold-ETH 2를 기반으로 구축되었지만 모든 Ethereum 프런트엔드 프로젝트에 적용 가능합니다. dApp을 프로덕션에 배포할 때 사용합니다.
명령줄에서 frontend-playbook AI 스킬을 개발 환경에 빠르게 설치
출처: austintgriffith/ethskills.
"I deployed to IPFS and it works." Did the CID change? If not, you deployed stale output. Did routes work? Without trailingSlash: true, every route except / returns 404. Did you check the OG image? Without NEXTPUBLICPRODUCTIONURL, it points to localhost:3000.
"I'll set up the project manually." Don't. npx create-eth@latest handles everything — Foundry, Next.js, RainbowKit, scaffold hooks. Never run forge init or create Next.js projects from scratch.
When using fork mode, the frontend target network MUST be chains.foundry (chain ID 31337), NOT the chain you're forking.
Ethereum dApp을 위한 완전한 빌드-생산 파이프라인입니다. 포크 모드 설정, IPFS 배포, Vercel 구성, ENS 하위 도메인 설정 및 전체 프로덕션 체크리스트. Scaffold-ETH 2를 기반으로 구축되었지만 모든 Ethereum 프런트엔드 프로젝트에 적용 가능합니다. dApp을 프로덕션에 배포할 때 사용합니다. 출처: austintgriffith/ethskills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/austintgriffith/ethskills --skill frontend-playbookEthereum dApp을 위한 완전한 빌드-생산 파이프라인입니다. 포크 모드 설정, IPFS 배포, Vercel 구성, ENS 하위 도메인 설정 및 전체 프로덕션 체크리스트. Scaffold-ETH 2를 기반으로 구축되었지만 모든 Ethereum 프런트엔드 프로젝트에 적용 가능합니다. dApp을 프로덕션에 배포할 때 사용합니다. 출처: austintgriffith/ethskills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/austintgriffith/ethskills --skill frontend-playbook 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/austintgriffith/ethskills