trigger-tasks: Covers writing backend Trigger.dev tasks with @trigger.dev/sdk: defining task() and schemaTask(), the run function and its ctx, retries, waits, queues and…; trigger-setup: Bootstrap Trigger.dev into an existing project from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts…; trigger-realtime: Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtim…
Updated 2026-09-19 02:35:33 +08:00
security-review: Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features.…; golang-patterns: Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when writing or reviewing Go code…; backend-patterns: Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js…
Updated 2026-09-14 12:55:51 +08:00
wp-plugin-development: Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security…; wp-rest-api: Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument…; wp-performance: Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/docto…
Updated 2026-09-14 12:31:09 +08:00
neon-postgres: Guides and best practices for working with Lakebase Postgres, the database behind Neon. Covers setup, connection methods and drivers, pooled vs direct…; neon: Overview of Neon, a complete set of cloud backend primitives for apps and agents, spanning Lakebase Postgres, Auth, the Data API, Object Storage, Compute…; neon-postgres-branches: Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real da…
Updated 2026-09-13 13:46:54 +08:00
building-with-medusa: Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links,…; storefront-best-practices: ALWAYS use this skill when working on ecommerce storefronts, online stores, shopping sites. Use for ANY storefront component including checkout pages, cart,…; building-admin-dashboard-customizations: Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (…
Updated 2026-09-09 19:57:00 +08:00
assistant-ui: Overview and router for assistant-ui, the React library for building AI chat interfaces from composable primitives and a styled elements catalog. Use for…; streaming: Streaming wire protocols and backend helpers for assistant-ui, built on the assistant-stream package. Use when building a custom streaming endpoint (one that…; tools: Defines model-callable tools and renders their calls in assistant-ui. Covers the current authoring model: a "use generative" file whose default export…
Updated 2026-09-04 12:27:46 +08:00
convex: Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.; convex-best-practices: Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen…; convex-functions: Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations;…
Updated 2026-02-06 09:49:57 +08:00