wordpress-elementor-dev

wordpress-elementor-dev is a skill for Claude Code, Codex from guramzhgamadze/WordPress-Elementor-Skill. It costs 184 tokens per session (9,641 once invoked), scanned A, original, MIT.

A development guide for WordPress, a website publishing system, and Elementor Pro, its visual page-building extension. It covers themes, plugins, reusable content types, editor widgets, forms, online shops, and custom code.

In plain words
What is it for?
Use it to build or customize WordPress themes and plugins, Elementor widgets and templates, custom content types, forms, menus, JavaScript and CSS, or WooCommerce shops.
Why use it?
It provides task-specific guidance for changing WordPress and Elementor safely and consistently. It also covers security practices, performance, and the APIs used to extend the platform.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build or customize WordPress themes and plugins, Elementor widgets and templates, custom content types, forms, menus, JavaScript and CSS, or WooCommerce shops.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add guramzhgamadze/WordPress-Elementor-Skill --skill wp-elementor-skill
Clone the repo
git clone --depth 1 https://github.com/guramzhgamadze/WordPress-Elementor-Skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wordpress-elementor-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill.svg)](https://agentmods.dev/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill)
Your own site
<a href="https://agentmods.dev/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill"><img src="https://agentmods.dev/badge/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 184 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,641 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Output Handling · line 322
    Output size or generation rate is not bounded. Unbounded output enables denial-of-service through resource exhaustion, log flooding, or context-window stuffing.
    Fix: Set explicit limits on output length, generation count, and rate. Use max_tokens and truncation to prevent unbounded output.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00184 $0.09641
Opus 5 $0.00092 $0.04820
Sonnet 5 $0.00037 $0.01928
Haiku 4.5 $0.00018 $0.00964

Measured 8d ago against content hash 8e44be2f38ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

wordpress-elementor-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

wp-elementor-skill/SKILL.md · 572 lines

How it starts

The opening of the file, as written. The whole thing — 572 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
Elementor extension points — custom form fields, theme locations, injecting controls into native widgets, adding a TAB to the editor's Elements panel, Finder/context-menu, hooks reference, deprecations elementor-extending.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
Hard-won production gotchas — widget lifecycle fatals, content_template() escaping, CSS-in-Elementor footguns, transactional email, wp.org review/packaging, embedding apps, AJAX/loop re-rendering, dynamic CSS in loops, Swiper on optimised sites field-notes.md
wordpress.org submission — the 18 Directory Guidelines, Plugin Check 2.1.0 categories/usage, review process, required headers/readme wp-org-guidelines.md
Subversion (SVN) — deploying/tagging a release on the wordpress.org plugin/theme SVN (trunk/tags/assets), the daily work cycle, branching/merging, properties, repo admin svn/svn.md (self-contained sub-bundle; svn/references/ goes deeper)
Debugging & static analysis — PHPCS+WPCS, PHPStan, Plugin Check, WP_DEBUG/Query Monitor, Elementor Safe Mode/cache, symptom→cause table debugging.md
Common WordPress APIs — admin settings page (Settings + Options API), register_meta, roles/capabilities, WP-Cron, internationalization (i18n) wordpress-apis.md
Database layer (MariaDB/MySQL) — custom tables + dbDelta(), charsets & the varchar(191) index rule, indexes, EXPLAIN, MariaDB↔MySQL portability, sql_mode, full-text mariadb.md

Read the full file on GitHub · 572 lines

Files

What ships with it

54 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 572 lines · 184 tokens per session scan A 8e44be2f38ae

Subscribe to this mod's changes

wordpress-elementor-dev is a skill published in the GitHub repository guramzhgamadze/WordPress-Elementor-Skill (25 stars, last pushed 15d ago), licensed MIT. It adds 184 tokens to every session and 9,641 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ak-elementor-studio

AK Elementor Studio — built by Abanoub Khalil (akstudio.me). Converts ANY input — HTML/CSS/JS code, screenshots, images (PNG, JPG, WebP), PDFs, Figma exports, design mockups, wireframes, or any visual file — into fully structured Elementor page JSON templates importable into WordPress. Activate this skill whenever the…

abanoubkhaliil/Ak-Elementor-Studio · 212 tokens

shopify-expert

Builds and debugs Shopify themes (.liquid files, theme.json, sections), develops custom Shopify apps (shopify.app.toml, OAuth, webhooks), and implements Storefront API integrations for headless storefronts. Use when building or customizing Shopify themes, creating Hydrogen or custom React storefronts, developing…

Jeffallan/claude-skills · 117 tokens

wcag

Expert WCAG (Web Content Accessibility Guidelines) advisor covering WCAG 2.0, 2.1, and 2.2 — the W3C international accessibility standards. Use this skill whenever a user asks about WCAG success criteria, conformance levels (A/AA/AAA), accessibility audits, POUR principles, accessibility statements, ARIA patterns…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 162 tokens

paywall-pricing-optimizer

Design effective paywalls, structure subscription tiers, and optimize pricing for mobile apps. Covers monetization model selection, paywall screen design, pricing psychology, A/B testing strategy, and RevenueCat/StoreKit/Google Billing integration. Use when the user wants to monetize an app, design a paywall, choose…

robertguss/claude-code-toolkit · 143 tokens

design-tokens

Establish color, typography, spacing, radius and motion as named role-based tokens. Use before building any interface.

mshadmanrahman/claude-for-designers · 27 tokens

frontend-design

Build an interface from the brief and the tokens rather than from a guess. Use only after grill-me, design-brief, information-architecture and design-tokens have run.

mshadmanrahman/claude-for-designers · 38 tokens