SKILL·7180DC

nextjs-v16

MacPhobos
Updated 1 month ago
8 views
0
View on GitHub
Othernextjsnextjs-16

About

This skill provides a migration guide for developers upgrading to Next.js 16. It focuses on key changes like adopting async request APIs (`params`, `cookies`, `headers`), implementing opt-in caching with `"use cache"`, and enabling Turbopack by default. Use it to identify and fix anti-patterns during your Next.js 16 upgrade process.

Quick Install

Claude Code

Recommended
Primary
npx skills add MacPhobos/research-mind -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/MacPhobos/research-mind
Git CloneAlternative
git clone https://github.com/MacPhobos/research-mind.git ~/.claude/skills/nextjs-v16

Copy and paste this command in Claude Code to install this skill

GitHub Repository

MacPhobos/research-mind
Path: .claude/skills/toolchains-nextjs-v16
0
FAQ

Frequently asked questions

What is the nextjs-v16 skill?

nextjs-v16 is a Claude Skill by MacPhobos. Skills package instructions and resources that Claude loads on demand, so Claude can perform nextjs-v16-related tasks without extra prompting.

How do I install nextjs-v16?

Use the install commands on this page: add nextjs-v16 to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does nextjs-v16 belong to?

nextjs-v16 is in the toolchain category, tagged nextjs and nextjs-16.

Is nextjs-v16 free to use?

Yes. nextjs-v16 is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

asyncio
Other

This skill provides comprehensive guidance on Python's asyncio framework for modern concurrent programming using async/await syntax. It covers core concepts like event loops, tasks, and coroutines along with practical implementations including aiohttp for async HTTP operations and FastAPI async patterns. Use it when building concurrent I/O-bound applications, parallel API clients, real-time systems, or async web servers.

View skill
golang-observability-opentelemetry
Other

This skill provides comprehensive Go observability instrumentation using OpenTelemetry for distributed tracing, Prometheus for metrics collection, and structured logging with slog. Use it when instrumenting microservices for production monitoring, debugging distributed systems, or setting up operational dashboards. It covers everything from initializing tracers and metrics endpoints to implementing HTTP middleware and health checks.

View skill
mypy
Other

mypy is a static type checker for Python that enables gradual typing with type hints and comprehensive type safety. Use it to add type safety to Python projects, enforce type checking in CI/CD, and refactor code with type annotations. It supports strict mode, Protocol types, and integrates with frameworks like FastAPI and Django.

View skill
jest-typescript
Other

This skill provides Jest with TypeScript configuration for industry-standard testing in JavaScript/TypeScript projects. It's ideal for testing existing Jest projects, React/Node.js applications with TypeScript, and migrating JavaScript projects to TypeScript. The setup includes Jest ecosystem tools, React Testing Library integration, snapshot testing, and built-in coverage reporting.

View skill