·contributing-to-z-schema
>_

contributing-to-z-schema

Guides contributors through the z-schema codebase, PR workflow, and common development tasks. Use when the user wants to contribute to z-schema, add a new feature or keyword, add an error code, add a format validator, modify options, write tests, run the test suite, fix a failing test, understand the validation pipeline, navigate the source code architecture, or submit a pull request. Also use when someone mentions contributing, PRs, the z-schema source code, or the JSON Schema Test Suite integration.

37Installs·0Trend·@zaggino

Installation

$npx skills add https://github.com/zaggino/z-schema --skill contributing-to-z-schema

How to Install contributing-to-z-schema

Quickly install contributing-to-z-schema 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/zaggino/z-schema --skill contributing-to-z-schema
  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: zaggino/z-schema.

SKILL.md

View raw

z-schema is a JSON Schema validator (draft-04 through draft-2020-12) written in TypeScript. This skill covers the development workflow, codebase navigation, and common contribution tasks.

If already cloned without --recursive (needed for the json-schema-spec/ submodule):

Pre-commit hooks auto-run lint + format on staged files. Pre-push hooks run build + type-check.

Guides contributors through the z-schema codebase, PR workflow, and common development tasks. Use when the user wants to contribute to z-schema, add a new feature or keyword, add an error code, add a format validator, modify options, write tests, run the test suite, fix a failing test, understand the validation pipeline, navigate the source code architecture, or submit a pull request. Also use when someone mentions contributing, PRs, the z-schema source code, or the JSON Schema Test Suite integration. Source: zaggino/z-schema.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zaggino/z-schema --skill contributing-to-z-schema
Category
>_Productivity
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from zaggino/z-schema

Quick answers

What is contributing-to-z-schema?

Guides contributors through the z-schema codebase, PR workflow, and common development tasks. Use when the user wants to contribute to z-schema, add a new feature or keyword, add an error code, add a format validator, modify options, write tests, run the test suite, fix a failing test, understand the validation pipeline, navigate the source code architecture, or submit a pull request. Also use when someone mentions contributing, PRs, the z-schema source code, or the JSON Schema Test Suite integration. Source: zaggino/z-schema.

How do I install contributing-to-z-schema?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zaggino/z-schema --skill contributing-to-z-schema 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/zaggino/z-schema