orbit-block-variations

Audit block variations and transforms in WordPress plugins.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the complexity and redundancy caused by multiple similar custom blocks when a single block with variations could suffice. It solves the issue of block variations not being utilized effectively, leading to over-blocking and unnecessary plugin size.

Core Features & Use Cases

  • Audit Block Variations: Checks the registration and functionality of block variations in a WordPress plugin.
  • Detect Over-blocking: Identifies places where multiple blocks should be variations of one.
  • Block Transform Checks: Validates the registration of transforms between blocks.
  • Default Variation Setup: Ensures that the isDefault variation is set for proper inserter display.
  • Use Case: For a plugin developer looking to optimize their block library by converting similar blocks into variations, or for a QA team ensuring that variations work as intended.

Quick Start

Use the /orbit-block-variations skill to audit the block variations and transforms in your WordPress plugin for over-blocking.

Frequently Asked Questions about orbit-block-variations

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

FAQPage Schema
How do I audit block variations in a WordPress plugin?▼

To audit block variations in a WordPress plugin, you can run a check to validate the proper registration and usage of variations, ensuring the block library structure is clean and redundancy is reduced.

What is over-blocking in WordPress and how do I fix it?▼

Over-blocking in WordPress occurs when multiple similar custom blocks exist instead of a single block with variations. You fix it by converting these redundant blocks into variations to optimize the block library.

How do I validate block transforms registration in WordPress?▼

Validating block transforms registration involves checking the registration of transforms between blocks within your WordPress plugin to ensure they function correctly and are properly configured.

How do I set a default variation for a WordPress block?▼

To set a default variation for a WordPress block, you must ensure the `isDefault` variation is properly configured during registration for correct inserter display.

Can I use this block audit process for WordPress QA?▼

Yes, you can use this block audit process for WordPress QA to ensure that block variations and transforms work as intended and that the plugin avoids unnecessary size from over-blocking.