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

wc-hpos-compatibility

169

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Make WooCommerce order integrations compatible with High-Performance Order Storage. Covers compatibility declaration, order CRUD and queries, authoritative storage, sync-setting versus fully-synced checks, HPOS-aware admin list/meta-box hooks, cache-safe metadata access, large-store query optimization boundaries…

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

wc-logging

170

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Add production-safe WooCommerce logs with wcgetlogger(). Covers stable sources, severity levels and thresholds, structured JSON context, correlation IDs, sensitive-data redaction, WooCommerce 11.0 file-v2 formatting and batched retention cleanup, volume control, custom handlers, and why logs are not durable business…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Work safely with WooCommerce order statuses, payment completion, status hooks, order items, line-item meta, totals, stock side effects, and paid analytics/conversion idempotency. Covers paymentcomplete() vs updatestatus(), status-hook ordering, woocommercethankyou vs paid events, replay-safe external side effects…

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

wc-payment-gateway

172

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build a secure WooCommerce core payment gateway. Covers WCPaymentGateway registration/settings, synchronous captured versus authorized/pending outcomes, paymentcomplete() versus status updates, refunds, core support flags, customer-safe errors, logging, signed and idempotent webhooks, callback URLs, tokenization…

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

wc-payment-tokens

173

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Store and use WooCommerce saved payment methods safely through WCPaymentTokens and polymorphic WCPaymentToken subclasses. Covers provider references versus payment credentials, CC/eCheck/custom token shapes, tokenization gateway support, creating/updating/deleting/defaulting tokens, My Account nonce and ownership…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit WooCommerce product attribute swatch integrations around the experimental wc-visual attribute type. Covers feature gating, global pa attribute taxonomies, the WooCommerce 11 slug byte limit, color/image term meta, visual admin search results, Store API experimentalvisual / experimentalVisual, classic…

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

wc-product-crud-cache

175

Lonsdale201/wp-agent-skills

Skill Codex

Read and write WooCommerce products safely through WCProduct CRUD while accounting for the WooCommerce 11.0 productinstancecaching request cache. Covers view versus edit context, save and invalidation boundaries, direct WordPress meta writes, raw SQL hazards, variation-parent synchronization, taxonomy recount…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Builds a WooCommerce-style AJAX product search select (the selectWoo / wooselect dropdown) — class="wc-product-search" + the data-action attribute pointing to woocommercejsonsearchproducts (products only) or woocommercejsonsearchproductsandvariations (products AND variations, often the right choice). Pre-selected…

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

wc-rest-api-v4

177

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Audit WooCommerce's source-gated wc/v4 REST API. In WooCommerce 11.0.0 the core v4 controllers exist but the release build still sets rest-api-v4 false, so core routes are not registered by default. Covers runtime discovery, safe v3 fallback, latent routes including refund preview, settings paths, hook prefixes…

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

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit compatibility with WooCommerce Sequential Order Numbers Pro. Use when code prints, stores, searches, imports, exports, invoices, emails, syncs, or filters WooCommerce order numbers, especially around the order object's getordernumber(), wcseqordernumberpro(), findorderbyordernumber(), ordernumber…

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

wc-shipping-method

179

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build a zone-based WooCommerce shipping method with WCShippingMethod. Covers deferred class loading, registration, instance settings and modal support flags, package-based calculation, unique rate IDs, decimal/tax handling, availability, save behavior, caching, WooCommerce 11's private productshippingclass taxonomy…

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

wc-shipping-providers

180

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Extend WooCommerce core Order Fulfillments with a custom tracking provider. Covers the fulfillments feature gate, AbstractShippingProvider, provider registration and collision rules, tracking URL construction, country support, tracking-number parsing and ambiguity scores, REST exposure, input safety, and version…

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

wc-store-api

181

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build shopper-facing WooCommerce integrations with the Store API. Covers /wc/store/v1, public product reads, cart Nonce and Cart-Token authentication, CORS, Store API sessions, endpoint data and cart update extensions, collection-count query bounds, JSON input handling, add-to-cart validation, payment requirements…

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

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit WooCommerce Stripe Gateway My Account saved-payment-method flows. Covers the canonical Woo form contract, Stripe UPE SetupIntents, exact selectors and POST fields, billing details, polymorphic Woo tokens including native Link, remote reconciliation/detach/default synchronization, custom endpoint…

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

Lonsdale201/wp-agent-skills

Skill Codex

Design or audit WooCommerce Stripe payment flows that save a reusable method and charge it later. Covers SetupIntent versus PaymentIntent, charge-now-and-save, deposits and installment series, setupfutureusage=offsession, Stripe Customer ownership, explicit consent/mandates, later off-session PaymentIntents, SCA…

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

Lonsdale201/wp-agent-skills

Skill Codex

Implement or audit Stripe Link behavior in the WooCommerce Stripe Gateway, especially code that assumes every pm... or stripe token is a card. Distinguishes native Stripe PaymentMethod type=link and WCPaymentTokenLink from type=card with card.wallet.type=link, and covers gateway/type identifiers, Payment Element and…

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

Lonsdale201/wp-agent-skills

Skill Codex

Integrate WooCommerce Stripe Gateway 10.8+ with WooCommerce Subscriptions 9.1+. Covers gateway feature support, automatic renewals, Stripe metadata, failed-renewal recovery and Radar-block observers, SCA, change-payment SetupIntents, update-all behavior, Express Checkout, native Link and card-wallet token shapes…

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

wc-stripe-webhooks

186

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit integrations around WooCommerce Stripe Gateway webhooks and asynchronous payment settlement. Covers the canonical wc-api endpoint, Stripe-Signature and connected-account checks, trusted webhook health state, order resolution, PaymentIntent and Checkout Session deferral, settlement amount/currency…

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

wc-variation-gallery

187

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build or audit WooCommerce 11.0+ native variation gallery integrations. Covers the experimental variationgallery feature flag and 5% canary rollout, variation image vs galleryimageids, productimagegallery storage, REST v3 variation payloads, classic product gallery replacement/reset behavior, theme override…

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

wc-variations-data

188

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Read, query, and write WooCommerce product variations through WCProductVariation and WCProductVariable. Covers parent/child storage, cached variation prices, deferred parent synchronization, WooCommerce 11.0 product instance caching, stock inheritance, frontend variation data, and raw versus display-tax price reads.…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Customize WooCommerce variation prices without stale or cross-user parent price caches. Covers direct variation getter filters, parent aggregation filters, woocommercegetvariationpriceshash, WooCommerce 11.0 tax-influence cache partitioning, bounded pricing contexts, role checks, cache invalidation, and when stored…

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

wcm-abilities-api

190

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

WooCommerce Memberships 1.29+ WordPress Abilities API reference for membership plan, user membership, and per-post content restriction rule abilities, category slugs, registration requirements, permissions, schemas, annotations, REST route exposure, and safe automation guardrails. Use when code or a task mentions…

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

wcm-access-discounts

191

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

WooCommerce Memberships access, restriction, drip-content, product-grant, and member-discount playbook. Use when code checks whether a user can view/purchase content or products, changes scheduled access dates, customizes protected/public content, maps parent or variation products that grant membership access, applies…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

WooCommerce Memberships storage and relationship map for membership plan CPTs, user membership CPTs, post statuses, plan/user membership meta keys, rule storage, profile-field storage, order grant meta, and WooCommerce Subscriptions-linked memberships. Use when code reads or writes wcmembershipplan, wcusermembership…

not rated 22 changed yesterday A SkillSpector: pass 130 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: