agency-cms-developer

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

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-cms-developer-rajyeole6
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-cms-developer
Source: https://github.com/rajyeole6/AI-RECRUITER/tree/main/.agents/skills/engineering-cms-developer
Command: npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-cms-developer-rajyeole6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of maintaining high-quality, scalable, and maintainable CMS implementations in Drupal and WordPress by enforcing code-first development and strict editorial standards.

Core Features & Use Cases

  • Code-First Architecture: Automates the registration of custom post types, taxonomies, and fields to ensure configuration is version-controlled and not trapped in the database.
  • Component-Based Development: Provides patterns for building reusable blocks and templates that are accessible, performant, and easy for content editors to manage.
  • Use Case: Use this skill to scaffold a custom WordPress theme with ACF blocks or a Drupal module with custom Twig templates and service definitions that adhere to industry coding standards.

Quick Start

Use the agency-cms-developer skill to generate a custom post type registration snippet for a new case study content type in WordPress.

Frequently Asked Questions about agency-cms-developer

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

FAQPage Schema
How do I build a custom WordPress theme with accessible ACF blocks?▼

To build a custom WordPress theme with accessible ACF blocks, use a code-first architecture to scaffold reusable, component-based templates that meet WCAG 2.1 AA accessibility standards and performance benchmarks.

What is code-first CMS development for Drupal and WordPress?▼

Code-first CMS development automates the registration of custom post types, taxonomies, and fields so configuration is version-controlled rather than trapped in the database, ensuring scalable and maintainable Drupal and WordPress implementations.

Can I use this approach to scaffold a Drupal module with custom Twig templates?▼

Yes, you can scaffold a Drupal module with custom Twig templates and service definitions that adhere to industry coding standards while maintaining strict editorial and accessibility compliance.

How do I ensure my CMS theme development meets WCAG 2.1 AA accessibility standards?▼

Ensure CMS theme development meets WCAG 2.1 AA accessibility standards by enforcing strict editorial standards and component-based front-end patterns that deliver accessible, performant blocks for content editors to manage.

What is the best way to manage configuration in custom CMS environments?▼

The best way to manage configuration in custom CMS environments is a code-first implementation strategy that keeps custom post types, taxonomies, and fields version-controlled instead of relying on database exports.

Why does my CMS content modeling get trapped in the database?▼

Content modeling gets trapped in the database when configuration is created manually instead of using a code-first architecture, which automates registration to ensure settings remain version-controlled and maintainable.