odylith-registry-validate

Validate registry component inventories against defined contracts and report deviations.

34|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/odylith/odylith --skill odylith-registry-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odylith-registry-validate
Source: https://github.com/odylith/odylith/tree/main/.claude/skills/odylith-registry-validate
Command: npx skills add https://github.com/odylith/odylith --skill odylith-registry-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates component inventory contracts to ensure registry consistency and defensible component boundaries.

Core Features & Use Cases

  • Schema validation of registry entries to guarantee required fields are present.
  • Cross-repo audits to detect drift and missing contracts during onboarding of new components.
  • Automated reporting of deviations and remediation guidance for engineering teams.

Quick Start

Run the registry validator against your component inventory to verify contracts.

Frequently Asked Questions about odylith-registry-validate

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

FAQPage Schema
How do I validate registry contracts for component inventories?

You validate registry contracts by running a validator against your component inventory to check required frontmatter and contract schemas, producing a report of deviations for remediation. This ensures registry consistency and defensible component boundaries.

What is a registry contract audit and when do I need one?

A registry contract audit checks component inventories against defined schemas to guarantee required fields are present and consistent. You need one during cross-repo onboarding of new components to detect drift and missing contracts.

How do I check for schema drift across multiple repositories?

You check for schema drift by running cross-repo audits that compare registry entries against defined contracts. The validator detects missing contracts and deviations, then generates automated remediation guidance for engineering teams.

Can I use this registry validator for onboarding checks on new components?

Yes, the registry validator supports onboarding checks for new components by enforcing required frontmatter and contract schemas. It audits component inventories to ensure completeness and consistency before components are added to the registry.

What does a registry validation report contain?

A registry validation report contains deviations found during schema checks of component inventories, along with automated remediation guidance. It highlights missing required fields and contract drift to help engineering teams fix issues quickly.

Do I need any dependencies to run the registry contract validator?

No dependencies are required to run the registry contract validator. It operates standalone to validate component inventory contracts, enforce required frontmatter, and produce deviation reports without external tools.