·nextjs
</>

nextjs

Next.js 14+ framework guardrails, patterns, and best practices for AI-assisted development. Use when working with Next.js projects, or when the user mentions Next.js/Next. Provides App Router patterns, server components, data fetching, and deployment guidelines.

9Installs·0Trend·@ar4mirez

Installation

$npx skills add https://github.com/ar4mirez/samuel --skill nextjs

How to Install nextjs

Quickly install nextjs 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/ar4mirez/samuel --skill nextjs
  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: ar4mirez/samuel.

SKILL.md

View raw

Framework: Next.js 14+ (App Router) Language: TypeScript/JavaScript Use Cases: Full-Stack Web Apps, SSR/SSG, E-commerce, Blogs, Dashboards

Next.js is a React framework providing server-side rendering, static site generation, API routes, and full-stack development in a single codebase. Version 14+ uses the App Router as the default, built on React Server Components.

| page.tsx | Route UI (makes segment publicly accessible) | | layout.tsx | Shared layout (wraps children, persists) | | loading.tsx | Loading UI (Suspense boundary) | | error.tsx | Error boundary (must be 'use client') | | not-found.tsx | 404 UI for this segment | | route.ts | API route handler (GET, POST, etc.) |

Next.js 14+ framework guardrails, patterns, and best practices for AI-assisted development. Use when working with Next.js projects, or when the user mentions Next.js/Next. Provides App Router patterns, server components, data fetching, and deployment guidelines. Source: ar4mirez/samuel.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ar4mirez/samuel --skill nextjs
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from ar4mirez/samuel

Quick answers

What is nextjs?

Next.js 14+ framework guardrails, patterns, and best practices for AI-assisted development. Use when working with Next.js projects, or when the user mentions Next.js/Next. Provides App Router patterns, server components, data fetching, and deployment guidelines. Source: ar4mirez/samuel.

How do I install nextjs?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ar4mirez/samuel --skill nextjs 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/ar4mirez/samuel

Details

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