跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Web Frameworks

技能 活跃

Build with Next.js (App Router, RSC, SSR, ISR), Turborepo monorepos. Use for React apps, server rendering, build optimization, caching strategies, shared dependencies.

目的

To help developers quickly set up new Next.js projects with a modern stack and best practices, and to facilitate migration of existing projects to Turborepo.

功能

  • Next.js project initialization
  • Turborepo monorepo setup
  • TypeScript and ESLint integration
  • Tailwind CSS support
  • Turborepo migration script

使用场景

  • Starting a new Next.js project with recommended configurations
  • Setting up a Turborepo monorepo for multiple Next.js applications
  • Migrating an existing project to use Turborepo for build optimization

非目标

  • Managing project dependencies beyond initial setup
  • Providing runtime application support or debugging
  • Configuring CI/CD pipelines beyond basic examples

Execution

  • info:Pinned dependenciesThe script references 'latest' versions for Next.js and other dependencies in package.json, which is not pinned and could lead to versioning issues.
  • info:Pinned dependenciesThe script uses 'latest' for Next.js dependencies in package.json, which is not ideal for production stability.
  • info:Pinned dependenciesDependencies like Next.js are set to 'latest' in package.json, which lacks pinning and could cause instability.

Maintenance

  • warning:Dependency ManagementWhile dependencies like Next.js are specified, they are set to 'latest', lacking version pinning and potentially leading to breakage.

Code Execution

  • info:Pinned dependenciesThe script uses 'latest' for Next.js dependencies in package.json, which is not pinned and could lead to versioning issues.

安装

npx skills add binjuhor/shadcn-lar

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

95 /100
1 day ago 分析

信任信号

最近提交2 days ago
星标80
状态
查看源代码