craft-content-modeling
Installation
SKILL.md
Craft CMS 5 — Content Modeling
How to structure content in Craft CMS 5. Sections, entry types, fields, Matrix, relations, asset management, and strategic patterns for real projects.
This skill covers content architecture — what goes in the CP, how it's
organized, and how templates access it. For extending Craft with PHP
(plugins, modules, custom element types), see the craftcms skill.
Companion Skills — Always Load Together
When this skill triggers, also load:
craft-site— Template architecture, component patterns, routing. Required when content decisions affect how templates render data.craft-twig-guidelines— Twig coding standards. Required when writing any Twig examples or template code alongside content modeling.ddev— All commands run through DDEV. Required for running project config commands, Craft CLI, and content migrations.