Lonsdale201/wp-agent-skills

A community-maintained collection of agent skills for WordPress plugin and theme development.

22Stars on the repository
223Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

wp-plugin-presenter

121

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Design and review native presenter classes in WordPress plugins without requiring better-data - converting DTOs or domain objects into REST arrays, admin table rows, JS config payloads, email variables, and public view models with allowlisted fields, context methods, redaction by default, locale/date/number…

not rated 22 changed yesterday A SkillSpector: warn 136 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Design and review custom WordPress URL rewrites: addrewriterule, addrewritetag, queryvars, CPT/taxonomy rewrite slugs, addrewriteendpoint, soft vs hard flushes, rewriterules cache behavior, and the rule that flushrewriterules() must not run on every request. Use for custom pretty URLs, CPT permalink 404s, endpoint…

not rated 22 2d ago A SkillSpector: pass 99 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Designs and reviews WordPress plugin update-time version migrations: stored schema/data version options, versioncompare or integer schema versions, idempotent stepwise migrators, dbDelta inside migrations, locks, partial reruns, multisite handling, and safe use of upgraderprocesscomplete. Use when code mentions plugin…

not rated 22 2d ago A SkillSpector: pass 108 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Audit whether a WordPress plugin or classic theme is compatible with Polylang, Polylang Pro, and Polylang for WooCommerce. Use when asked whether code is Polylang-compatible, why a shortcode/option/page/product does not translate, or when code contains stored post/page/product/term IDs, getpermalink/homeurl calls, pll…

not rated 22 2d ago A SkillSpector: pass 142 tokens original MIT

polylang-language-api

125

Lonsdale201/wp-agent-skills

Skill Codex

Use Polylang 3.8.5 safely from WordPress plugins or classic themes. Covers guards, current/default language lookup, language fields and objects, language lists, localized home URLs, language switchers, translated post type/taxonomy registration, and common mistakes such as reading $GET['lang'], assuming a current…

not rated 22 2d ago A SkillSpector: warn 136 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Create, read, link, and update translated posts and terms with Polylang 3.8.5. Covers pllgetpost, pllgetterm, pllgetpostlanguage, pllgettermlanguage, pllsaveposttranslations, pllsavetermtranslations, pllinsertpost, pllinsertterm, pllupdatepost, pllupdateterm, translation group storage, language assignment order, media…

not rated 22 2d ago A SkillSpector: warn 133 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Work with Polylang Pro 3.8.5 features that affect plugin/theme compatibility: translated slugs, shared slugs, duplicate/sync post workflows, ACF Pro integration, translated ACF labels, ACF field translation strategies, import/export/machine-translation hooks, and sync metadata filters. Use when code touches rewrite…

not rated 22 2d ago A SkillSpector: pass 150 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit REST and headless integrations with Polylang 3.8.5, Polylang Pro 3.8.5, and Polylang for WooCommerce 2.2.2. Covers REST lang parameter behavior, pll/v1 languages, filterable REST routes, Pro lang/translations REST fields, pllrestapiposttypes and pllrestapitaxonomies 3.8 format, pll/v1/translation and…

not rated 22 2d ago A SkillSpector: warn 150 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Register and translate plugin/theme strings and option values with Polylang 3.8.5. Covers pllregisterstring admin-only behavior, pll, plle, plleschtml, pllescattr, plltranslatestring, string context/name strategy, multiline strings, pllsanitizestringtranslation with the 3.8 previous-value argument, PLLTranslateOption…

not rated 22 2d ago A SkillSpector: pass 132 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Build WooCommerce plugins and themes that are compatible with Polylang for WooCommerce 2.2.2. Covers product and variation language data stores, product/order translation groups, cart and Store API language behavior, HPOS order filtering, lang query behavior, SKU/global unique ID per-language checks, product property…

not rated 22 changed yesterday A SkillSpector: pass 180 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Build or review optional Rank Math compatibility in third-party WordPress plugins and themes: bootstrap safely around rankmath/loaded, expose public CPTs and taxonomies, filter SEO title, description, robots, canonical and social metadata, register replacement variables, feed custom editor fields into content…

not rated 22 2d ago A SkillSpector: pass 134 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Add, extend, remove, or audit Schema.org JSON-LD generated by Rank Math from a third-party WordPress plugin. Use when code touches rankmath/jsonld, rankmath/schema/validateddata, rankmath/snippet/richsnippetentity, custom post types with structured data, WooCommerce Product schema extensions, entity @id links, schema…

