LLM Skills
~/catalog/backend//config-export
BackendGitHub source

Drupal configuration export

/config-export

Safely export configuration changes after thoroughly reviewing them.

madsnorgaardmadsnorgaard
46
March 11, 2026
// skill content

--- name: config-export description: Export Drupal configuration with proper workflow --- # Drupal Configuration Export Safely export configuration changes with proper review. Usage: /config-export This command takes no arguments. It guides you through a safe configuration export workflow with review steps. ## Workflow 1. Check current status ``bash drush config:status ` 2. **Review what will be exported** Show the user what configurations have changed and let them confirm. 3. **Export configuration** `bash drush config:export -y ` 4. **Review exported files** `bash git status config/sync/ git diff config/sync/ ` 5. **Stage for commit** After user reviews, stage the config changes: `bash git add config/sync/ `` ## Important Notes - Never auto-commit without user confirmation - Review UUIDs - they should match across environments - Check for sensitive data in exported config - Verify config schema exists for custom config

// original public source
madsnorgaard/drupal-agent-resources
/.claude/commands/config-export.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/config-export.md" "https://raw.githubusercontent.com/madsnorgaard/drupal-agent-resources/main/.claude/commands/config-export.md"
Then in Claude Code, type /config-export to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 46
CategoryBackend
UpdatedMarch 11, 2026
Format.md
AccessFree
// similar

Skills Backend

View allarrow_forward