Agent skill

schema-validate-resume

Validate resume payloads using strict Pydantic models. Ensures that the resume JSON conforms to the required structure before processing.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/schema-validate-resume

SKILL.md

Schema Validate Resume

Overview

This skill enforces strict type checking on resume data using Pydantic. It verifies that required fields exist and types are correct.

Prerequisites

  • pydantic library (pip install pydantic).

Usage

Validate Script

Syntax:

bash
python3 .agent/skills/schema-validate-resume/scripts/validate.py <resume.json>

Output: Exit code 0 if valid, 1 if invalid (with error message).

Example:

bash
if python3 .agent/skills/schema-validate-resume/scripts/validate.py resume.json; then
    echo "Valid"
else
    echo "Invalid"
fi

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results