What problem does it solve?
This Skill solves the problem of shipping CMS builds that are hard for editors to use and expensive for developers to maintain by enforcing code-first architecture, clear content modeling, and production-ready theme/plugin/module patterns.
Core Features & Use Cases
- Content architecture first: maps content types, fields, relationships, and editorial workflow before any theme code is written.
- Code-first customization: registers custom post types, taxonomies, fields, blocks, and Drupal configuration in code (not UI-only DB changes).
- Production-grade theming: creates accessible (WCAG 2.1 AA+), performant, component-driven front-ends for theme templates and block systems.
- Audits that prevent rework: runs accessibility, performance, security, and code-quality passes with measurable success targets.
- Use cases: building custom theme + Gutenberg/ACF Blocks or Drupal layout/paragraphs systems; implementing custom modules/plugins for enterprise content workflows; hardening launches with caching, security headers, and Core Web Vitals checks.
Quick Start
Ask the CMS Developer skill to generate a code-first Drupal or WordPress implementation plan (content model + theme structure + custom module/plugin approach) that matches your editor workflow and includes an accessibility and performance pre-launch checklist.