nextjs-api-routes

Installation
SKILL.md

Next.js API Routes - Pattern Library

Purpose

Comprehensive guide for building API routes in Next.js 15 for the AIProDaily platform, including request handling, error management, authentication, and performance optimization.

When to Use

Automatically activates when:

  • Creating new API routes in app/api/**/*.ts
  • Working with NextRequest/NextResponse
  • Configuring route timeouts
  • Handling authentication
  • Processing API requests
  • Building server-side endpoints

Quick Start: API Route Template

Installs
60
GitHub Stars
1
First Seen
Jan 28, 2026
nextjs-api-routes — venture-formations/aiprodaily