not rated 22 2d ago A SkillSpector: pass 137 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Integrate third-party WordPress content with Rank Math XML and HTML sitemaps. Use when custom post types, taxonomies, virtual resources, external-table records, canonical overrides, images, authors, or custom statuses must be included or excluded; when code uses rankmath/sitemap/entry, rankmath/sitemap/providers…

not rated 22 changed yesterday A SkillSpector: pass 146 tokens original MIT

wp-redis-object-cache

134

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Configure, audit, troubleshoot, and extend the Redis Object Cache plugin (redis-cache) for WordPress persistent object caching. Covers the wp-content/object-cache.php drop-in, wp redis status|enable|disable|update-dropin, WPREDIS constants, Predis/PhpRedis/Relay client selection, cache groups, selective flush…

not rated 22 2d ago A SkillSpector: warn 101 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Integrate another WooCommerce plugin with Integration for Szamlazz.hu & WooCommerce document generation. Covers WCSzamlazz()->generateinvoice(), wcszamlazzxml, wcszamlazzinvoicelineitem, wcszamlazzbeforegenerateinvoicecheck, document meta, Action Scheduler deferral, Pro webhooks/IPN including HPOS-safe custom…

not rated 22 changed yesterday A SkillSpector: pass 167 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Make WooCommerce checkout, B2B, VAT/tax-number, address, and headless checkout code compatible with Integration for Szamlazz.hu & WooCommerce. Covers the classic checkout field wcszamlazzadoszam, order meta billingwcszamlazzadoszam and wcszamlazzadoszamdata, user meta wcszamlazzadoszam, Checkout Block/Store API…

not rated 22 changed yesterday A SkillSpector: pass 169 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Build and audit WordPress 7.1 block-theme Global Styles and theme.json. Covers schema version 3, responsive mobile/tablet viewport states, block and element pseudo-states, Navigation Link current-state styles, style variations, CSS generation, background gradients, minimum width, text shadow, block visibility…

not rated 22 2d ago A SkillSpector: pass 112 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Choose, create, or audit classic PHP WordPress template files for WP 7.1 using the template hierarchy. Covers template-loader.php, index.php fallback, front-page.php vs home.php, page/single/archive/taxonomy/search/404/attachment templates, gettemplatepart() with $args, child-theme override order, templateinclude, the…

not rated 22 changed yesterday A SkillSpector: pass 124 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit accessibility and semantic HTML in classic PHP WordPress themes on WP 7.1. Covers languageattributes(), wphead(), bodyclass(), wpbodyopen(), landmarks, skip links, focus management, screen-reader-text, heading order, nav/button semantics, aria-controls and aria-expanded, forms and labels, image alt…

not rated 22 2d ago A SkillSpector: pass 122 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit frontend asset loading for classic PHP WordPress themes on WP 7.1. Covers wpenqueuescripts, child-theme-safe getthemefileuri() and getthemefilepath(), cache-busting with filemtime(), classic scripts and script modules, loading strategy/fetch priority, conditional enqueues, comment-reply, RTL style data…

not rated 22 2d ago A SkillSpector: pass 124 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit classic theme comments output for WP 7.1. Covers commentstemplate(), comments.php, postpasswordrequired(), havecomments(), wplistcomments(), comment pagination, commentform(), threaded comment reply script loading, closed-comment messaging, accessible comment navigation, excluding private editor Notes…

not rated 22 2d ago A SkillSpector: pass 113 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Add or audit WordPress Customizer options for classic PHP themes on WP 7.1. Covers customizeregister, WPCustomizeManager, settings, sections, controls, thememod vs option, option-backed Customizer autoload, multidimensional setting IDs, sanitizecallback, validatecallback, WPCustomizeColorControl, allowlisted select…

not rated 22 2d ago A SkillSpector: pass 131 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit internationalization in classic WordPress themes on WP 7.1. Covers style.css Text Domain and Domain Path, slug-matching domains, loadthemetextdomain() and loadchildthemetextdomain() on aftersetuptheme, WP 6.7+ early translation warnings, escaped translation functions, x, n, translator comments…

not rated 22 2d ago A SkillSpector: pass 123 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit classic theme loops and PHP template parts for WP 7.1 without block/FSE assumptions. Covers the main Loop with haveposts() and thepost(), archive/search/single/page content choices, gettemplatepart() with $args, content-none.php, postclass(), secondary WPQuery loops with wpresetpostdata()…

not rated 22 2d ago A SkillSpector: pass 124 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: