·nextjs-best-practice
</>

nextjs-best-practice

Next.js 15 best practices for App Router, Server/Client Components, data fetching, forms, and project structure. Use when writing, reviewing, or refactoring Next.js 15 code. Triggers on tasks involving Next.js pages, components, data fetching, Server Actions, forms, routing, caching, performance optimization, or project structure decisions. Also use when asked to review Next.js code or set up new features in a Next.js 15 project.

5Installs·0Trend·@prassamin

Installation

$npx skills add https://github.com/prassamin/skills --skill nextjs-best-practice

How to Install nextjs-best-practice

Quickly install nextjs-best-practice AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/prassamin/skills --skill nextjs-best-practice
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: prassamin/skills.

SKILL.md

View raw

Team standard for building Next.js 15 applications with App Router, Tailwind CSS, and TypeScript.

Key rule: Default to Server Components. Only add 'use client' at the lowest possible node.

Named exports everywhere. export default ONLY where Next.js requires it.

Next.js 15 best practices for App Router, Server/Client Components, data fetching, forms, and project structure. Use when writing, reviewing, or refactoring Next.js 15 code. Triggers on tasks involving Next.js pages, components, data fetching, Server Actions, forms, routing, caching, performance optimization, or project structure decisions. Also use when asked to review Next.js code or set up new features in a Next.js 15 project. Source: prassamin/skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/prassamin/skills --skill nextjs-best-practice
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from prassamin/skills

Quick answers

What is nextjs-best-practice?

Next.js 15 best practices for App Router, Server/Client Components, data fetching, forms, and project structure. Use when writing, reviewing, or refactoring Next.js 15 code. Triggers on tasks involving Next.js pages, components, data fetching, Server Actions, forms, routing, caching, performance optimization, or project structure decisions. Also use when asked to review Next.js code or set up new features in a Next.js 15 project. Source: prassamin/skills.

How do I install nextjs-best-practice?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/prassamin/skills --skill nextjs-best-practice Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/prassamin/skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22