agntcms-section-validate

Validate CMS section file structure, configuration registration, type consistency, and editability.

Updated May 29, 2026
One-click install
npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-section-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agntcms-section-validate
Source: https://github.com/AlexHramovich/fr-preview-migration/tree/main/.claude/skills/section-validate
Command: npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-section-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agntcms-structure, agntcms-sections, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining consistent and functional sections in a CMS by automating checks for file structure, configuration, type consistency, and editability.

Core Features & Use Cases

  • File Structure Validation: Verifies the existence of essential files for each section.
  • Configuration Registration Check: Ensures sections are properly registered in the CMS configuration.
  • Type Consistency Verification: Ensures schema and component files are consistent with each other.
  • Editability Check: Validates that all necessary components are in place for fields to be editable.
  • Use Case: After creating a new section or when encountering a typecheck failure, use this Skill to validate the integrity of the section and identify any issues that need to be addressed.

Quick Start

Validate the integrity of a specific section by using the command: 'validate section <section_name>'

Frequently Asked Questions about agntcms-section-validate

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

FAQPage Schema
How do I validate CMS section file structure and configuration registration?

To validate CMS section integrity, run a static analysis check on schema and component files to verify file structure existence and ensure sections are properly registered in the CMS configuration.

What causes type consistency errors between CMS schema and component files?

Type consistency errors occur when CMS schema definitions and their corresponding component files contain mismatched data types. A section validation check performs static analysis to detect these inconsistencies and identify the specific fields requiring alignment.

How do I check if CMS section fields are editable after a typecheck failure?

To check CMS section editability after a typecheck failure, run a validation script that performs static analysis on component files to verify all necessary structural components are in place for fields to be editable.

When do I need to run section validation checks in my CMS workflow?

You need to run section validation in your CMS workflow immediately after creating a new section or when encountering a typecheck failure to validate integrity, verify configuration registration, and identify structural issues needing correction.

Do I need specific CMS configuration files and section directories to validate sections?

Yes, validating CMS sections requires direct access to CMS configuration files and section directories to perform static analysis on schema and component files and check for proper configuration registration within the CMS environment.