Create new React/Next.js components for this project (Next.js 16 + React 19). Use when asked to create, add, or implement a new component. Enforces: component type selection (Server/Client/Cache), Suspense and Static Shell optimization, composition patterns,…
Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, managing databases, or starting Prisma's MCP server. Triggers on…
Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update",…
Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql",…
Automate browser interactions, test web pages and work with Playwright tests.
Next.js bundle analysis skill for identifying large modules and providing optimization suggestions. Use after implementing a feature to run `pnpm next experimental-analyze --output` and analyze the results. Triggers when the user asks to analyze bundles,…
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate…