app-router-helper

Installation
SKILL.md

App Router Helper

Implement Next.js App Router patterns for modern React applications.

Quick Start

App Router (Next.js 13+) uses file-system routing in the app/ directory with Server Components by default.

Key concepts:

  • Server Components (default): Render on server, reduce bundle size
  • Client Components ('use client'): Interactive, use hooks
  • Layouts: Shared UI across routes
  • Loading/Error: Automatic UI states

Instructions

Step 1: Understand File Structure

Basic structure:

Related skills

More from armanzeroeight/fastagent-plugins

Installs
7
GitHub Stars
27
First Seen
Feb 4, 2026