بنقرة واحدة
drupal-config-executor
Execute Drupal configuration changes from drupal-planner specs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Execute Drupal configuration changes from drupal-planner specs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Drupal code, config, and architecture review for PRs, implementations, and migration plans.
Plan Canvas Code Components — definition, metadata, props, data fetching, styling, validation.
Plan Drupal content models — entity types, bundles, paragraphs, field architecture, computed fields.
Plan Drupal search — Search API, Solr/Elasticsearch, faceted search, indexing strategies.
Plan Drupal implementations — entities, config, migrations, cache, permissions.
Plan Drupal taxonomies — vocabularies, term hierarchies, faceted navigation, Views integration.
| name | drupal-config-executor |
| type | executor |
| model | claude-opus-4-8 |
| description | Execute Drupal configuration changes from drupal-planner specs. |
Primary triggers:
drupal-planner.content-model firstcontent-model-critic or drupal-criticdrupal-theme-executordrupal-migration-planner for the spec, then implement manually| Situation | Route |
|---|---|
| Have a content-model plan, need config YAML | This skill — generates all config files |
| Need to design the content model first | Use drupal-planner.content-model, then come back |
| Have config YAML, need quality review | Use content-model-critic + drupal-critic |
| Need custom module code, not config | Use OMC executor agent or manual implementation |
| Need to migrate existing content to new model | Use drupal-migration-planner for the plan |
/content-model-critic + /drupal-critic on the outputProvide the output from drupal-planner.content-model, .taxonomy, or .search. The executor parses the structured tables (Entity Type Definitions, Field Architecture, Taxonomy Integration) and generates config YAML matching the spec exactly.
Describe the content type directly: "Create an Event content type with title, date range, location reference, body, and image fields." The executor generates config using sensible Drupal defaults. For complex content models with many entity types, redirects to drupal-planner.content-model.
Listed under the Executors table.
Trigger signals: generate drupal config, scaffold content type, create drupal fields, generate config yaml, drupal config from plan