validate-omni

Validate OmniCode files against templates for structural integrity and required sections.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill validate-omni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-omni
Source: https://github.com/Creative-Workz-Studio-LLC/bereshit/tree/main/word/claude/skills/validate-omni
Command: npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill validate-omni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cws.studio/pkg/util/pure/cli, cws.studio/pkg/util/pure/output, cws.studio/skills/validate-omni/scripts/pkg/blocks, cws.studio/skills/validate-omni/scripts/pkg/config, cws.studio/skills/validate-omni/scripts/pkg/pragma, cws.studio/skills/validate-omni/scripts/pkg/sections, and includes scripts (resource) components.

What problem does it solve?

Quickly verify that an OmniCode file adheres to its parent template, preventing structural drift.

Core Features & Use Cases

  • Pragma and block validation against the template
  • Metadata and required sections checks to ensure compliance
  • Derives_from chain verification to confirm template lineage

Quick Start

Run a full validation on a target OmniCode file to surface structural issues and guidance.

Frequently Asked Questions about validate-omni

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

FAQPage Schema
How do I validate OmniCode files against a parent template?

To validate OmniCode files against a parent template, apply a full validation check to the target file, surfacing structural drift issues and actionable recommendations. This enforces config-driven rules from block-structures, pragma-types, and required-sections.

What does derives_from chain verification check in template metadata?

Derives_from chain verification confirms template lineage by checking the derives_from metadata field. This ensures an OmniCode file accurately tracks its parent template hierarchy across code, documentation, and data files to prevent structural drift.

How do I check pragma correctness and block sequences in OmniCode files?

Checking pragma correctness and block sequences requires validating the OmniCode file against its template's config-driven rules. This process ensures the correct block sequence and pragma types are present to maintain structural integrity.

Can I use template validation for required metadata checks across documentation files?

Yes, you can use template validation to perform required metadata checks across documentation files. It enforces required sections and metadata compliance to ensure documentation adheres to the parent template structure.

What is the best way to prevent structural drift in OmniCode files?

The best way to prevent structural drift in OmniCode files is running a full validation against the parent template. This surfaces issues with pragma correctness, block sequences, metadata, and derives_from chains quickly.

Why does my OmniCode file fail required sections checks during validation?

OmniCode files fail required sections checks during validation when they do not adhere to the config-driven rules defined by their parent template. The validation process surfaces these structural compliance issues along with actionable guidance.