next▌
14 indexed skills · max 10 per page
next-best-practices
vercel-labs/next-skills · Frontend
Comprehensive Next.js development guidelines covering file structure, RSC patterns, data fetching, optimization, and error handling. \n \n Covers 15+ topic areas including file conventions, route segments, RSC boundaries, async patterns, metadata generation, and image/font optimization \n Provides runtime selection guidance, directive usage, and error handling strategies with specific file conventions like error.tsx and not-found.tsx \n Includes data fetching patterns, route handler best practic
next-intl-app-router
liuchiawei/agent-skills · Frontend
Setup and usage of next-intl with prefix-based locale routing (e.g. /en/about, /ja/about). Use this skill in any Next.js App Router project.
next-cache-components
vercel-labs/next-skills · Frontend
$23
ship-learn-next
davila7/claude-code-templates · Frontend
This skill helps transform passive learning content into actionable Ship-Learn-Next cycles - turning advice and lessons into concrete, shippable iterations.
cra-to-next-migration
vercel-labs/migration-skills · Frontend
Comprehensive migration guide for converting Create React App projects to Next.js, covering routing, data fetching, components, styling, and deployment. Contains 148 rules across 17 categories, prioritized by migration impact. After a successful migration the application should work the same as it did before the migration.
alicloud-data-lake-dlf-next
cinience/alicloud-skills · Cloud
Category: service
alicloud-data-lake-dlf-next-test
cinience/alicloud-skills · Cloud
Category: test \n DlfNext Minimal Viable Test \n Prerequisites \n \n AK/SK and region are configured. \n GoalsSkill: skills/data-lake/alicloud-data-lake-dlf-next/ 。 \n \n Test Steps \n \n Run python scripts/list_openapi_meta_apis.py . \n Select one read-only API and run a minimal request. \n Save outputs under output/alicloud-data-lake-dlf-next-test/ 。 \n \n Expected Results \n \n Metadata and read-only query paths are available. \n
next-best-practices
vercel/nextjs-skills · Frontend
Apply these rules when writing or reviewing Next.js code.
antdv-next
antdv-next/skills · Frontend
The skill is based on Antdv Next docs and demos, generated at 2026-03-14.
next
hairyf/skills · Frontend
Full-stack React framework with file-system routing, Server Components, and built-in performance optimization. \n \n File-system based routing with layouts, dynamic segments, and catch-all routes; supports both static generation (SSG) and server-side rendering (SSR) \n Server Components for data fetching directly in components; Client Components with the use hook for interactive features \n Server Actions for handling data mutations and form submissions without separate API endpoints \n Built-in