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 Codex

Implements and audits FluentCart coupon creation, fixed/percentage calculation, eligibility conditions, stacking/priority, usage limits, recurring discounts, order snapshots, and virtual coupon resolution. Use when working with CouponResource, DiscountService, fctcoupons, fctappliedcoupons…

not rated 22 2d ago A 108 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart customer identity, WPUser linkage, addresses, ownership checks, account creation, customer-scoped queries, and custom portal endpoints. Use when working with Customer, CustomerResource, getCurrentCustomer(), fctcustomers, customer-profile REST routes, fluentcartapi() customer-dashboard…

not rated 22 2d ago A 93 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart downloadable products, entitlement checks, signed delivery URLs, download limits/expiry logs, Local/S3 storage, custom storage drivers, and Pro R2 behavior. Use when working with ProductDownload, OrderDownloadPermission, generateDownloadFileLink(), FileDownloader…

not rated 22 2d ago A 100 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Designs and audits third-party FluentCart extensions against the real 1.6.0 bootstrap, hybrid WordPress-post/custom-table data model, monetary units, Free/Pro boundary, and public helper APIs. Use when starting a FluentCart addon, choosing between hooks, models, Resource APIs, REST, or direct WordPress APIs, checking…

not rated 22 2d ago A 101 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Builds and audits FluentCart product/global integration feeds, CRM/LMS/ webhook automations, BaseIntegrationManager providers, lifecycle-triggered provisioning, fctscheduledactions, Action Scheduler dispatch, retries, replay protection, logs, and maintenance jobs. Use when registering…

not rated 22 2d ago A 104 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart Pro product licensing, license generation, activation limits, site activation/deactivation, customer/admin access, subscription validity, refunds, update checks, package delivery, and legacy EDD-compatible clients. Use when working with the Pro Licensing module, LicenseManager…

not rated 22 2d ago A 103 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Plans, runs, extends, and audits migrations into FluentCart with the FluentCart Migrator companion plugin or Free-core WooCommerce migrator. Covers EDD 3 products, tax rates, coupons, customers, orders, transactions, subscriptions, downloads and licenses; source-to-target ID maps, resumable batches, WP-CLI…

not rated 22 2d ago A 110 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart order, order-item, transaction, status, payment-settlement, refund, renewal-order, and lifecycle-hook behavior. Use when reading or mutating fctorders or fctordertransactions, selecting ordercreated, orderpaid, orderpaiddone, orderpaymentfailed, orderrefunded, or dynamic status hooks…

not rated 22 2d ago A 99 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Builds and audits third-party FluentCart payment gateways using AbstractPaymentGateway, BaseGatewaySettings, PaymentInstance, GatewayManager, frontend fluentcartloadpayments events, transaction reconciliation, refunds, signed webhooks, and optional subscription capabilities. Use when registering…

not rated 22 changed yesterday A 105 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart products, details, variations, pricing, custom attributes, taxonomies, downloadable flags, bundles, and stock movements. Use when creating or updating fluent-products records, calling ProductResource or ProductVariationResource, adding variation types, syncing product-categories or…

not rated 22 2d ago A 94 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart REST, AJAX, headless, mobile, and external client integrations. Covers the source-verified /fluent-cart/v2 routes, FluentCart router policies, WordPress cookie/nonces and application passwords, customer ownership, public checkout endpoints, cart-hash trust, custom registerrestroute…

not rated 22 2d ago A 113 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart shipping zones, methods, classes, checkout address matching, tax classes/rates, inclusive and exclusive prices, compound and shipping tax, per-variation overrides, EU VAT validation, and reverse charge. Use when extending ShippingMethod, ShippingZone, TaxCalculator, TaxManager…

not rated 22 2d ago A 108 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits FluentCart recurring plans, Subscription models, automatic, manual, and system collection methods, gateway-managed versus store-managed billing, renewal invoices, off-session retries, pause/resume/ cancel/reactivate operations, and subscription lifecycle hooks. Use when extending…

not rated 22 2d ago A 100 tokens original MIT

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Work with FluentCRM 3.x automation subscriber state and FluentCampaign Pro email sequences. Covers FunnelSubscriber, FunnelSequence, FunnelProcessor, FunnelHelper, FunnelMetric, Pro Sequence, SequenceMail, and SequenceTracker. Use when enrolling a contact into an automation funnel, resuming from a benchmark, reading…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Work with FluentCRM 3.x Companies / account records from companion plugins. Covers the experimental companymodule flag, FluentCrmApi('companies'), Company model fields, createOrUpdate, ownerid as Subscriber ID, custom company fields in meta.customvalues, primary company vs many-to-many company membership…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Work with FluentCRM 3.x contact data through the public PHP API and ORM models. Covers Subscriber, Lists, Tag, User, ContactsQuery, createOrUpdate, list/tag attach and detach, custom fields, WP user linking, status protection, and contact hooks. Use when a plugin must create or update a contact, map a WP user, read or…

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

Lonsdale201/wp-agent-skills

Skill Codex

Builds and audits public custom subscription forms that create or update FluentCRM contacts and carry them through double opt-in. Covers explicit consent, server-owned list/tag mapping, pending and suppressed status policy, createOrUpdate, sendDoubleOptinEmail, list-specific confirmation settings, generic responses…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Track and consume FluentCRM 3.x contact events from companion plugins. Covers the experimental eventtracking flag, the track method of FluentCrmApi('eventtracker'), fceventtracking, repeatable counter semantics, subscriber resolution by subscriber/email/user/current contact, fluentcrm/eventtracked, the…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build a custom FluentCRM funnel action — a per-contact sequence step run when an automation reaches it — by extending BaseAction. Covers the three abstract methods (getBlock, getBlockFields, handle), the per-step handle($subscriber, $sequence, $funnelSubscriberId, $funnelMetric) signature, and the skip / failure…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build a custom FluentCRM funnel benchmark — a goal/wait point inside a sequence that pauses execution until a matching event occurs (tag applied, list joined, course completed, custom event). Extends BaseBenchMark. Covers the three abstract methods (getBlock, getBlockFields, handle), Optional vs Essential semantics…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Build a custom FluentCRM funnel trigger by extending BaseTrigger. Covers the four abstract methods (getTrigger, getFunnelSettingsDefaults, getSettingsFields, handle), the auto-injected forcerunactions field, the canonical isProcessable / runmultiple / ifAlreadyInFunnel guard, the fluentcrmfunnelwillprocess{name}…

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

fluentcrm-overview

70

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Orient skill for FluentCRM extension development. Covers the Free / Pro split (FluentCRM = funnel chassis; FluentCampaign Pro = integrations + advanced actions / benchmarks), plugin paths and constants, the bootstrap order (fluentcrmloaded → fluentcrmaddonsloaded → init funnel listener passes → fluentcrm/afterinit)…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Register a custom AJAX option list for FluentCRM trigger / action / benchmark editor pickers. Pairs 'type' => 'restselector', 'optionkey' => '...' in a settings field with a server-side addfilter('fluentcrmajaxoptions{key}', $callback, 10, 3) callback. Filter signature is ($options, $search, $includedIds) — return an…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Add and parse FluentCRM 3.x SmartCodes and build Pro dynamic contact segments. Covers the addSmartCode method of FluentCrmApi('extender'), parser syntax, fallback/default values, transformers, funnel context smart codes, dynamic segment filters, and ContactsQuery advanced filter providers. Use when a plugin exposes…

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