·nextjs

Next.js 16 patterns for App Router, Server/Client Components, proxy.ts authentication, data fetching, caching, and React Server Components. Use when building Next.js applications with modern patterns.

8Installs·0Trend·@naimalarain13

Installation

$npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill nextjs

SKILL.md

Modern Next.js patterns for App Router, Server Components, and the new proxy.ts authentication pattern.

| Dynamic Routes (Async Params) | reference/dynamic-routes.md | | Server vs Client Components | reference/components.md | | proxy.ts (Auth) | reference/proxy.md | | Data Fetching | reference/data-fetching.md | | Caching | reference/caching.md | | Route Handlers | reference/route-handlers.md |

| Authentication Flow | examples/authentication.md | | Protected Routes | examples/protected-routes.md | | Forms & Actions | examples/forms-actions.md | | API Integration | examples/api-integration.md |

Next.js 16 patterns for App Router, Server/Client Components, proxy.ts authentication, data fetching, caching, and React Server Components. Use when building Next.js applications with modern patterns. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill nextjs
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is nextjs?

Next.js 16 patterns for App Router, Server/Client Components, proxy.ts authentication, data fetching, caching, and React Server Components. Use when building Next.js applications with modern patterns. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

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/naimalarain13/hackathon-ii_the-evolution-of-todo --skill nextjs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo