agency-cms-developer

Scaffold custom themes, modules, and plugins for Drupal and WordPress.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-cms-developer-immamdouhaboammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-cms-developer
Source: https://github.com/imMamdouhaboammar/kaku-chatgpt-harness/tree/main/.agents/skills/engineering-cms-developer
Command: npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-cms-developer-immamdouhaboammar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the friction between CMS flexibility and engineering rigor, ensuring that website implementations are scalable, maintainable, and architecturally sound.

Core Features & Use Cases

  • Code-First Architecture: Enforces registration of custom post types, taxonomies, and blocks in code rather than the admin UI.
  • Production-Ready Standards: Provides boilerplate structures for custom themes and plugins that adhere to WordPress and Drupal coding standards.
  • Use Case: Use this skill to scaffold a new custom block for a WordPress site or to implement a complex Drupal hook that requires strict adherence to accessibility and performance guidelines.

Quick Start

Ask the agency-cms-developer to generate a custom post type registration for a new project using the WordPress coding standards.

Frequently Asked Questions about agency-cms-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a custom WordPress block that adheres to coding standards?

To scaffold a custom WordPress block, use a code-first architecture that enforces registration in code rather than the admin UI, providing boilerplate structures adhering to strict WordPress coding standards and accessibility best practices.

What is the best way to implement complex Drupal hooks with accessibility guidelines?

The best way to implement complex Drupal hooks is by enforcing content modeling and accessibility best practices, ensuring all custom modules adhere strictly to platform-specific coding standards and configuration-as-code principles.

How does configuration-as-code work for WordPress custom post types?

Configuration-as-code for custom post types works by enforcing the registration of post types, taxonomies, and blocks directly in code rather than the admin UI, ensuring CMS implementations remain scalable, maintainable, and architecturally sound.

Can I use this approach to generate both custom Drupal themes and WordPress plugins?

Yes, this approach provides architectural guidance and code scaffolding for both platforms, facilitating the creation of custom themes, modules, and plugins while enforcing production-ready standards for professional Drupal and WordPress development.

Why should I register custom taxonomies in code instead of the WordPress admin UI?

You should register custom taxonomies in code to maintain a code-first architecture, which solves the friction between CMS flexibility and engineering rigor, ensuring your website implementation is scalable, maintainable, and architecturally sound.

Do I need to follow platform-specific coding standards for my custom CMS modules?

Yes, all CMS deliverables require adherence to platform-specific coding standards and configuration-as-code principles, providing production-ready boilerplate structures for custom themes and plugins that ensure maintainability.