什麼是 frontend-ux?
以太坊 dApp 的前端 UX 規則可防止最常見的 AI 代理 UI 錯誤。鏈上按鈕、代幣審批流程、地址顯示、美元值、RPC 配置和預發布元資料的強制模式。圍繞著 Scaffold-ETH 2 構建,但這些模式適用於任何以太坊前端。在建構任何 dApp 前端時使用。 來源:austintgriffith/ethskills。
以太坊 dApp 的前端 UX 規則可防止最常見的 AI 代理 UI 錯誤。鏈上按鈕、代幣審批流程、地址顯示、美元值、RPC 配置和預發布元資料的強制模式。圍繞著 Scaffold-ETH 2 構建,但這些模式適用於任何以太坊前端。在建構任何 dApp 前端時使用。
透過命令列快速安裝 frontend-ux AI 技能到你的開發環境
來源:austintgriffith/ethskills。
"The button works." Working is not the standard. Does it disable during the transaction? Does it show a spinner? Does it stay disabled until the chain confirms? Does it show an error if the user rejects? AI agents skip all of this, every time.
"I used wagmi hooks." Wrong hooks. Scaffold-ETH 2 wraps wagmi with useTransactor which waits for transaction confirmation — not just wallet signing. Raw wagmi's writeContractAsync resolves the moment the user clicks Confirm in MetaMask, BEFORE the tx is mined. Your button re-enables while the transaction is still pending.
"I showed the address." As raw hex? That's not showing it. gives you ENS resolution, blockie avatars, copy-to-clipboard, and block explorer links. Raw 0x1234...5678 is unacceptable.
以太坊 dApp 的前端 UX 規則可防止最常見的 AI 代理 UI 錯誤。鏈上按鈕、代幣審批流程、地址顯示、美元值、RPC 配置和預發布元資料的強制模式。圍繞著 Scaffold-ETH 2 構建,但這些模式適用於任何以太坊前端。在建構任何 dApp 前端時使用。 來源:austintgriffith/ethskills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/austintgriffith/ethskills --skill frontend-ux以太坊 dApp 的前端 UX 規則可防止最常見的 AI 代理 UI 錯誤。鏈上按鈕、代幣審批流程、地址顯示、美元值、RPC 配置和預發布元資料的強制模式。圍繞著 Scaffold-ETH 2 構建,但這些模式適用於任何以太坊前端。在建構任何 dApp 前端時使用。 來源:austintgriffith/ethskills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/austintgriffith/ethskills --skill frontend-ux 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/austintgriffith/ethskills