Drupal Node Bundles
CommunityModel node bundles with consistent naming and reuse.
Software Engineering#best practices#nodes#content modeling#drupal#revisions#site building#content types
Authortheodorosploumis
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you design and manage Drupal node bundles (content types) with consistency, preventing common issues like naming conflicts, redundant displays, and difficult maintenance. It ensures your content structure is robust and easy to evolve.
Core Features & Use Cases
- Consistent Naming: Apply singular, concise, and human-friendly machine names for node bundles and fields.
- Reusable View Modes: Promote the use of generic view modes (e.g., "Full", "Teaser") to reduce theme complexity and ensure consistent content display.
- Clear Revision & Translation Policies: Get guidance on when to enable content revisions and translations, aligning with your content workflow needs.
- Use Case: When creating a new "Article" content type, use this Skill to ensure its machine name is
article, it reuses existing "Teaser" and "Full" view modes, and revisions are enabled for editorial control.
Quick Start
Draft an article node bundle plan with machine name suggestions, required fields, and view mode reuse. Highlight when revisions and translations should be enabled.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Drupal Node Bundles Download link: https://github.com/theodorosploumis/drupal-best-practices/archive/main.zip#drupal-node-bundles Please download this .zip file, extract it, and install it in the .claude/skills/ directory.