Create Validator banner
ToastyToast25 ToastyToast25

Create Validator

Communication community

Description

--- description: "Generates form validators with common validation rules (email, password, phone)" globs: ["lib/**/validators/*.dart", "lib/core/validators/**/*.dart"] alwaysApply: false --- # Create Validator Skill Generate form and input validation classes with common validation rules. ## Trigger - "create validator" - "new validator" - "form validation" - "input validation" ## Parameters - **name**: Validator name (e.g., "email", "password", "phone") - **rules**: List of validation rules

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-validator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-validator && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/create-validator.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-validator/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository