wp-block-themes

Разработка блочных тем WordPress: theme.json, шаблоны, паттерны и устранение неполадок в редакторе сайта. Охватывает редактирование theme.json (пресеты, настройки, стили для отдельных блоков), шаблоны и части шаблонов, паттерны и вариации стилей в WordPress 6.9+. Включает скрипты триажа для определения корней тем и структуры блочных тем, а также пошаговые процедуры создания новых тем или преобразования классических тем. Предоставляет рабочие процессы отладки проблем иерархии стилей, переопределений пользовательских настроек и редактора сайта...

npx skills add https://github.com/wordpress/agent-skills --skill wp-block-themes

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

0) Triage and locate block theme roots

  1. Run triage:
    • node skills/wp-project-triage/scripts/detect_wp_project.mjs
  2. Detect theme roots + key folders:
    • node skills/wp-block-themes/scripts/detect_block_themes.mjs

If multiple themes exist, pick one and scope all changes to that theme root.

1) Create a new block theme (if needed)

If you are creating a new block theme from scratch (or converting a classic theme):

  • Prefer starting from a known-good scaffold (or exporting from a WP environment) rather than guessing file layout.
  • Be explicit about the minimum supported WordPress version because theme.json schema versions differ.

Read:

  • references/creating-new-block-theme.md

After creating the theme root, re-run detect_block_themes and continue below.

2) Confirm theme type and override expectations

  • Block theme indicators:
    • theme.json present
    • templates/ and/or parts/ present
  • Remember the style hierarchy:
    • core defaults → theme.json → child theme → user customizations
    • user customizations can make theme.json edits appear “ignored”

Read:

  • references/debugging.md (style hierarchy + fastest checks)

3) Make theme.json changes safely

Decide whether you are changing:

  • settings (what the UI allows): presets, typography scale, colors, layout, spacing
  • styles (how it looks by default): CSS-like rules for elements/blocks

Read:

  • references/theme-json.md

4) Templates and template parts

  • Templates live under templates/ and are HTML.
  • Template parts live under parts/ and must not be nested in subdirectories.

Read:

  • references/templates-and-parts.md

5) Patterns

Prefer filesystem patterns under patterns/ when you want theme-owned patterns.

Read:

  • references/patterns.md

6) Style variations

Style variations are JSON files under styles/. Note: once a user picks a style variation, that selection is stored in the DB, so changing the file may not “update what the user sees” automatically.

Read:

  • references/style-variations.md

Verification

  • Site Editor reflects changes where expected (Styles UI, templates, patterns).
  • Frontend renders with expected styles.
  • If styles aren’t changing, confirm whether user customizations override theme defaults.
  • Run the repo’s build/lint scripts if assets are involved (fonts, custom JS/CSS build).

Failure modes / debugging

Start with:

  • references/debugging.md

Common issues:

  • wrong theme root (editing an inactive theme)
  • user customizations override your defaults
  • invalid theme.json shape/typos prevent application
  • templates/parts in wrong folders (or nested parts)

Escalation

If upstream behavior is unclear, consult canonical docs:

  • Theme Handbook and Block Editor Handbook for theme.json, templates, patterns, and style variations.

Больше skills от wordpress

blueprint
wordpress
Используйте при создании, редактировании или проверке JSON-файлов blueprint для WordPress Playground. Срабатывает при упоминании blueprints, конфигурации Playground или запросов…
official
wordpress-router
wordpress
Классифицирует кодовые базы WordPress и направляет в соответствующий рабочий процесс для плагинов, тем, блоков и проверок ядра. Выполняет автоматическую сортировку проектов для определения типа репозитория (плагин, тема, блочная тема, блоки Gutenberg, ядро WP) и доступных инструментов. Выводит результаты классификации и маршрутизацию по дереву решений к специализированным навыкам в зависимости от намерений пользователя и типа проекта. Требует доступа к корню репозитория и операций с файловой системой bash/Node; некоторые рабочие процессы требуют WP-CLI. Ориентирован на WordPress 6.9+ с PHP 7.2.24+;...
official
wp-abilities-api
wordpress
Регистрация WordPress Abilities API, REST-экспонирование и клиентское потребление для WordPress 6.9+. Регистрируйте способности и категории в PHP с помощью wp_register_ability() и wp_register_ability_category() со стабильными ID, метками и метаданными. Экспонируйте способности для клиентов через REST-эндпоинты /wp-json/wp-abilities/v1/, устанавливая meta.show_in_rest: true. Потребляйте способности в JavaScript с помощью пакета @wordpress/abilities для клиентского доступа и проверки разрешений. Требуется WordPress 6.9+...
official
wp-abilities-audit
wordpress
Провести аудит REST-поверхности плагина WordPress и подготовить стандартизированный аудиторский документ с предложениями по регистрации в Abilities API. Создаёт markdown-документ с YAML…
official
wp-abilities-verify
wordpress
Verify a WordPress plugin's Abilities API registrations: enumerate abilities, check that callback behavior matches each annotation's claim (the adversarial…
official
wp-block-development
wordpress
Разработка блоков WordPress для Gutenberg: метаданные, регистрация, рендеринг и сборочные процессы. Охватывает создание блоков, настройку block.json, статический и динамический рендеринг, а также серверную PHP-регистрацию с register_block_type_from_metadata(). Использует apiVersion: 3 для совместимости с WordPress 6.9+, включая поддержку редактора iframe и изоляцию стилей. Обрабатывает сериализацию атрибутов, устаревшие версии/миграции для предотвращения ошибок "Invalid block" и композицию внутренних блоков. Включает...
official
wp-interactivity-api
wordpress
Используйте при создании или отладке функций WordPress Interactivity API (директивы data-wp-*, хранилище/состояние/действия @wordpress/interactivity, блок viewScriptModule…
official
wp-patterns
wordpress
Генерируйте технически корректные, отличающиеся дизайном блочные шаблоны WordPress. Используйте при создании блочных шаблонов, стартовых шаблонов страниц, шаблонных паттернов, шаблонов…
official