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

Builds and reviews third-party Fluent Forms input fields with the Free-core BaseFieldManager API. Covers fluentform/loaded bootstrap, editor component schema, frontend rendering, input-name mapping, conditional logic, server-side normalization and validation, response formatting, accessibility, assets, and Free versus…

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

Lonsdale201/wp-agent-skills

Skill Codex

Reads, relates, updates, and audits Fluent Forms forms, submissions, entry details, and submission meta from third-party plugins. Covers fluentFormApi, FormFieldsParser, Submission and SubmissionMeta models, form-scoped queries, response JSON versus normalized detail rows, pagination, capabilities, deletion hooks, and…

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

Lonsdale201/wp-agent-skills

Skill Codex

Builds and audits configurable third-party Fluent Forms feed integrations with IntegrationManagerController. Covers addon/global settings, per-form feed UI, field mapping, conditional execution, smart-code parsing, synchronous versus asynchronous dispatch, ffscheduledactions, Action Scheduler, result logging…

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

Lonsdale201/wp-agent-skills

Skill Codex

Implements and audits Fluent Forms server-side submission behavior from parsed field data through sanitization, validation, persistence, entry details, notifications, integrations, and confirmation. Selects the correct fluentform/inputdata, fluentform/validationerrors, fluentform/insertresponsedata…

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

Lonsdale201/wp-agent-skills

Skill Codex

Builds or audits third-party integrations with JetEngine Custom Content Types (CCT): resolving Factory instances, custom-table fields and service columns, ItemHandler create/update/delete hooks, safe queries, Query Builder, related single posts, REST routes and capability boundaries. Use when a plugin reads or mutates…

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

je-data-stores

78

Lonsdale201/wp-agent-skills

Skill Codex

Builds or audits JetEngine Data Store integrations for favorites, bookmarks, likes, recently viewed items, user IDs, and CCT IDs. Covers cookie, session, user-meta, local-storage, and user-IP semantics; Factory lookup; frontend and programmatic mutation; Query Builder; counters; CCT bridges; custom store types; and…

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

Lonsdale201/wp-agent-skills

Skill Codex

Registers or audits a custom JetEngine Dynamic Visibility condition by extending Conditions\Base and using the conditions/register hook. Covers show/hide polarity, AND/OR behavior, listing-context value resolution, custom controls under conditionsettings, groups, module timing, pure checks, and 3.8.14 silent…

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

Lonsdale201/wp-agent-skills

Skill Codex

Registers or audits a JetEngine Listings callback used by Dynamic Field rendering through jet-engine/callbacks/register or the legacy callback filters. Covers callable identifiers, positional control arguments, multi-callback chains, zero-value defaults, serialized/non-scalar input, scalar output, escaping, and…

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

Lonsdale201/wp-agent-skills

Skill Codex

Registers or audits a custom JetEngine Query Builder type with paired runtime and editor classes. Covers all six BaseQuery abstract methods including setfilteredprop, setupquery dynamic/macro merging, pagination, automatic item caching and explicit count caching, filtering, REST endpoint exposure, editor assets, and…

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

jfb-action-events

82

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Configures the JetFormBuilder action events system — the named events (DEFAULT.PROCESS, DEFAULT.REQUIRED, GATEWAY.SUCCESS, GATEWAY.FAILED, BAD.REQUEST, ON.DYNAMICSTATE, never) that decide WHEN a Form Action runs. Covers declaring supported / unsupported / required events on a custom action, the validation precedence…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

How to read submitted JetFormBuilder form data from a custom action, transform it (including %macro% replacement of admin-typed templates), call an external HTTP API, write the response back into the form context for downstream actions to use, and dispatch JFB events based on the API outcome. Use when building a…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Wraps every action item in the JetFormBuilder action editor with custom UI via the 'jet.fb.action.item' wp.hooks filter — the wrapper renders on top of (or alongside) the original action editor for each action and can read/write that action's settings and events array. Use to add quick toggles or panels to every…

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

jfb-action-messages

