원클릭으로
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