All authors
Lonsdale201 avatar

Claude Skills by Lonsdale201

github.com/Lonsdale201
112 skillsA× 1120 installs39 views
Lw Lms Rest FrontendA

Build a custom frontend against LW LMS's headless

developmentgophp
0
16
Lw Site Manager Extend AbilitiesA

Add custom abilities to the LW Site Manager hub via its

documentationgophp
0
16
Lw Site Manager OverviewA

Reference for the LW Site Manager plugin (lwplugins/

businessgophp
0
16
Wp Action SchedulerA

Design and review Action Scheduler jobs in WordPress plugins

businessgophp
0
16
Wp Plugin ArchitectureA

Designs and reviews the internal architecture of a WordPress

developmentjavascriptgo
0
16
Wp Plugin Assets LoadingA

Register and enqueue WordPress plugin scripts/styles with

developmentgophp
0
16
Wp Plugin BootstrapA

Scaffolds and reviews the main entry-point PHP file of a

code-qualitygophp
0
16
Wp Plugin CronA

Designs and reviews scheduled/background work in WordPress

code-qualityrustgo
0
16
Wp Plugin DtoA

Design and review native DTOs in WordPress plugins without

businessphprefactoring
0
16
Wp Plugin HooksA

Design custom action/filter hooks emitted by a plugin:

code-qualityrustgo
0
16
Wp Plugin LifecycleA

Designs and reviews the three lifecycle events of a WordPress

databasesgophp
0
16
Wp Plugin Options StorageA

Picks the right WordPress storage primitive for plugin data:

databasesphpsql
0
16
Wp Plugin PresenterA

Design and review native presenter classes in WordPress

code-qualityphprefactoring
0
16
Wp Plugin Rewrite RulesA

Design and review custom WordPress URL rewrites:

devopsgophp
0
16
Wc Action Scheduler JobsA

Queue and run WooCommerce background jobs with Action Scheduler. Covers `as_enqueue_async_action`, `as_schedule_single_action`, `as_schedule_recurring_action`, `as_schedule_cron_action`, `as_has_scheduled_action`, `as_next_scheduled_action`, `as_unschedule_action`, `as_unschedule_all_actions`, groups, scalar args, WP-CLI runner, activation/deactivation scheduling, batching, idempotency, and the important WC 10.8 DB-store gotcha that `$unique` prevents another pending/running action with the s...

ai-agentsgophp
0
16
Wc Cart Checkout ClassicA

Customize the classic WooCommerce cart and shortcode checkout with `woocommerce_add_cart_item_data`, `woocommerce_get_item_data`, `woocommerce_before_calculate_totals`, `woocommerce_cart_calculate_fees`, `woocommerce_checkout_fields`, `woocommerce_after_checkout_validation`, `woocommerce_checkout_update_order_meta`, and `woocommerce_checkout_create_order_line_item`. Covers cart-key merging, absolute price mutation, fees, classic checkout fields, order-line meta vs order meta, HPOS-safe order ...

ai-agentsrustphp
0
16
Wc Coupon DynamicA

Synthesize WooCommerce coupons at runtime without creating

content-marketinggophp
0
16
Wc Customer And SessionsA

Use WooCommerce's customer and session APIs correctly — WC

ai-agentsgophp
0
16
Wc Emails ClassicA

Customize WooCommerce transactional emails the classic

code-qualitygophp
0
16
Wc Hpos CompatibilityA

Make a WooCommerce plugin HPOS-compatible (High-Performance

databasesgophp
0
16
Wc Order Lifecycle And ItemsA

Work safely with WooCommerce order statuses, payment completion, status hooks, order items, line-item meta, totals, and stock side effects. Covers `payment_complete()` vs `update_status()`, `woocommerce_order_status_*` hook ordering and args, `woocommerce_order_status_changed`, `woocommerce_order_payment_status_changed`, `WC_Order_Item_Product`, `add_item()`, `calculate_totals()`, stock reduction/restoration hooks, HPOS-safe CRUD, and why not to instantiate base `WC_Order_Item`. Use when reac...

ai-agentsphpsql
0
16
Wc Payment GatewayA

Register a custom WooCommerce payment gateway — extend WC_Payment_Gateway, declare $id / $title / $supports, implement process_payment returning array(result, redirect), optionally process_refund when refunds is in supports, register via the woocommerce_payment_gateways filter. Canonical gotcha: payment_complete vs update_status — payment_complete runs the paid-order state machine (status, transaction id, session flag, payment-complete action), update_status only changes status. Includes the ...

businessrustgo
0
16
Wc Payment TokensA

Store and use WooCommerce saved payment methods through `WC_Payment_Tokens` and `WC_Payment_Token_CC` safely. Covers provider token vs card data, tokenization gateway support, creating/updating/deleting/defaulting tokens, My Account nonce and ownership checks, `get_customer_tokens`, `get_customer_default_token`, `get_order_tokens`, attaching tokens to orders, gateway ID filtering, custom token tables, hooks, HPOS-safe order use, and checkout saved-token validation. Use when building saved car...

ai-agentsjavascriptrust
0
16
Wc Product Search SelectA

Builds a WooCommerce-style AJAX product search select (the

ai-agentsrustphp
0
16
Wc Rest Api V4A

Use the WooCommerce REST API v4 (namespace wc/v4, since WC 10.2)

businessrustgo
0
16
Wc Shipping MethodA

Registers a custom WooCommerce shipping method with explicit

ai-agentsgophp
0
16
Wc Shipping ProvidersA

Register a custom WooCommerce shipping provider — extend

ai-agentsgophp
0
16
Wc Store ApiA

Build against the WooCommerce Store API (`/wp-json/wc/store/v1`) for shopper-facing products, cart, checkout, Cart/Checkout Blocks, and headless carts. Covers route choice, Nonce header (`wp_create_nonce('wc_store_api')`) vs Cart-Token, Store API sessions/CORS/rate limits, `woocommerce_store_api_register_endpoint_data`, `/cart/extensions` + `extensionCartUpdate`, payment requirements, product query pitfalls such as `related`, and when to use WC REST `wc/v4` instead. Use when adding checkout-b...

developmentgophp
0
16
Wc Stripe Add Payment MethodA

WooCommerce Stripe Gateway skill for the fragile My Account

developmentrustphp
0
16
Wc Variations DataA

Read, query, and write WooCommerce product variations correctly —

businessgophp
0
16
Wc Variations Pricing FiltersA

Mutate WooCommerce variation prices via filters — pick the

content-marketingrustgo
0
16
Wcm Access DiscountsA

WooCommerce Memberships access, restriction, drip-content,

ai-agentsgophp
0
16
Wcm Data Model Subscriptions LinkA

WooCommerce Memberships storage and relationship map for

ai-agentsphpdebugging
0
16
Wcm Membership HooksA

Curated WooCommerce Memberships hook and extension-point map

ai-agentsphpbash
0
16
Wcs Data Model Switching GiftingA

WooCommerce Subscriptions data model, switcher, and gifting

ai-agentsphpdebugging
0
16
Wcs Renewal SchedulerA

Safely integrate with WooCommerce Subscriptions renewal,

ai-agentsphpsql
0
16
Wcs Subscription HooksA

Curated WooCommerce Subscriptions hook and extension-point map

ai-agentsrustgo
0
16
Wp Abilities ApiA

Register WordPress Abilities: machine-readable plugin

ai-agentsjavascriptrust
0
16
Wp Admin CodemirrorA

Embed WordPress's bundled CodeMirror editor in admin pages via

documentationjavascriptjava
0
16
Wp Admin Drag And DropA

Build WordPress admin drag-and-drop UI with core's bundled

ai-agentsgophp
0
16
Wp Admin Form ControlsA

Use WordPress admin form-control widgets that ship in core,

ai-agentsphpreact
0
16
Wp Admin List TableA

Build WordPress admin tables by extending `WP_List_Table`.

developmentgophp
0
16
Wp Admin Media FrameA

Open the standard WordPress Media Library picker from plugin

developmentjavascriptgo
0
16
Wp Admin NoticesA

Render WordPress admin notices via the four core hooks

developmentgophp
0
16
Wp Admin Postbox SortableA

Wire up WordPress postboxes on custom plugin admin pages with

developmentgophp
0
16
Wp Admin Settings ApiA

Build plugin admin settings pages with the WordPress Settings

developmentgophp
0
16
Wp Ai ClientA

Build and review WordPress 7.0 WP AI Client integrations for

businessrustphp
0
16
Wp Cli ExtendingA

Add custom WP-CLI commands to a WordPress plugin via

toolsphpapi
0
16
Wp Connectors ApiA

Register and review WordPress 7.0 Connectors API integrations

ai-agentsgophp
0
16
Wp Filesystem ApiA

Read, write, copy, delete, chmod files from a WordPress

ai-agentsgophp
0
16