essential-addons-for-elementor-lite
Build, debug, and secure Elementor widgets for WordPress
All Skills in This Repository (8)
Pure Emerald Level Indicatorsdebug-widget
Diagnose EA widget issues by reproducing, localizing, and tracing root causes.
widget-review
Audit Essential Addons widgets across correctness, security, i18n, assets, and architecture.
release-checklist
Orchestrate pre-release QA and governance checks for EA Lite releases.
wp-password-protected-exposure
Gate WordPress AJAX endpoints and listing widgets with post_password_required checks.
elementor-controls
Design and audit Elementor widget controls for EA convention compliance.
new-widget
Scaffold Essential Addons Elementor widgets with PHP class, SCSS, and config.php.
pr-workflow
Enforce feature-branch PR workflows with FluentBoards card-number branch naming.
wp-ajax-nopriv-visibility
Audit wp_ajax_nopriv_ handlers and harden WP_Query inputs to prevent private content leaks.
Frequently Asked Questions
FAQPage SchemaHow to install Essential Addons skills?â–¼
Run `npx skills add WPDevelopers/essential-addons-for-elementor-lite --all -g -y` in your terminal to install all skills globally.
How to create a new Elementor widget?â–¼
The new-widget skill scaffolds the PHP class, styles, scripts, and config registration, then builds and verifies the widget renders correctly in the editor.
How to fix a broken Elementor widget?â–¼
The debug-widget skill reproduces the issue, traces it to the root cause across render, asset, script, or AJAX paths, and adds a regression test before verifying the fix.
How to stop WordPress AJAX from leaking private posts?â–¼
The security skills audit nopriv AJAX handlers and listing queries, then apply fixes that block drafts, private posts, and password-protected content from unauthenticated visitors.
Do these skills work with Claude Code and Cursor?â–¼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core