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 289 of 297

  • author-delivery-briefSkillAI & models

    Use with an explicit create or continue mode to author a Draft delivery brief from a coherent multi-slice or cross-repository outcome, or to review an existing repository brief for Ready and select confirmed delivery slices.

    Ready to connect

    github.com/eugenelim/agent-ready-repo22 stars

    View details
  • backendSkillAI & models

    Use when working on the silken_net Rails 'Web2 core' — data models (app/models/ + concerns), the REST API v1 controllers (app/controllers/api/v1/), auth/RBAC (Bearer + salt-bound session cookie, M2M Ed25519, Pundit policies), the non-money services/workers (app/services/, app/workers/), and the Main

    Ready to connect

    github.com/alexey-lukin/silken_net22 stars

    View details
  • bcc-plan-sparSkillAI & models

    BCC align+lock+review PLAN.md for one slice (no product code). Slash: /bcc-plan-spar · chat: bcc:plan-spar · "lock PLAN" · spar the plan. Args: rounds=N (auto-review cap), review=self|subagent|cli|auto|off. Grill until clear enough (no default Q&A quota). Hand off to bcc-clean-cut after human APPROV

    Ready to connect

    github.com/bo-cao/breaking-coding-chaos22 stars

    View details
  • bd-attributeSkillAI & models

    Add a new declarative attribute to the better-data library (e.g. #[ArrayOf], #[Default], domain hint). Attributes live in src/Attribute/ as final readonly classes with constructor-promoted public properties — pure data carriers, never business logic. The failure mode that catches every contributor i

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-better-route-bridgeSkillAI & models

    Compose better-data DTOs with the better-route library — use BetterRouteBridge::{get, post, put, patch, delete} to register a REST route that hydrates the request into a DTO, validates, calls the handler with (DataObject, mixed $request), and presents returned DataObject values through Presenter wit

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-companion-pluginSkillAI & models

    Work on better-data-plugin-test — the companion plugin

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-data-objectSkillAI & models

    Add or modify DataObject subclasses inside the better-data library — the immutable, attribute-decorated DTOs the whole library is built around. Every DTO is final readonly class extends DataObject with constructor-promoted typed parameters; sources hydrate via ::fromArray, sinks project via SinkProj

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-hydration-coercionSkillAI & models

    Modify how raw values become typed property values in

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-presenterSkillAI & models

    Extend the better-data Presenter — add a fluent builder

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-sinkSkillAI & models

    Add a new sink to better-data — code that writes

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-source-adapterSkillAI & models

    Add a new source adapter to better-data — code that reads from a WordPress data store the library doesn't cover yet (comments, attachments, transients, custom tables). Mirror the canonical shape PostSource / UserSource / TermSource use — a non-final class with static hydrate(int|object, $dtoClass) a

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • bd-validation-ruleSkillAI & models

    Add a new validation rule to better-data — implement

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • block-theme-global-stylesSkillAI & models

    Build and audit WordPress 7.1 block-theme Global Styles and theme.json. Covers schema version 3, responsive mobile/tablet viewport states, block and element pseudo-states, Navigation Link current-state styles, style variations, CSS generation, background gradients, minimum width, text shadow, block

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-atomic-idempotencySkillAI & models

    Configure better-route 1.1 AtomicIdempotencyMiddleware for side-effectful POST, PUT, PATCH, or DELETE routes where concurrent duplicate execution must be prevented. Use for WpdbAtomicIdempotencyStore, lease-aware reservations, reservation_token schema migration, Idempotency-Key validation, idempoten

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-etag-cacheSkillAI & models

    Add better-route 1.1 ETag and If-None-Match handling to GET or HEAD routes. Use for ETagMiddleware, strong or weak validators, custom etagResolver, WP_REST_Response preservation, comma-separated validators, wildcard matching, 304 responses, Cache-Control, proxy-stripped ETag troubleshooting, or revi

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-idempotencySkillAI & models

    Configure better-route 1.1 replay-cache idempotency with IdempotencyMiddleware and Idempotency-Key. Use for ArrayIdempotencyStore, TransientIdempotencyStore, WpdbIdempotencyStore, installSchema, identity-aware canonical keys, body fingerprints, key conflicts, replay headers, key validation, custom m

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-install-and-migrateSkillAI & models

    Install better-route from Packagist or migrate a WordPress integration to better-route 1.1. Use when adding better-route/better-route, changing the Composer constraint to ^1.1, upgrading from 1.0 or pre-1.0 releases, diagnosing new 403 route responses, migrating atomic idempotency schema, or reviewi

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-optimistic-lockingSkillAI & models

    Configure Better Route 1.1 optimistic locking for REST writes with If-Match or version parameters and an atomic per-resource critical section. Use when preventing stale updates, lost writes, or two cooperating Better Route requests from passing the same version check concurrently.

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-resource-cptSkillAI & models

    Build better-route 1.1 CRUD endpoints over a WordPress custom post type with Resource::make, restNamespace, sourceCpt, allow, fields, filters, sort, filterSchema, writeSchema, policy, fieldPolicy, cptVisibleStatuses, cptVisibilityPolicy, pagination, deleteMode, uniformEnvelope, or a custom CPT repos

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-routesSkillAI & models

    Register custom WordPress REST routes with better-route 1.1 Router and RouteBuilder. Use for Router::make or BetterRoute::router, get/post/put/patch/delete/options, permission, protectedByMiddleware, publicRoute, args, route middleware, groups, handler signatures, RequestContext, WP_REST_Request, ro

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-woo-routesSkillAI & models

    Expose WooCommerce 10.x orders, products, customers, and coupons with better-route 1.1 WooRouteRegistrar. Use for BetterRoute::wooRouteRegistrar, HPOS guards, actions, permissions, strict list/body validation, pagination meta, stable sorting, protected metadata, atomic idempotency, transactional ord

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • br-write-schemaSkillAI & models

    Configure Better Route 1.1 Resource writeSchema or payloadSchema validation for create and update payloads. Use when defining writable fields, coercion, sanitization, required and nullable values, lengths, ranges, regexes, enums, or structured fieldErrors.

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • build-outlineSkillAI & models

    Decompose a research question into the sub-questions a thorough answer must address. Builds the outline that `/source-map` then populates and `/desk-research` then synthesises against. Grounded in STORM's outline stage (multi-perspective topic decomposition) and PRISMA's PICO framework (Population,

    Ready to connect

    github.com/eugenelim/agent-ready-repo22 stars

    View details
  • calibrate-modelSkillAI & models

    Use before repeatedly placing GLB models in PlayCanvas Engine, React, or Web Components to measure each asset once and record its uniform scale, grounding offset, and yaw correction in a stable nested transform.

    Ready to connect

    github.com/playcanvas/skills22 stars

    View details
  • capture-workSkillAI & models

    Use this compatibility skill when the user asks to capture, queue, remember, or add follow-up work for later. Prefer work-intake for new usage; this name remains active only to route older capture-work prompts to the canonical intake surface.

    Ready to connect

    github.com/eugenelim/agent-ready-repo22 stars

    View details
  • cellcellcommunicationplotsSkillAI & models

    Visualize cell-cell communication inference results from CellCellCommunication process. Creates publication-ready network diagrams, heatmaps, and interaction plots to help interpret ligand-receptor interactions between cell types.

    Ready to connect

    github.com/pwwang/immunopipe22 stars

    View details
  • classic-theme-accessibility-semanticsSkillAI & models

    Build or audit accessibility and semantic HTML in classic PHP WordPress themes on WP 7.1. Covers `language_attributes()`, `wp_head()`, `body_class()`, `wp_body_open()`, landmarks, skip links, focus management, `screen-reader-text`, heading order, nav/button semantics, `aria-controls` and `aria-expan

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • classic-theme-assets-buildSkillAI & models

    Build or audit frontend asset loading for classic PHP WordPress themes on WP 7.1. Covers `wp_enqueue_scripts`, child-theme-safe `get_theme_file_uri()` and `get_theme_file_path()`, cache-busting with `filemtime()`, classic scripts and script modules, loading strategy/fetch priority, conditional enque

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • classic-theme-customizerSkillAI & models

    Add or audit WordPress Customizer options for classic PHP themes on WP 7.1. Covers `customize_register`, `WP_Customize_Manager`, settings, sections, controls, `theme_mod` vs `option`, option-backed Customizer autoload, multidimensional setting IDs, `sanitize_callback`, `validate_callback`, `WP_Custo

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details
  • classic-theme-i18n-textdomainSkillAI & models

    Build or audit internationalization in classic WordPress themes on WP 7.1. Covers `style.css` `Text Domain` and `Domain Path`, slug-matching domains, `load_theme_textdomain()` and `load_child_theme_textdomain()` on `after_setup_theme`, WP 6.7+ early translation warnings, escaped translation function

    Ready to connect

    github.com/lonsdale201/wp-agent-skills22 stars

    View details

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.

See how to connect your AI