drupal-config-mgmt

Community

Safely manage Drupal config, avoid costly errors.

Authorgrasmash
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Accidental configuration imports can lead to data loss or environment inconsistencies. This skill provides safe, read-only methods and best practices to inspect and sync Drupal configuration, preventing unintended changes and ensuring environment stability.

Core Features & Use Cases

  • Safe Config Inspection: Use --no flag with drush cim or drush cex to preview changes without applying them.
  • Read-Only Operations: Utilize drush config:get and drush config:status for secure, non-destructive config review.
  • Manual Sync Workflows: Guides you through manually editing and committing config files, ensuring precise control.
  • Use Case: Before deploying new features, you need to verify that your local configuration matches the staging environment. This skill helps you compare config differences safely and apply only the necessary changes, preventing accidental overwrites.

Quick Start

Use the drupal-config-mgmt skill to show me the differences between my local configuration and the remote 'dev' environment, ensuring no changes are accidentally imported.

Dependency Matrix

Required Modules

None required

Components

references

💻 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-mgmt
Download link: https://github.com/grasmash/drupal-claude-skills/archive/main.zip#drupal-config-mgmt

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