关于
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.
快速安装
Claude Code
推荐npx skills add MacPhobos/research-mind -a claude-code/plugin add https://github.com/MacPhobos/research-mindgit clone https://github.com/MacPhobos/research-mind.git ~/.claude/skills/nextjs-v16在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
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.
相关推荐技能
这个Skill提供了Python asyncio异步编程的全面指南,涵盖async/await语法、事件循环、任务管理和协程等核心概念。它特别适用于处理并发I/O操作,如HTTP客户端/服务器开发(aiohttp)、异步数据库访问、FastAPI异步模式以及WebSocket实时系统。开发者可以快速学习如何定义异步函数、使用asyncio.run()运行程序、通过asyncio.gather()并行执行任务,并掌握异步环境下的错误处理和同步原语。
这个Skill帮助开发者为Go应用添加完整的可观测性方案,包含OpenTelemetry分布式追踪、Prometheus指标收集和slog结构化日志。它特别适用于微服务的生产环境监控,能快速配置中间件、健康检查和服务间调用追踪。通过这个工具,开发者可以轻松构建可观测的云原生应用,便于调试性能问题和创建运维仪表板。
mypy是Python的静态类型检查工具,通过类型注解为代码提供类型安全。它支持渐进式类型检查、严格模式以及FastAPI/Django等框架集成,适合在开发阶段或CI/CD流程中提升代码质量。开发者只需安装后对代码添加类型提示,即可运行检查并配置规则。
这个Skill为开发者提供Jest与TypeScript集成的专业测试解决方案,特别适合现有Jest项目、React/Node.js TypeScript应用以及从JavaScript迁移到TypeScript的场景。它支持完整的测试工作流包括快照测试、覆盖率报告,并集成了React Testing Library等成熟生态工具。通过简单的配置即可快速搭建测试环境,适用于需要行业标准测试框架的现代Web开发和遗留项目维护。
