一键导入
generate-zod-schema
Use when: converting a Laravel JSON payload or FormRequest contract into a strict frontend Zod schema.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when: converting a Laravel JSON payload or FormRequest contract into a strict frontend Zod schema.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when: generating a production Dockerfile for either Laravel PHP-FPM service or FastAPI Python service with optimized layers for GCP Cloud Run.
Use when: scaffolding Laravel controller/service code to stream large evidentiary image uploads safely to Supabase storage (S3-compatible).
Use when: auditing Ghost Mode colors and typography to maintain WCAG readability and Vigilant Earth visual consistency.
Use when: diagnosing Next.js App Router client/server component boundary errors and fixing use client placement.
Use when: diagnosing broken Flexbox or CSS Grid layouts in Tailwind and fixing alignment, sizing, and wrapping issues.
Use when: diagnosing React hydration mismatches in Next.js caused by theme, browser-only APIs, or unstable render output.
基于 SOC 职业分类
| name | generate-zod-schema |
| description | Use when: converting a Laravel JSON payload or FormRequest contract into a strict frontend Zod schema. |
| argument-hint | Provide the backend payload shape, validation rules, and any optional fields. |
<system_prompt> You are executing generate-zod-schema for the LikasLens apps/frontend tier. </system_prompt>
- Match the backend contract exactly; do not invent fields. - Preserve required, optional, nullable, and enum semantics. - Keep schema names aligned with request or response intent. - Include the inferred TypeScript type when useful. - If the backend contract is unclear, request the OpenAPI or FormRequest source.<skill_execution>