with one click
nextjs
The React Framework for the Web - App Router, SSR, Security
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
The React Framework for the Web - App Router, SSR, Security
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Comprehensive skill framework from obra/superpowers for AI-assisted development workflows, covering planning, implementation, debugging, code review, and more
็ฌ็ซๅผๅ่ Web/SaaS ้กน็ฎไธๅฑ Vibe Coding ๅ จๆต็จใInvoke when starting a new web product project to run a complete 14-skill pipeline from idea to launch, with controlled feedback loops.
NestJS best practices and architecture patterns for building production-ready applications. This skill should be used when writing, reviewing, or refactoring NestJS code to ensure proper patterns for modules, dependency injection, security, and performance.
Personal coding conventions and best practices
MUST be used for React tasks. Strongly recommends functional components with Hooks and TypeScript as standard approach. Covers React 19, Next.js, SSR. Load for any React, .tsx files, React Router, Redux, or Vite with React work.
ๅบไบ Vue 3 ็ไผไธ็บง UI ็ปไปถๅบ๏ผๆไพ 68+ ้ซ่ดจ้็ปไปถใIMPORTANT: ่ฟๆฏ Ant Design Vue๏ผไธๆฏ React ็ๆฌใไฝฟ็จ a- ๅ็ผ็ปไปถ๏ผๅฆ a-button, a-table๏ผใ
| name | nextjs |
| title | Next.js |
| description | The React Framework for the Web - App Router, SSR, Security |
| icon | โฒ |
| tags | ["react","nextjs","ssr","framework","security"] |
Next.js - The React Framework for the Web
npx create-next-app@latest my-app --typescript --tailwind --eslint
cd my-app
npm run dev
app/
โโโ layout.tsx # Root layout
โโโ page.tsx # Home page
โโโ globals.css # Global styles
โโโ (marketing)/ # Route group
โ โโโ about/
โ โโโ page.tsx
โโโ blog/
โ โโโ page.tsx
โ โโโ [slug]/
โ โโโ page.tsx
โโโ api/
โโโ route.ts # API route