wp-block-themes

Installation
Summary

WordPress block theme development: theme.json, templates, patterns, and Site Editor troubleshooting.

  • Covers theme.json editing (presets, settings, per-block styles), templates and template parts, patterns, and style variations across WordPress 6.9+
  • Includes triage scripts to detect theme roots and block theme structure, plus guided procedures for creating new themes or converting classic themes
  • Provides debugging workflows for style hierarchy issues, user customization overrides, and Site Editor reflection problems
  • Requires filesystem access with bash and Node; some workflows need WP-CLI
SKILL.md

WP Block Themes

When to use

Use this skill for block theme work such as:

  • editing theme.json (presets, settings, styles, per-block styles)
  • adding or changing templates (templates/*.html) and template parts (parts/*.html)
  • adding patterns (patterns/*.php) and controlling what appears in the inserter
  • adding style variations (styles/*.json)
  • debugging “styles not applying” / “editor doesn’t reflect theme.json”

Inputs required

  • Repo root and which theme is targeted (theme directory if multiple exist).
  • Target WordPress version range (theme.json version and features vary by core version).
  • Where the issue manifests: Site Editor, post editor, frontend, or all.

Procedure

Related skills

More from wordpress/agent-skills

Installs
1.7K
GitHub Stars
1.5K
First Seen
Feb 1, 2026