Back to tags
Tag

Agent Skills with tag: app-router

14 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

nextjs-patterns

Next.js 15 App Router patterns - use for frontend pages, API routes, server components, client components, and middleware

next.jsapp-routerserver-componentsclient-components
ashchupliak
ashchupliak
1

react-next-modern

Enforce modern React 19 and Next.js App Router patterns - server-first data fetching, minimal useEffect, Server Components, Server Actions, and form hooks. Use when reviewing React/Next.js code, migrating legacy patterns, or building new features with App Router.

reactnextjsapp-routerserver-components
Tylerbryy
Tylerbryy
1

nextjs-development

Next.js App Router開発ガイド。Server Components、ルーティング、データフェッチング、キャッシング、デプロイなど、Next.js開発のベストプラクティス。

next.jsapp-routerserver-componentsdata-fetching
Gaku52
Gaku52
1

Applying Next.js Basic Principles

Apply Next.js design principles and best practices for App Router, Server Components, caching strategies, and modern patterns including Next.js 16 updates. Use when building Next.js applications, implementing features, reviewing architecture, migrating to Next.js 16, or when the user mentions Next.js development, components, routing, optimization, or version updates.

nextjsapp-routerserver-componentscaching-strategy
camoneart
camoneart
4

nextjs-reviewer

Review Next.js App Router code for optimal Partial Prerendering (PPR), caching strategy, Suspense boundaries, and React Query integration. Ensure adherence to Next.js 16+ Cache Components best practices.

code-reviewnextjsapp-routerreact-query
jaredpalmer
jaredpalmer
41

nextjs-workflow

Next.js framework workflow guidelines. Activate when working with Next.js projects, next.config, app router, or Next.js-specific patterns.

nextjsapp-routernext.configdeveloper-guidance
ilude
ilude
5

react-server-components-framework

Design and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, and modern data fetching patterns for 2025+ frontend development.

reactnext.jsapp-routerserver-components
ArieGoldkin
ArieGoldkin
7

nextjs-advanced-routing

Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server' directive), setting cookies from client components, and form handling. Use when requirements involve server actions, form submissions, cookies, mutations, API routes, `route.ts`, parallel routes, intercepting routes, or streaming. Essential for separating server actions from client components.

next.jsapp-routerserver-componentsrouting
wsimmonds
wsimmonds
341

nextjs-app-router-fundamentals

Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation, routing patterns, or Next.js 13+ development tasks.

nextjsapp-routerroutinglayouts
wsimmonds
wsimmonds
341

nextjs-server-client-components

Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.

next.jsserver-componentsclient-componentsapp-router
wsimmonds
wsimmonds
341

nextjs-anti-patterns

Identify and fix common Next.js App Router anti-patterns and mistakes. Use when reviewing code for Next.js best practices, debugging performance issues, migrating from Pages Router patterns, or preventing common pitfalls. Activates for code review, performance optimization, or detecting inappropriate useEffect/useState usage. CRITICAL: For browser detection, keep the logic in the user-facing component (or a composed helper that it renders) rather than isolating it in unused files.

nextjsanti-patternsapp-routercode-review
wsimmonds
wsimmonds
341

nextjs-dynamic-routes-params

Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the `params` prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., `app/[id]` instead of `app/products/[id]` unless the URL calls for it).

nextjsapp-routerroutingdynamic-routing
wsimmonds
wsimmonds
341

nextjs-developer

Use when building Next.js 14+ applications with App Router, server components, or server actions. Invoke for full-stack features, performance optimization, SEO implementation, production deployment. Keywords: Next.js, App Router, Server Components, Server Actions, Vercel, SSR, SSG.

nextjsapp-routerserver-componentsserver-actions
Jeffallan
Jeffallan
245

nextjs-best-practices

Next.js App Router principles. Server Components, data fetching, routing patterns.

nextjsapp-routerserver-componentsdata-fetching
xenitV1
xenitV1
10917