nextjs skills

1,654 tagged nextjs, measured the same way as everything else here.

Browse within: ReAct 342typescript 250open-source 96openai 91agent-orchestration 82fastapi 71flutter 71prisma 69accessibility 63design-system 62coding-standards 61express 61best-practices 60drizzle 60

shadcn-ui/ui

Skill Claude CodeCodex

Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.

123k +74 yesterday A 61 tokens original MIT

shadcn

02

shadcn-ui/ui

Skill Claude CodeCodex

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

123k +74 yesterday A 94 tokens original MIT

nextjs-app-router

03

trpc/trpc

Skill Claude CodeCodex

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

41k 18d ago A 74 tokens original MIT

nextjs-pages-router

04

trpc/trpc

Skill Claude CodeCodex

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

41k 18d ago A 67 tokens original MIT

openapi

05

trpc/trpc

Skill Claude CodeCodex

Generate OpenAPI 3.1 spec from a tRPC router with @trpc/openapi CLI or programmatic API. Generate typed REST client with @hey-api/openapi-ts and configureTRPCHeyApiClient(). Configure transformers (superjson, EJSON) for generated clients. Alpha status.

41k 18d ago A 64 tokens original MIT

prompt-optimize

06

labring/FastGPT

Skill Claude CodeCodex

Expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue. Activates when user asks to "optimize prompt", "improve system instruction", "enhance AI instruction", or mentions prompt engineering tasks.

29k 2d ago A 61 tokens

api-development

07

labring/FastGPT

Skill Claude CodeCodex

An API development guide for FastGPT services. It standardizes input and output checks with Zod, documents routes in OpenAPI, and validates requests in API routes.

29k 2d ago A 57 tokens

ci-workflow-sync

08

labring/FastGPT

Skill Claude CodeCodex

A workflow for keeping FastGPT's GitHub Actions and Forgejo Actions automation files in sync. These files define automated jobs such as tests, builds, container image publishing, and artifact handling.

29k 2d ago A 121 tokens

karakeep

09

karakeep-app/karakeep

Skill Claude CodeCodex

Official skill for how to use karakeep (the bookmark manager) and interact with it programmatically.

29k yesterday A 25 tokens AGPL-3.0

magic-ui

10

magicuidesign/magicui

Skill Claude CodeCodex

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

22k 21d ago A 56 tokens original MIT

drizzle

11

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Use this skill when writing or modifying Drizzle ORM schemas, queries, or migrations in this repo — specifically the @internal/dashboard-agent-db package (the dashboard agent's conversation datastore). Covers pg-core schema definition, the postgres-js driver, drizzle-kit migrations, and this repo's conventions: a…

16k 2d ago A 0 tokens original Apache-2.0

trigger-dev-tasks

12

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or…

16k 2d ago A 73 tokens original Apache-2.0

triggerdotdev/trigger.dev

Skill Claude CodeCodex

Bootstrap Trigger.dev into an existing project from scratch: authenticate the CLI, install @trigger.dev/sdk and @trigger.dev/build, write trigger.config.ts with the project ref and task dirs, scaffold a /trigger directory with a first task, wire tsconfig and .gitignore, set TRIGGERSECRETKEY, and run the dev server.…

16k 2d ago A 142 tokens original Apache-2.0

MODSetter/SurfSense

Skill Claude CodeCodexCursor

Publish-readiness gate: 80-item CORE-EEAT audit with weighted scoring, veto checks, and fix plan. 内容质量/EEAT评分.

16k 2d ago A 36 tokens

emil-design-eng

15

MODSetter/SurfSense

Skill Claude CodeCodexCursor

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

16k 2d ago A 35 tokens

playwright-testing

16

MODSetter/SurfSense

Skill Claude CodeCodexCursor

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

16k 2d ago A 211 tokens

agent-browser

17

elie222/inbox-zero

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

12k 2d ago A 108 tokens

create-pr

18

elie222/inbox-zero

Skill Claude CodeCodex

Create and complete GitHub pull requests. Use when the user asks to create, open, raise, or publish a PR; finish changes as a PR; monitor or babysit an existing PR; wait for review bots; or address PR review feedback and check failures. Covers review, safe commits and metadata, PR creation, exact-commit monitoring…

12k 2d ago A 82 tokens

fullstack-workflow

19

elie222/inbox-zero

Skill Claude CodeCodex

Complete fullstack workflow combining GET API routes, server actions, SWR data fetching, and form handling. Use when building features that need both data fetching and mutations from API to UI.

12k 2d ago A 42 tokens

coss-particles

20

cosscom/coss

Skill Claude CodeCodex

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

11k 3d ago A 46 tokens AGPL-3.0

coss

21

cosscom/coss

Skill Claude CodeCodex

Helps implement coss UI components correctly. Use when building UIs with coss primitives and patterns (buttons, dialogs, selects, forms, menus, tabs, segmented controls, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior.…

11k 3d ago A 85 tokens AGPL-3.0

saas-builder

22

ixartz/SaaS-Boilerplate

Skill Claude CodeCodex

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

7.4k 11d ago A 75 tokens original MIT

Kiranism/next-shadcn-dashboard-starter

Skill Claude CodeCodex

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

6.9k 7d ago A 142 tokens original MIT