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

Installs
10
GitHub Stars
29
First Seen
Feb 4, 2026
app-router-helper — armanzeroeight/fastagent-plugins