form-validation

Community

Schema-first validation with Zod.

AuthorBbeierle12
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill centers validation on a single, source-of-truth Zod schema, enabling consistent runtime validation and TypeScript typing across any framework.

Core Features & Use Cases

  • Single source of truth: Define validation in Zod and derive TypeScript types from it.
  • Framework-agnostic: Works across React, Vue, vanilla JS, or any UI layer.
  • Use Case: Validate a registration form with cross-field validation (e.g., password match).

Quick Start

Define a Zod schema and wire it into your chosen form library via a suitable resolver adapter.

Dependency Matrix

Required Modules

zod

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: form-validation
Download link: https://github.com/Bbeierle12/Skill-MCP-Claude/archive/main.zip#form-validation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository