What problem does it solve?
The WordPress Theme Customizer orchestration skill identifies the active theme and coordinates a safe, end-to-end configuration flow for both classic and block (FSE) themes. It detects the active theme type, searches for a theme-specific configuration skill, and guides users through a structured decision flow to apply changes or run a full theme scan as needed.
Core Features & Use Cases
- Detects whether the active theme is classic or block (FSE) and selects the appropriate settings storage, read/write abilities, and APIs.
- Checks for a dedicated theme-{slug}-config skill and uses it when available to ensure precise, theme-specific configuration.
- Provides two analysis modes: a fast standard scan using existing WordPress APIs (Global Styles, theme options, mods, etc.) and a thorough full-source scan of PHP/JS/JSON files to uncover non-standard options.
- Orchestrates changes safely with validation, option-value updates, and clear user prompts, including the option to generate a theme-specific skill for future use.
- Generates a structured report of identity, colors, typography, layout, navigation, and per-page options for visibility and auditability.
Quick Start
Identify the active theme, determine its type, check for a theme-specific config skill, and proceed with the appropriate customization flow (standard scan or full-source scan) as requested.