Skip to main content
Back to registry

zod

pproenca/dot-skills

Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Installs744
Install command
npx skills add https://github.com/pproenca/dot-skills --skill zod
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: For the complete guide with all rules expanded: AGENTS.md - Writing new Zod schemas - Choosing between parse() and safeParse() - Implementing type inference with z.infer - Handling validation errors for user feedback - Composing complex object schemas - Using refinements and transforms - Optimizing bundle size and validation performance - Reviewing Zod code for best practices - schema-use-primitives-correctly - Use correct primitive schemas for each type - schema-use-unknown-not-any - Use z.unknown() instead of z.any() for type safety - schema-avoid-optional-abuse - Avoid overusing optional fields - schema-string-validations - Apply string validations at schema definition - schema-use-enums - Use enums for fixed string values - schema-coercion-for-form-data - Use coercion for form and query data - parse-use-safeparse - Use safeParse() for user input - parse-async-for-async-refinements - Use parseAsync for async refinements - parse-handle-all-issues - Handle all validation issues not just first - parse-validate-early - Validate at system boundaries - parse-avoid-double-validation -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does zod do?

Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Is zod good?

zod does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does zod work with?

zod currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to zod?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install zod?

npx skills add https://github.com/pproenca/dot-skills --skill zod

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering