drupal-config

Import and export Drupal configuration with Drush and config_split.

67|13|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/edutrul/drupal-ai --skill drupal-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drupal-config
Source: https://github.com/edutrul/drupal-ai/tree/main/.claude/skills/drupal-config
Command: npx skills add https://github.com/edutrul/drupal-ai --skill drupal-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Drupal configuration management is error-prone when exporting from one environment and importing into another. This skill provides safe, orchestrated workflows for exporting, importing, previewing changes, and handling environment-specific configurations via config splits.

Core Features & Use Cases

  • Safe import/export of Drupal configuration with previews and guardrails.
  • Support for complete vs partial config splits to manage environment overrides.
  • Guidance for syncing config across development, staging, and production, with troubleshooting tips.

Quick Start

Preview config changes safely using a non-destructive diff before applying them.

Frequently Asked Questions about drupal-config

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

FAQPage Schema
How do I safely import Drupal configuration across different environments?

Yes, you can preview Drupal config changes safely using a non-destructive diff before applying them. This approach prevents errors when exporting from one environment and importing into another.

How do I manage environment-specific Drupal config splits for partial overrides?

You can manage environment-specific overrides by using complete and partial config splits. This technique allows targeted configuration synchronization across different server environments.

Does this Drupal config workflow require Drush and config_split?

This workflow applies to Drupal projects using Drush and config_split. It supports configuration import, export, previews, and environment-specific overrides across your infrastructure.

What is the best way to troubleshoot Drupal config import and export errors?

Troubleshooting Drupal config import and export errors is handled through safe inspection and non-destructive diff previews. This method isolates configuration mismatches before they impact production.