wp-patterns
Installation
SKILL.md
WordPress Block Patterns
When to use
Use this skill when creating, updating, or reviewing WordPress block patterns such as:
- filesystem patterns in
patterns/*.php - starter page patterns for page/post content
- template patterns using
Template Types - template part patterns for headers, footers, sidebars, or other parts
- pattern category, keyword, inserter, block type, and template type metadata
- pattern markup validation, escaping, i18n, accessibility, or design quality improvements
Generate production-grade patterns that are technically correct, design-distinctive, theme-compatible, and accessible. If the user is building a custom block, changing block.json, or adding dynamic rendering, use wp-block-development instead. If the user needs frontend interactivity, use wp-interactivity-api.