api-routes

Installation
SKILL.md

Api Routes Skill

Overview

Build API endpoints with Next.js Route Handlers and middleware.

Capabilities

  • Route Handlers: app/api/route.ts files
  • HTTP Methods: GET, POST, PUT, DELETE, PATCH
  • Request/Response: Web API standard
  • Middleware: Edge runtime processing
  • Dynamic Routes: [param] patterns

Examples

// app/api/users/route.ts
import { NextResponse } from 'next/server'
Installs
6
GitHub Stars
2
First Seen
Jan 26, 2026
api-routes — pluginagentmarketplace/custom-plugin-nextjs