# Global Validation

> This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.

- Skill: `tomevault-io/global-validation-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/global-validation-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/global-validation-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/global-validation-4

---


# Global Validation

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they
relate to how it should handle global validation in the adigunners.github.io static website project.

## When to use this skill

- Validating JSON data structure when loading data files from the `data/` directory before using
  them
- Checking that required properties exist in data objects before rendering content to the page
- Validating user input from HTML forms to ensure data meets expected formats and constraints
- Verifying that DOM elements exist before attempting to manipulate them in JavaScript modules
- Validating data types and value ranges (e.g., ensuring scores are numbers, names are strings)
  before processing
- Checking CSS class names and ID selectors to ensure referenced elements exist in the HTML
- Validating file paths and URLs before attempting to fetch external resources in the static site

## Instructions

For details, refer to the information provided in this file:
[global validation](../../../agent-os/standards/global/validation.md)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/adigunners) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

