什麼是 server-action-builder?
使用 Zod 驗證、身份驗證和服務層整合建立 Next.js 伺服器操作。產生架構+服務+操作檔。 來源:darraghh1/my-claude-setup。
使用 Zod 驗證、身份驗證和服務層整合建立 Next.js 伺服器操作。產生架構+服務+操作檔。
透過命令列快速安裝 server-action-builder AI 技能到你的開發環境
來源:darraghh1/my-claude-setup。
You are an expert at creating type-safe server actions for a Next.js/Supabase application.
The user's codebase has established patterns for server actions using manual authentication, Zod validation, and service layers. Deviating from these patterns causes real problems:
| Raw async functions without auth check | No authentication — unauthenticated data reaches the database, creating security vulnerabilities | | Missing Zod schema | Invalid data reaches database, causing crashes or data corruption that is expensive to debug |
使用 Zod 驗證、身份驗證和服務層整合建立 Next.js 伺服器操作。產生架構+服務+操作檔。 來源:darraghh1/my-claude-setup。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder使用 Zod 驗證、身份驗證和服務層整合建立 Next.js 伺服器操作。產生架構+服務+操作檔。 來源:darraghh1/my-claude-setup。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/darraghh1/my-claude-setup --skill server-action-builder 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/darraghh1/my-claude-setup