Curated plugin bundle equipping agents with Server Action validation, App Router route scaffolding, and React Server Components linting.
Next.js Full-Stack DevTools Plugin Bundle
Overview
This plugin packages custom agent skills, linting rules, and scaffolding templates tailored specifically for Next.js App Router projects.
Included Capabilities
1. Route Handler Scaffolder: Generates type-safe API routes in app/api/[route]/route.ts with Zod payload validation and standardized CORS/error headers.
2. Server Action Generator: Creates action files with 'use server', auth guard checks, and cache revalidation.
3. RSC Boundary Linter: Automatically scans components to ensure client-only browser APIs are not accessed within Server Components.
Installation & Activation
Add the plugin bundle configuration to your workspace agent configuration:
{
"plugins": [
"simplyutils/nextjs-fullstack-devtools"
]
}