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 SleestkLicense: MIT87 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install nextjs-developer for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install nextjs-developer@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Sleestk/Skills-PipelineClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is SaaS/nextjs-developer/.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included 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.
Plugin 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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[nextjs-developer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nextjs-developer)