·validation
{}

validation

Validate data with JSON Schema and AJV. Use when validating API requests, form submissions, database inputs, or any data boundaries. Provides deterministic validation with consistent error formats.

39Installs·1Trend·@profpowell

Installation

$npx skills add https://github.com/profpowell/vanilla-breeze --skill validation

How to Install validation

Quickly install validation AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/profpowell/vanilla-breeze --skill validation
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: profpowell/vanilla-breeze.

SKILL.md

View raw

Validate data at all boundaries using JSON Schema definitions with AJV runtime validation.

| {entity}.schema.json | user.schema.json | Full entity with all fields | | {entity}.create.schema.json | user.create.schema.json | Create input (no id, no timestamps) | | {entity}.update.schema.json | user.update.schema.json | Partial update (all fields optional) | | {context}.schema.json | login.schema.json | Context-specific schemas |

| $id | Unique identifier for referencing (e.g., "entities/user.create") | | required | Array of mandatory field names | | additionalProperties: false | Reject unknown fields (security) | | minProperties: 1 | For update schemas - require at least one field |

Validate data with JSON Schema and AJV. Use when validating API requests, form submissions, database inputs, or any data boundaries. Provides deterministic validation with consistent error formats. Source: profpowell/vanilla-breeze.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/profpowell/vanilla-breeze --skill validation
Category
{}Data Analysis
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from profpowell/vanilla-breeze

Quick answers

What is validation?

Validate data with JSON Schema and AJV. Use when validating API requests, form submissions, database inputs, or any data boundaries. Provides deterministic validation with consistent error formats. Source: profpowell/vanilla-breeze.

How do I install validation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/profpowell/vanilla-breeze --skill validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/profpowell/vanilla-breeze

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-21

Related Skills