$ npx skills add https://github.com/forge-town/skills --skill zod-infer-type-best-practice
必须先确认项目已安装 Zod,若未安装则先执行:
pnpm add zod
核心规则: Zod schema 是唯一真实来源(Single Source of Truth),TypeScript 类型必须从 schema 派生,不得手写重复的 interface/type