nextjs-developer
v1.0.0Expert Next.js 16.2.1 developer skill for frontend and server-side logic. Covers App Router, Pages Router, Server/Client Components, directives (use cache, use client, use server), Server Actions, Proxy/Middleware, Route Handlers, parallel/intercepting routes, caching, metadata, and all file conventions.
by SleestkMIT86updated 1 month ago
Source
git clone https://github.com/Sleestk/Skills-PipelineClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is SaaS/nextjs-developer/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Expert Next.js 16.2.1 developer skill for frontend and server-side logic. Handles writing, scaffolding, debugging, and explaining Next.js code. Trigger on any mention of: Next.js, app router, pages router, server component, client component, use client, use server, use cache, proxy.ts, middleware.ts, getServerSideProps, getStaticProps, next/image, next/font, next/link, next.config, layout.tsx, page.tsx, loading.tsx, error.tsx, route.ts, or any Next.js file convention, routing question, caching question, or error. Covers routing, Server/Client Components, directives (use cache, use client, use server), Server Actions, Proxy (formerly Middleware), Route Handlers, parallel routes, intercepting routes, caching, metadata, and all file conventions. Even if the user just says "help me build this in Next" or "why is my Next app broken" — trigger immediately.
Manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "nextjs-developer",
"description": "Expert Next.js 16.2.1 developer skill for frontend and server-side logic. Covers App Router, Pages Router, Server/Client Components, directives (use cache, use client, use server), Server Actions, Proxy/Middleware, Route Handlers, parallel/intercepting routes, caching, metadata, and all file conventions.",
"version": "1.0.0",
"author": {
"name": "Sleestk",
"url": "https://github.com/Sleestk"
},
"homepage": "https://github.com/Sleestk/Skills-Pipeline",
"repository": "https://github.com/Sleestk/Skills-Pipeline",
"license": "MIT",
"keywords": [
"nextjs",
"react",
"app-router",
"server-components",
"server-actions",
"typescript",
"frontend"
]
}