flock-validation

Validate flock databases for integrity and consistency across sheep records.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/jsschrstrcks1/manateecreeksheep --skill flock-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flock-validation
Source: https://github.com/jsschrstrcks1/manateecreeksheep/tree/main/.claude/skills/flock-validation
Command: npx skills add https://github.com/jsschrstrcks1/manateecreeksheep --skill flock-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains trust in flock datasets by validating records for completeness, consistency, and traceability across pedigrees, breeding plans, and health data.

Core Features & Use Cases

  • Validate required fields (id, name, sex, status, confidence) for every sheep record.
  • Verify breed composition, coat_type mapping, and age relationships to ensure data quality before breeding decisions.
  • Detect pedigree issues (sire/dam references, circularity, age ordering) and enforce pen assignments for living sheep.

Quick Start

Run the flock validation workflow to verify data integrity across the current flock dataset.

Frequently Asked Questions about flock-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my sheep flock database for pedigree and health record consistency?

Sheep flock validation checks multi-sheep datasets for completeness, consistency, and traceability across pedigrees, breeding plans, and health records. It verifies required fields, breed composition, and health data before you make breeding decisions.

What does it mean to detect circular pedigree references in breeding data?

Detecting circular pedigree references means verifying that sire and dam lineage mappings do not loop back on themselves within your sheep records. This validation enforces correct age ordering and ensures pedigree traceability across the flock.

Can I check sheep tag uniqueness and pen assignments across a large flock dataset?

Yes, flock validation enforces tag uniqueness rules and verifies pen assignments for living sheep. It scans your entire multi-sheep dataset to ensure every record has the correct pen coverage and unique identifiers.

What required fields need to be present for every sheep record in a flock database?

Flock database validation requires the fields id, name, sex, status, and confidence for every sheep record. It checks these required fields to maintain data quality and ensure accurate breeding and health tracking.

How do I verify breed composition and coat type mapping before making breeding decisions?

Flock validation verifies breed composition and coat_type mapping by checking data quality and age relationships across your sheep records. This ensures your breeding decisions rely on accurate and consistent flock data.