drupal-field-system

Manage field definitions and display configurations across Drupal entity types.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill drupal-field-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drupal-field-system
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/drupal-core/skills/drupal-field-system
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill drupal-field-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Content editors and developers often struggle to keep fields consistent across all Drupal entity types and bundles, leading to fragmented forms and views.

Core Features & Use Cases

  • Field CRUD: list, add, update, and remove fields across bundles with full storage and field settings control
  • Display configuration: manage form widget assignments and view formatter mappings for uniform UX
  • Complex scenarios: handle entity_reference relationships, multi-bundle configurations, and custom field columns

Quick Start

Configure field definitions and display settings across all Drupal entity types to standardize forms and views.

Frequently Asked Questions about drupal-field-system

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

FAQPage Schema
How do I manage Drupal field definitions across multiple entity types?

Drupal field definitions are managed by performing field CRUD operations across article, taxonomy_term, media, block_content, user, and paragraph bundles. This provides full control over storage and field settings to standardize forms and views.

How do I configure entity_reference fields with proper target types in Drupal?

To configure entity_reference fields, specify the target type and handler_settings within your field configuration. This ensures relationships between bundles are correctly mapped during field creation and display configuration.

Can I assign form widgets and view formatters consistently across all Drupal bundles?

Yes, you can assign form widgets and view formatters across all fieldable entity types. This manages display mode configuration to ensure a uniform user experience for content editors.

What is the best way to handle custom field columns and structured data in Drupal?

Handling custom field columns requires defining structured data schemas within the field storage settings. This supports complex field scenarios and multi-bundle configurations using JSON input.

Does this field management approach work for paragraph and media bundles?

Yes, this field management approach works for paragraph, media, block_content, user, and taxonomy_term bundles. It applies unified field CRUD and display configuration across all fieldable entity types.