← ClaudeAtlas

wordpress-elementor-devlisted

Expert WordPress and Elementor Pro development skill. Use this whenever the user asks about WordPress theme development, Elementor Pro customization, plugin architecture, custom post types, hooks/filters, Loop Grids, Dynamic Tags, Theme Builder templates, off-canvas UIs, custom CSS/JS injection, performance optimization, or any PHP/JS/CSS code targeting a WordPress or Elementor environment. Trigger even for general questions like "how do I add a custom field in Elementor", "what hook should I use for X in WordPress", "how do I override a WooCommerce template", or "how do I register a custom widget" — do not wait for the user to explicitly say "use the skill." Also trigger for ACF integration, REST API endpoints, child theme setup, WooCommerce customization, WPML/multilingual setups, and any debugging of WordPress/Elementor issues.
guramzhgamadze/WordPress-Elementor-Skill · ★ 14 · Data & Documents · score 80
Install: claude install-skill guramzhgamadze/WordPress-Elementor-Skill
# WordPress & Elementor Pro — Skill Router A complete procedural guide for producing production-grade WordPress and Elementor Pro code. This file is the **router** — read it first, then load the relevant sub-file(s) for the task at hand. --- ## Sub-file Map — Read the Right File for Each Task | Task type | Read this file | |---|---| | Plugin scaffold, child theme, code placement, CPT, AJAX handler | **scaffolding.md** | | PHP standards, sanitization, escaping, nonces, WP_Error, transients, password hashing | **php-standards.md** | | JavaScript standards, enqueue API, defer/async, wp_add_inline_script | **js-css-standards.md** | | CSS standards, BEM, design tokens, Elementor CSS selectors | **js-css-standards.md** | | Elementor custom widget, Dynamic Tags, Loop Grid, Form actions, Theme Builder conditions | **elementor-patterns.md** | | WooCommerce HPOS, order API, template overrides, Loop Grid for products | **woocommerce.md** | | REST API endpoints, schema, permission callbacks | **rest-api.md** | | Off-canvas UI, off-canvas accessibility, focus trap | **offcanvas-ui.md** | | Performance checklists (frontend + backend), speculative loading, IE conditional comments | **performance.md** | | Accessibility checklist, WCAG 2.2 AA, ARIA patterns | **performance.md** | ### Widget Boilerplates — Load when building a widget of that type | Widget type | Read this file | |---|---| | Button / CTA with icon and link | **widget-button.md** | | Container / layout wrapper / section /