Use when building a Django project ON TOP OF camomilla (consuming django-camomilla-cms as a dependency): installing and wiring camomilla into a Django project from scratch (INSTALLED_APPS / URLs / settings), the REST API surface and authentication, adding custom pages, the page lifecycle / drafts / preview / scheduling, media, menus, translations, Meta models, StructuredJSONField and the typed Permalink link. NOT for editing camomilla's own source code — use the camomilla-internal-architecture skill for that.
Use when contributing to or modifying camomilla's OWN source code (editing files inside the django-camomilla-cms package): package/folder architecture, the mixin-composition pattern, code conventions, the page lifecycle / draft / preview / scheduling internals, URL resolution and the camomilla.types link primitives, adding core models / serializer mixins / view mixins, and the test harness. NOT for building an app on top of camomilla as a dependency — use the camomilla-usage skill for that.