Data Validation Rules banner
myowinthein myowinthein

Data Validation Rules

Data community

Description

--- name: Data Validation Rules description: Governs data validation behavior across Country Finder and Salary Calculator — duplicate detection, missing-field detection, and rejection handling whenever real research data is being stored. --- # Data Validation Rules Whenever ingesting or storing data provided by the user, apply these rules: - Each block is expected to contain data for exactly one item (one country, one dataset). If it contains multiple items or nothing recognizable, stop and e

Installation

Installs to ~/.claude/skills/myowinthein-claude-compass-data-validation-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/myowinthein-claude-compass-data-validation-rules && curl -fsSL https://raw.githubusercontent.com/myowinthein/claude-compass/HEAD/skills/data-validation-rules.md -o ~/.claude/skills/myowinthein-claude-compass-data-validation-rules/SKILL.md

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

Full documentation available on GitHub

View Source Repository