WPDevelopersWPDevelopersOfficial·8 Agent Skills Included

essential-addons-for-elementor-lite

Build, debug, and secure Elementor widgets for WordPress

Scaffolds new Elementor widgets, audits existing ones, and debugs broken widget behavior in WordPress. Hardens AJAX endpoints against leaks of draft, private, and password-protected content. Covers release checklists, PR workflows, and control design so plugin changes ship safely without manual guesswork.
npx skills add WPDevelopers/essential-addons-for-elementor-lite --all -g -y
Available:

Explains the plugin's architecture, build commands, and widget conventions so the agent can navigate the codebase and follow the correct development rules when using these skills.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→