85

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Surfaces user-facing custom messages from a JetFormBuilder custom Form Action — both the idiomatic path (register message types via 'jet-form-builder/form-messages/register' so they appear in the form's Messages panel and can be overridden globally per form) and the action-local path (custom message fields inside the…

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

jfb-form-action

86

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Registers a custom JetFormBuilder Form Action — a server-side handler that runs after submit (send to API, subscribe to CRM, write to a sheet, etc.). Covers extending Base action class, declaring settings via actionattributes(), implementing doaction() with ActionException error reporting, building the action-editor…

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

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Adds a per-form settings panel to the JetFormBuilder Gutenberg form editor sidebar — registers REST-exposed post meta on the form CPT, enqueues a block-editor JS bundle, and registers a panel via the JFB-specific 'jet.fb.register.plugins' filter using @wordpress/components (TextControl, SelectControl, ToggleControl)…

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

jfb-settings-tab

88

Lonsdale201/wp-agent-skills

Skill Claude CodeCodex

Registers a custom settings tab in the JetFormBuilder admin Settings page using the official JFB API — PHP-side BaseHandler subclass for persistence, JS-side wp.hooks filter for the Vue tab component, native cx-vui field components for the UI. Use when a plugin needs its own configuration tab inside JFB Settings (API…

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

Lonsdale201/wp-agent-skills

Skill Codex

Extend JetSmartFilters with a custom provider for an unsupported renderer or a custom native JSF Listing query type for a non-post data source. Use when code must register on jet-smart-filters/providers/register or jet-smart-filters/listing/render/query-types/register, extend JetSmartFiltersProviderBase or the Listing…

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

jsf-frontend-events

90

Lonsdale201/wp-agent-skills

Skill Codex

Handle the JetSmartFilters frontend AJAX lifecycle and reinitialize behavior after provider DOM replacement. Use when JavaScript must react when filtering starts, rendered content updates, loading ends, or JSF initializes; when integrating sliders, galleries, analytics, accessibility, or other widgets; or when code…

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

Lonsdale201/wp-agent-skills

Skill Codex

Connect JetSmartFilters controls to a native JSF Listing or another supported listing with the correct provider, query ID, query variable, apply type, and pagination contract. Use when building a filterable listing, debugging a filter that updates the wrong widget or does nothing, configuring contentprovider…

not rated 22 2d ago A 81 tokens original MIT

jsf-overview

92

Lonsdale201/wp-agent-skills

Skill Codex

Map a JetSmartFilters integration to the correct filter, provider, query ID, listing, frontend event, or extension API. Use when planning or reviewing JSF compatibility, diagnosing a filter that targets the wrong listing, choosing between JSF Listing hooks and a custom provider, or encountering JetSmartFilters…

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

jsf-query-hooks

93

Lonsdale201/wp-agent-skills

Skill Codex

Customize JetSmartFilters query arguments and native JSF Listing results without leaking changes across providers or listing instances. Use when adding mandatory constraints, changing postsperpage, filtering listing items, handling a plain query variable, or reviewing jet-smart-filters/listing/render hooks…

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

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit LearnDash course access and enrollment logic. Use when code mentions sfwdlmshasaccess, ldupdatecourseaccess, ldcourseaccessfrom, ldcourseaccessfromupdate, ldcourseaccessexpired, learndashusergetenrolledcourses, courseaccessfrom, open/free/paynow/closed course price types, access expiration, course…

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

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit LearnDash learner progress, step completion, course completion, quiz progress, resets, activity synchronization, and progress hooks. Use when code mentions learndashprocessmarkcomplete, learndashprocessmarkincomplete, learndashprocessusercourseprogressupdate, learndashusergetcourseprogress…

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

Lonsdale201/wp-agent-skills

Skill Codex

Build or audit LearnDash group membership, group-course access, group leaders, and hierarchical group behavior. Use when code mentions ldupdategroupaccess, ldupdatecoursegroupaccess, learndashgetusersgroupids, learndashgetgroupsuserids, learndashgroupenrolledcourses, learndashusergroupenrolledtocourse…

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