wordpress-theme-customizer

Detect active WordPress theme type and configure its appearance and behavior.

2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/joseconti/mcp-skills --skill wordpress-theme-customizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-theme-customizer
Source: https://github.com/joseconti/mcp-skills/tree/main/custom/themes/wordpress-theme-customizer
Command: npx skills add https://github.com/joseconti/mcp-skills --skill wordpress-theme-customizer

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about wordpress-theme-customizer

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

FAQPage Schema
How do I customize a WordPress theme's appearance and behavior programmatically?

To customize WordPress theme appearance and behavior safely, this skill orchestrates reading, modifying, and validating theme options, mods, and settings. It detects the active theme type and guides you through a structured configuration flow.

How does WordPress theme configuration differ between block and classic themes?

WordPress theme configuration differs by type because this skill detects whether your active theme is block (FSE) or classic, then selects the appropriate settings storage, read/write APIs, and customization flow for that specific architecture.

What is a full-source scan for WordPress theme customization?

A full-source scan for WordPress theme customization thoroughly examines PHP, JS, and JSON files to uncover non-standard options. It contrasts with a faster standard scan that relies on existing WordPress APIs like Global Styles and theme mods.

Can I generate a dedicated configuration skill for my specific WordPress theme?

Yes, you can generate a theme-specific configuration skill. When a dedicated theme-{slug}-config skill is unavailable, this orchestrator can create one for future use to ensure precise, theme-specific configuration.

What does a WordPress theme customization report include?

A WordPress theme customization report includes structured details on identity, colors, typography, layout, navigation, and per-page options. This ensures applied changes are auditable and provide clear visibility into the theme's current state.