drupal-config-executor

Generate Drupal configuration YAML files from drupal-planner content model specifications.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/zivtech/joyus-desktop --skill drupal-config-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drupal-config-executor
Source: https://github.com/zivtech/joyus-desktop/tree/main/.claude/skills/drupal-config-executor
Command: npx skills add https://github.com/zivtech/joyus-desktop --skill drupal-config-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual effort of translating complex content model plans into Drupal-ready configuration YAML, ensuring consistency and speed in site building.

Core Features & Use Cases

  • Automated Config Generation: Converts structured content model, taxonomy, and search plans into valid Drupal configuration files.
  • Dependency Management: Produces a manifest that ensures configuration is imported in the correct order.
  • Use Case: After finalizing a content model design in a planner, use this skill to instantly generate the entity type, field, and view display YAML files required to build the site.

Quick Start

Provide the output from your drupal-planner content model spec to the skill to generate the corresponding Drupal configuration files.

Frequently Asked Questions about drupal-config-executor

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

FAQPage Schema
How do I generate Drupal configuration YAML from a content model?

To generate Drupal configuration YAML from a content model, you provide structured content model and taxonomy specifications to the executor, which automates entity, field, and display definitions into valid files.

What is the best way to automate Drupal site building from architectural plans?

Automating Drupal site building from architectural plans involves converting structured design specs into configuration YAML, eliminating manual translation effort and ensuring consistency when transitioning from planning to implementation.

Do I need a specific content model format to automate Drupal configuration generation?

Yes, automating Drupal configuration generation requires adherence to drupal-planner output formats, ensuring accurate mapping of entity types, fields, and view displays from the structured taxonomy specifications.

How does the configuration executor handle dependencies during Drupal site implementation?

The configuration executor handles dependencies by producing a manifest that ensures the generated configuration YAML files are imported in the correct dependency order during Drupal site implementation.

Can I create Drupal taxonomy and search configurations automatically from design specs?

Yes, you can create Drupal taxonomy and search configurations automatically from design specs by processing structured plans, which outputs the necessary YAML definitions for building the site.