route-handlers
This skill should be used when the user asks to "create an API route", "add an endpoint", "build a REST API", "handle POST requests", "create route handlers", "stream responses", or needs guidance on Next.js API development in the App Router.
Content Preview
--- name: route-handlers description: This skill should be used when the user asks to "create an API route", "add an endpoint", "build a REST API", "handle POST requests", "create route handlers", "stream responses", or needs guidance on Next.js API development in the App Router. version: 1.0.0 --- # Next.js Route Handlers ## Overview Route Handlers allow you to create API endpoints using the Web Request and Response APIs. They're defined in `route.ts` files within the `app` directory. ## Ba
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/route-handlers.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/nextjs-expert/skills/route-handlers/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/davepoon/buildwithclaudeThen reference at plugins/nextjs-expert/skills/route-handlers/SKILL.md
Related Skills
express-route-generator
This skill provides automated assistance for express route generator tasks within the Backen
express-route-generatorexpressroutegenerator
by jeremylongshore · plugins-plus-skills
domain-driven-design
Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.
architecture[ddddomainbounded-context
by sickn33 (Antigravity) · antigravity-awesome-skills
app-router
This skill should be used when the user asks to "create a Next.js route", "add a page", "set up layouts", "implement loading states", "add error boundaries", "organize routes", "create dynamic routes", or needs guidance on Next.js App Router file conventions and routing patterns.
app-routerapprouternext.js
by davepoon · buildwithclaude
nextjs-developer
Use when building Next.js 14+ applications with App Router, server components, or server actions. Invoke to configure route handlers, implement middleware, set up API routes, add streaming SSR, write generateMetadata for SEO, scaffold loading.tsx/error.tsx boundaries, or deploy to Vercel. Triggers on: Next.js, Next.js 14, App Router, RSC, use server, Server Components, Server Actions, React Server Components, generateMetadata, loading.tsx, Next.js deployment, Vercel, Next.js performance.
nextjs-developernextjsdevelopernext.js
by Jeffallan · jeffallan-claude-skills