Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: AI & models
8,898 results · page 291 of 297
- View details
fluentcart-cart-checkoutSkillAI & models
Implements and audits FluentCart cart mutation, custom/ghost items, fees, coupons, checkout fields, validation, shipping recalculation, order placement, and duplicate-submit protection. Use when working with CartResource, Cart, cart_hash or fct_cart_hash, fluent_cart_checkout_routes, fluent_cart_pla
Ready to connect
- View details
fluentcart-coupons-discountsSkillAI & models
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, fct_coupons, fct_applied_coupons, fluen
Ready to connect
- View details
fluentcart-customers-portalSkillAI & models
Implements and audits FluentCart customer identity, WP_User linkage, addresses, ownership checks, account creation, customer-scoped queries, and custom portal endpoints. Use when working with Customer, CustomerResource, getCurrentCustomer(), fct_customers, customer-profile REST routes, fluent_cart_a
Ready to connect
- View details
fluentcart-extension-architectureSkillAI & models
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 WordPr
Ready to connect
- View details
fluentcart-licensing-proSkillAI & models
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, Lice
Ready to connect
- View details
fluentcart-migrationSkillAI & models
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,
Ready to connect
- View details
fluentcart-products-inventorySkillAI & models
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 produc
Ready to connect
- View details
fluentcart-shipping-taxSkillAI & models
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,
Ready to connect
- View details
fluentcrm-companies-modelSkillAI & models
Work with FluentCRM 3.x Companies / account records from companion plugins. Covers the experimental company_module flag, FluentCrmApi('companies'), Company model fields, createOrUpdate, owner_id as Subscriber ID, custom company fields in meta.custom_values, primary company vs many-to-many company me
Ready to connect
- View details
fluentcrm-contact-modelsSkillAI & models
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
Ready to connect
- View details
fluentcrm-funnel-actionSkillAI & models
Build a custom FluentCRM funnel action — a per-contact sequence step run
Ready to connect
- View details
fluentcrm-funnel-benchmarkSkillAI & models
Build a custom FluentCRM funnel benchmark — a goal/wait point
Ready to connect
- View details
fluentcrm-funnel-triggerSkillAI & models
Build a custom FluentCRM funnel trigger by extending
Ready to connect
- View details
fluentcrm-overviewSkillAI & models
Orient skill for FluentCRM extension development. Covers the
Ready to connect
- View details
fluentcrm-rest-optionsSkillAI & models
Register a custom AJAX option list for FluentCRM trigger / action / benchmark editor pickers. Pairs `'type' => 'rest_selector', 'option_key' => '...'` in a settings field with a server-side `add_filter('fluentcrm_ajax_options_{key}', $callback, 10, 3)` callback. Filter signature is ($options, $searc
Ready to connect
- View details
fluentcrm-smartcodes-segmentsSkillAI & models
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
Ready to connect
- View details
fluentform-entries-dataSkillAI & models
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,
Ready to connect
- View details
frontendSkillAI & models
Stack-agnostic frontend discipline (web · mobile · desktop): component structure, state, data fetching, loading/empty/error states, i18n, accessibility, performance. frontend-expert-csk applies it on every stack.
Ready to connect
- View details
frontend-rn-expoSkillAI & models
OPTIONAL, stack-specific: React Native + Expo (prebuild). Mobile RN projects only; the generic principles live in the `frontend` skill.
Ready to connect
- View details
governed-operatorSkillAI & models
Full governance constitution for work that touches shared state, requires independent review, spans seats, or involves planning, architecture, code, reviews, dispatches, status reports, or canonical records. Not needed for quick factual questions or trivial one-off answers.
Ready to connect
- View details
i18n-integritySkillAI & models
Translation integrity: every key present in every language, no hardcoded strings, consistent placeholders and plurals. Runs when user-facing text changes.
Ready to connect
- View details
intake-intentSkillAI & models
Use when a raw or admitted request should become a minimum repository intent for later shaping, without creating an RFC, delivery brief, spec, or executable queue item.
Ready to connect
- View details
je-custom-content-typesSkillAI & models
Builds or audits third-party integrations with JetEngine Custom Content Types (CCT): resolving Factory instances, custom-table fields and service columns, Item_Handler create/update/delete hooks, safe queries, Query Builder, related single posts, REST routes and capability boundaries. Use when a plu
Ready to connect
- View details
je-dynamic-visibility-conditionSkillAI & models
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 condition_settings, groups, module timing, pure checks, and 3.8
Ready to connect
- View details
je-query-builder-custom-typeSkillAI & models
Registers or audits a custom JetEngine Query Builder type with paired runtime and editor classes. Covers all six Base_Query abstract methods including set_filtered_prop, setup_query dynamic/macro merging, pagination, automatic item caching and explicit count caching, filtering, REST endpoint exposur
Ready to connect
- View details
jfb-action-eventsSkillAI & models
Configures the JetFormBuilder action events system — the named events (DEFAULT.PROCESS, DEFAULT.REQUIRED, GATEWAY.SUCCESS, GATEWAY.FAILED, BAD.REQUEST, ON.DYNAMIC_STATE, never) that decide WHEN a Form Action runs. Covers declaring supported / unsupported / required events on a custom action, the val
Ready to connect
- View details
jfb-action-external-apiSkillAI & models
How to read submitted JetFormBuilder form data from a custom
Ready to connect
- View details
jfb-action-item-decoratorSkillAI & models
Wraps every action item in the JetFormBuilder action editor with
Ready to connect
- View details
jfb-form-actionSkillAI & models
Registers a custom JetFormBuilder Form Action — a server-side
Ready to connect
- View details
jfb-form-sidebar-panelSkillAI & models
Adds a per-form settings panel to the JetFormBuilder
Ready to connect
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
53,789 of the 54,221 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.