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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit media and image output in classic WordPress themes on WP 7.1. Covers addthemesupport( 'post-thumbnails' ), addimagesize(), setpostthumbnailsize(), haspostthumbnail(), thepostthumbnail(), getthepostthumbnail(), wpgetattachmentimage(), responsive srcset and sizes, loading/decoding/fetchpriority…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit navigation menus in classic PHP WordPress themes on WP 7.1. Covers registernavmenus() on aftersetuptheme, rendering with wpnavmenu(), themelocation, a nav container, containerarialabel, disabled fallback callbacks, hasnavmenu(), menu IDs/classes, mobile toggle buttons with aria-controls and…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Write or audit secure modern classic PHP WordPress theme code for WP 7.1. Covers template output escaping, eschtml, escattr, escurl, wpksespost, wpjsonencode, translation escaping, unslashing plus sanitizing input, validation, nonces and capability checks for theme forms, safe templateinclude/gettemplatepart, enqueued…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit classic theme widget areas and sidebars for WP 7.1. Covers widgetsinit, registersidebar(), stable sidebar IDs, beforewidget and beforetitle wrappers, dynamicsidebar(), isactivesidebar(), getsidebar(), sidebar-{name}.php, showinrest, semantic aside/footer/header widget areas, block-widget era…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit a modern classic PHP WordPress theme structure for WP 7.1 without FSE/block-theme assumptions. Covers required style.css + index.php, functions.php as bootstrap, aftersetuptheme, wpenqueuescripts, getthemefileuri/path, wphead, wpbodyopen, wpfooter, recommended assets/, inc/, template-parts/…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit WooCommerce shop/archive loops and product cards in a classic PHP theme. Covers archive-product.php, content-product.php, product taxonomy templates, woocommerceproductloop(), woocommerceproductloopstart/end(), wcgetloopprop(), wcgettemplatepart( 'content', 'product' ), wcproductclass(), loop hooks…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit WooCommerce single product templates in a classic PHP theme. Covers single-product.php, content-single-product.php, woocommercebeforesingleproduct, product gallery hooks, woocommercesingleproductsummary, add-to-cart templates for simple/variable/grouped/external products, variation form accessibility…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Create or audit WooCommerce template overrides in a classic PHP theme. Covers the yourtheme/woocommerce/ override path, the WooCommerce template path, wcgettemplate(), wcgettemplatepart(), woocommerce.php, single-product.php, archive-product.php, taxonomy templates, WCTEMPLATEDEBUGMODE, template @version headers…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit WooCommerce support in a classic PHP WordPress theme. Covers addthemesupport( 'woocommerce' ), wccurrentthemesupportswoocommerceorfse(), supported vs unsupported theme rendering, shop/single wrappers, woocommercebeforemaincontent and woocommerceaftermaincontent, product image widths, productgrid…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Audit or implement TranslatePress-compatible WordPress plugin emails, WooCommerce emails, transactional notifications, cron/CLI emails, wpmail usage, preferred-user-language delivery, trptranslate(), trpswitchlanguage(), trplanguage user/order meta, and email gettext scanning. Use when code sends registration, order…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit TranslatePress language UI compatibility for WordPress themes/plugins. Use for custom language switchers, [language-switcher], trpcustomlanguageswitcher(), [language-include], [language-exclude], legacy [trplanguage], per-language menus, Navigation Based on Language, conditional language content…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Audit or implement WordPress plugin/theme output so TranslatePress can translate it correctly. Use when code must be compatible with TranslatePress visual translation, gettext string translation, dynamic JS-inserted text, automatic translation exclusions, AJAX/REST-rendered fragments, language-aware caches, or…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Audit or implement TranslatePress-compatible URLs, routing, slugs, SEO metadata, sitemaps, hreflang, canonical links, redirects, AJAX URLs, REST routes, WooCommerce permalinks, and Different Domain per Language behavior. Use when plugin/theme code builds links, parses REQUESTURI, registers CPT/taxonomy rewrites, emits…

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

Lonsdale201/wp-agent-skills

Skill Codex

Integrate with or audit WooCommerce 11.0's experimental abandoned-cart recovery email. Covers feature and email gates, manual versus two-hour automatic sends, eligible order statuses, duplicate-provider suppression, recovery URL filtering, unsubscribe/privacy behavior, Action Scheduler boundaries, HPOS-safe order…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Queue and run WooCommerce background jobs with Action Scheduler 4.0. Covers async, single, recurring and cron actions, args-aware $unique identity, exact-argument checks, groups, JSON args and positional callback delivery, at-least-once execution, remote idempotency, bounded retries, failed-action retention, the…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

WooCommerce admin inline JavaScript and script-data migration guide for replacing deprecated wcenqueuejs with wpaddinlinescript, registering/enqueueing handles on the right admin screen, preserving jQuery-ready behavior, passing PHP data safely with wpjsonencode, and avoiding footer-global queued JS. Use when code…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Customize the classic WooCommerce cart and shortcode checkout with woocommerceaddcartitemdata, woocommercegetitemdata, woocommercebeforecalculatetotals, woocommercecartcalculatefees, woocommercecheckoutfields, woocommerceaftercheckoutvalidation, woocommercecheckoutcreateorder, and…

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

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit a WooCommerce Checkout Block payment-method integration. Covers the separate PHP WCPaymentGateway, Blocks AbstractPaymentMethodType, JavaScript registerPaymentMethod, stable gateway identifiers, onPaymentSetup, Store API paymentdata, saved-token UI, legacy processpayment() bridging, advanced…

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

wc-coupon-dynamic

163

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit WooCommerce virtual coupons resolved at runtime without a shopcoupon row. Covers woocommercegetshopcoupondata, the readmanualcoupon() data contract, reserved code namespaces and resolver precedence, database-fallback collisions, request caching, Store API and classic checkout behavior, validation…

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

wc-coupon-types-rules

164

Lonsdale201/wp-agent-skills

Skill Codex

Implement, extend, or audit WooCommerce coupon types, persisted coupon CRUD, eligibility rules, inclusions/exclusions, stacking, usage limits, and order lifecycle behavior. Covers the complete custom discount-type contract (woocommercecoupondiscounttypes, product-vs-cart classification, calculation, and sort order)…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Use WooCommerce customer objects and sessions without confusing checkout-session state with persistent account data. Covers the WC() customer and session properties, WCCustomer( $userid ), cookie creation, shutdown persistence, verified guest-order linking in WooCommerce 11.0, Cart-Token sessions, safe session values…

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

Lonsdale201/wp-agent-skills

Skill Codex

Implement, extend, or audit WooCommerce downloadable products and customer download access. Covers WCProductDownload, stable download IDs, product CRUD, approved directories, the customer-download permission table and WCCustomerDownload CRUD, order-based grants and safe regeneration, limits and expiry, My Account and…

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

wc-emails-classic

167

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Add or customize classic WooCommerce transactional emails with WCEmail. Covers registration, constructor timing, templates and theme overrides, status notification triggers, locale handling, sendnotification() guards, disabled/skipped/sent outcome hooks, WooCommerce 11.0 preview shipping controls, HPOS-safe order…

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

Lonsdale201/wp-agent-skills

Skill Codex

Audit a WooCommerce extension against a target WooCommerce release by diffing installed source, mapping public contracts, finding internal API dependencies, and running version-aware smoke tests. Covers hooks, CRUD timing, REST and Store API schemas, feature gates, templates, taxonomies, Action Scheduler, admin…

not rated 22 2d ago A 101 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: