orbit-elementor-pro

Audit Elementor Pro extensions for compliance with patterns and hooks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify issues in Elementor Pro extensions, ensuring they follow best practices and are compatible with Elementor Pro features.

Core Features & Use Cases

  • Audit Elementor Pro Extensions: Checks for compliance with Elementor Pro's patterns and hooks.
  • Form Action Subclass Validation: Ensures Form Action subclasses adhere to Elementor Pro standards.
  • Theme Builder Location Verification: Validates custom Theme Builder locations.
  • Popup Trigger Registration Checks: Ensures Popup triggers are correctly registered.
  • Pro Detection Verification: Checks for proper Elementor Pro detection before extending.
  • Use Case: If you are developing an Elementor Pro extension and want to ensure it integrates correctly with Elementor Pro features.

Quick Start

Run the audit for your Elementor Pro extension by using the command: claude "/orbit-elementor-pro Audit ~/plugins/my-plugin's Elementor Pro extensions."

Frequently Asked Questions about orbit-elementor-pro

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

FAQPage Schema
How do I audit an Elementor Pro extension for code quality and compliance?

To audit an Elementor Pro extension for code quality and compliance, run the audit command targeting your plugin directory. The process checks Form Action subclasses, Theme Builder locations, Popup triggers, and Pro detection against Elementor Pro patterns.

What does Elementor Pro extension auditing check for in Theme Builder locations?

Elementor Pro extension auditing verifies that custom Theme Builder locations are properly registered. This ensures your extension correctly uses Elementor Pro's location registration hooks and integrates seamlessly with the Theme Builder system.

Does my Elementor Pro extension need Elementor Pro active to validate Form Action subclasses?

Yes, validating Form Action subclasses requires Elementor Pro to be active and properly configured. The audit checks whether your Form Action subclasses adhere to Elementor Pro's specific standards and implementation patterns.

How do I verify Popup trigger registration in my WordPress plugin?

To verify Popup trigger registration in your WordPress plugin, run the audit to check if Popup triggers are correctly registered. This ensures your extension properly hooks into Elementor Pro's Popup system without conflicts.

Why does my Elementor Pro extension fail Pro detection checks?

Elementor Pro extension Pro detection checks fail when your code does not properly verify if Elementor Pro is active before extending its features. The audit ensures your extension correctly detects Pro before loading custom Form Actions or Theme Builder locations.

Can I use this audit for WordPress plugin development without Elementor Pro installed?

No, this audit specifically requires Elementor Pro to be active and properly configured. It checks extension compliance against Elementor Pro's patterns and hooks, so WordPress plugin development without Elementor Pro is out of scope.