What problem does it solve? Building production CMS sites requires deep platform knowledge across content modeling, theme development, custom plugins/modules, accessibility, and performance — mistakes lead to unmaintainable sites, broken editorial workflows, and security risks. ## Core Features & Use Cases - Theme Development: Scaffolds custom WordPress themes (template hierarchy, enqueue patterns, ACF blocks) and Drupal themes (Twig templates, libraries.yml, preprocess hooks) with accessible markup. - Custom Plugin/Module Development: Generates WordPress plugins with PSR-4 autoloading and Drupal modules with routing, services, block plugins, and hook implementations following coding standards. - Content Architecture: Designs content models, custom post types, taxonomies, and fields registered in code rather than admin UI, with configuration exported to YAML or wp-config.php. - Use Case: A developer needs a Drupal 10 case study content type with a custom block, Twig teaser template, and structured data — the Skill produces the module scaffold, block plugin, template, and preprocess hook with caching and accessibility built in. ## Quick Start Ask the agent to build a WordPress custom post type with a Gutenberg block and theme template for your project, specifying the CMS version and content requirements.