next-dev-loop: Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or…; next-cache-components-adoption: Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache…; next-cache-components-optimizer: Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on init…
blog
browser
compiler
components
hybrid
nextjs
node
react
server-rendering
ssg
static
static-site-generator
universal
vercel
Updated 2026-09-20 02:25:19 +08:00
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
Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
Updated 2026-09-13 00:07:29 +08:00
resend: Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates,…; agent-email-inbox: Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow…; resend-cli: Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts,…
Updated 2026-09-12 01:44:10 +08:00
Migrate Vega OS (Amazon Fire TV) applications to multi-platform React Native monorepo supporting Android TV, Apple TV, and other platforms. Covers analysis,…
Updated 2026-09-10 19:53:12 +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
r3f-interaction: Implement React Three Fiber pointer events, picking, dragging, keyboard input, and camera controls. Use for scene interaction and event propagation, rather…; r3f-fundamentals: Set up React Three Fiber scenes, Canvas, typed JSX, hooks, and resource ownership. Use for scene architecture and render-loop setup, rather than detailed…
Updated 2026-09-01 04:04:43 +08:00
mapbox-web-integration-patterns: Official integration patterns for Mapbox GL JS across popular web frameworks (React, Vue, Svelte, Angular). Covers setup, lifecycle management, token handling,…; mapbox-web-performance-patterns: Performance optimization patterns for Mapbox GL JS web applications. Covers initialization waterfalls, bundle size, rendering performance, memory management,…; mapbox-style-patterns: Common style patterns, layer configurations, and recipes for typical mapping scenarios i…
Updated 2026-08-26 01:50:04 +08:00