什么是 frontend-playbook?
以太坊 dApp 的完整构建到生产管道。 Fork 模式设置、IPFS 部署、Vercel 配置、ENS 子域设置和完整的生产清单。围绕 Scaffold-ETH 2 构建,但适用于任何以太坊前端项目。将任何 dApp 部署到生产环境时使用。 来源:austintgriffith/ethskills。
以太坊 dApp 的完整构建到生产管道。 Fork 模式设置、IPFS 部署、Vercel 配置、ENS 子域设置和完整的生产清单。围绕 Scaffold-ETH 2 构建,但适用于任何以太坊前端项目。将任何 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.
以太坊 dApp 的完整构建到生产管道。 Fork 模式设置、IPFS 部署、Vercel 配置、ENS 子域设置和完整的生产清单。围绕 Scaffold-ETH 2 构建,但适用于任何以太坊前端项目。将任何 dApp 部署到生产环境时使用。 来源:austintgriffith/ethskills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/austintgriffith/ethskills --skill frontend-playbook以太坊 dApp 的完整构建到生产管道。 Fork 模式设置、IPFS 部署、Vercel 配置、ENS 子域设置和完整的生产清单。围绕 Scaffold-ETH 2 构建,但适用于任何以太坊前端项目。将任何 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