什麼是 backend-zod?
TypeScript 優先的模式驗證函式庫。用於 TypeScript 專案中的所有輸入驗證 - API 輸入、表單資料、環境變數、設定檔。 tRPC(必需)、React Hook Form 和任何資料邊界的基本伴侶。當您需要透過自動 TypeScript 類型推斷進行執行時間驗證時,請選擇 Zod。 來源:petbrains/mvp-builder。
TypeScript 優先的模式驗證函式庫。用於 TypeScript 專案中的所有輸入驗證 - API 輸入、表單資料、環境變數、設定檔。 tRPC(必需)、React Hook Form 和任何資料邊界的基本伴侶。當您需要透過自動 TypeScript 類型推斷進行執行時間驗證時,請選擇 Zod。
透過命令列快速安裝 backend-zod AI 技能到你的開發環境
來源:petbrains/mvp-builder。
Zod is a TypeScript-first schema declaration and validation library. Define a schema once, get both runtime validation AND TypeScript types automatically via z.infer<>.
Version: Zod 4 (2025) / Zod 3.x widely used Requirements: TypeScript ≥5.5, strict mode
Key Benefit: Single source of truth for validation and types — no drift between runtime checks and TypeScript.
TypeScript 優先的模式驗證函式庫。用於 TypeScript 專案中的所有輸入驗證 - API 輸入、表單資料、環境變數、設定檔。 tRPC(必需)、React Hook Form 和任何資料邊界的基本伴侶。當您需要透過自動 TypeScript 類型推斷進行執行時間驗證時,請選擇 Zod。 來源:petbrains/mvp-builder。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/petbrains/mvp-builder --skill backend-zodTypeScript 優先的模式驗證函式庫。用於 TypeScript 專案中的所有輸入驗證 - API 輸入、表單資料、環境變數、設定檔。 tRPC(必需)、React Hook Form 和任何資料邊界的基本伴侶。當您需要透過自動 TypeScript 類型推斷進行執行時間驗證時,請選擇 Zod。 來源:petbrains/mvp-builder。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/petbrains/mvp-builder --skill backend-zod 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/petbrains/mvp-builder