Drupal Config Parser

Community

Validate Drupal config YAML for best practices.

Authortheodorosploumis
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the validation of Drupal configuration YAML files, catching naming convention violations, structural inconsistencies, and dependency issues before they cause problems on your live site. This saves significant time in debugging and ensures smoother deployments.

Core Features & Use Cases

  • Static Analysis: Parse and analyze configuration files without needing a running Drupal instance.
  • Naming Convention Checks: Validate machine names for content types, fields, views, and vocabularies against best practices.
  • Structure & Dependency Validation: Ensure required fields are present, UUIDs are valid, and module dependencies are correctly declared.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically check all exported configuration files for compliance with best practices before any code is deployed to production.

Quick Start

Analyze the Drupal configuration in the config/ directory and check for any naming convention violations.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Drupal Config Parser
Download link: https://github.com/theodorosploumis/drupal-best-practices/archive/main.zip#drupal-config-parser

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository