orbit-block-patterns

Validate WordPress block pattern registration, categories, and content settings.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-block-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-block-patterns
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-block-patterns
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-block-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that block patterns in WordPress plugins meet the required standards before submission, identifying issues with pattern registration, preview rendering, and more.

Core Features & Use Cases

  • Pattern Registration Checks: Validates the registration of block patterns with correct titles, descriptions, categories, and content.
  • Custom Category Verification: Ensures that custom categories are correctly registered for block patterns.
  • Content Validation: Checks for correct block names and viewportWidth settings in pattern content.
  • Use Case: Before submitting block patterns to WordPress.org/patterns, use this Skill to automatically validate the patterns' readiness.

Quick Start

Audit the block patterns of your plugin with: claude "/orbit-block-patterns Audit ~/plugins/my-plugin's block patterns."

Frequently Asked Questions about orbit-block-patterns

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

FAQPage Schema
How do I validate WordPress block patterns before submitting to WordPress.org?

Validating block patterns for WordPress.org submission requires checking pattern registration, custom categories, block names, and viewportWidth settings. This process ensures your plugin's patterns meet the pattern API standards required for approval.

What does pattern registration validation include for WordPress plugins?

Pattern registration validation verifies titles, descriptions, categories, and content for block patterns. It ensures custom categories are correctly registered and block names conform to WordPress pattern API requirements.

How do I check viewportWidth settings in WordPress block patterns?

Checking viewportWidth settings involves validating pattern content to ensure the viewportWidth parameter is correctly set. This confirms block patterns will render properly in the WordPress.org pattern directory previews.

Does this block pattern validation work with theme.json standards?

Block pattern validation ensures adherence to theme.json standards alongside pattern API requirements. It checks that your WordPress plugin patterns comply with theme.json configuration for proper submission readiness.

Why are my custom block pattern categories not registering correctly in WordPress?

Custom block pattern categories fail registration when hooks or naming conventions are incorrect. Validation verifies that custom categories are properly registered for WordPress.org pattern submission.

What is the best way to audit block patterns in a WordPress plugin?

Auditing block patterns is best done through automated validation of your plugin's directory. This identifies registration, category, and content setting issues before submission to WordPress.org/patterns.