New Widget banner
WPDevelopers WPDevelopers

New Widget

Development community

Description

--- description: Scaffold a new EA widget end-to-end via the new-widget skill — PHP class, SCSS, optional JS, config.php, build, verify. argument-hint: <Widget_Class_Name> --- # New Widget — $ARGUMENTS Use the `new-widget` skill at `.claude/skills/new-widget/SKILL.md` to scaffold the widget. **Class name:** `$ARGUMENTS` (PascalCase with underscores, e.g. `Marquee_Text`) If `$ARGUMENTS` is empty, ask the user for the widget class name before doing anything. Before scaffolding any file, compl

Installation

Installs to ~/.claude/commands/wpdevelopers-essential-addons-for-elementor-lite-new-widget.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/WPDevelopers/essential-addons-for-elementor-lite/HEAD/.claude/commands/new-widget.md -o ~/.claude/commands/wpdevelopers-essential-addons-for-elementor-lite-new-widget.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository