zagginozagginoCommunityยท7 Agent Skills Included

z-schema

JSON Schema validation, error handling, and draft migration

Validates JSON data against JSON Schema drafts 04 through 2020-12 with sync, async, and safe error modes. Writes correct schemas, registers custom format validators, and maps cryptic validation errors into user-friendly messages. Migrates legacy schemas between drafts and eliminates manual keyword rewrites and debugging guesswork.
npx skills add zaggino/z-schema --all -g -y
Available:

Gives your AI agent the project structure, build commands, and performance rules it needs to work on and use the z-schema validation library correctly.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install z-schema skills?โ–ผ

Run `npx skills add zaggino/z-schema --all -g -y` in your terminal to install all skills in this suite globally.

How to validate JSON data against a schema?โ–ผ

The validating-json-data skill shows your agent how to check JSON against any schema using z-schema, with sync, async, and safe error-handling modes.

How to migrate schemas from draft-04 to draft-2020-12?โ–ผ

The migrating-json-schemas skill walks through every keyword change, such as id to $id and items to prefixItems, and verifies the result with the validator.

Can I add custom format validators?โ–ผ

Yes. The custom-format-validators skill covers registering sync and async formats like phone numbers or database lookups, globally or per validator instance.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’