busirocket-nextjs-route-handlers

Installation
SKILL.md

Next.js Route Handlers

Patterns for thin, maintainable route handlers in Next.js App Router.

When to Use

Use this skill when:

  • Creating or refactoring app/api/**/route.ts files
  • Implementing API endpoints
  • Validating request inputs
  • Returning standardized JSON responses
  • Deciding server vs client component boundaries

Non-Negotiables (MUST)

Related skills
Installs
8
GitHub Stars
1
First Seen
Jan 28, 2026