·nextjs-frontend-guidelines
</>

nextjs-frontend-guidelines

Next.js 15 frontend development guidelines for YGS (영영사) React 19/TypeScript application. Modern patterns including App Router, Server/Client Components, shadcn/ui components, Tailwind CSS 4, multi-method authentication (Firebase/Kakao/JWT), admin dashboard patterns, and Korean localization. Use when creating components, pages, API routes, fetching data, styling, or working with frontend code.

3Installs·0Trend·@chacha95

Installation

$npx skills add https://github.com/chacha95/advanced-harness --skill nextjs-frontend-guidelines

How to Install nextjs-frontend-guidelines

Quickly install nextjs-frontend-guidelines 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/chacha95/advanced-harness --skill nextjs-frontend-guidelines
  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: chacha95/advanced-harness.

SKILL.md

View raw

Comprehensive guide for YGS (영영사) frontend development with Next.js 15, React 19, emphasizing App Router patterns, Server/Client component separation, shadcn/ui components, Tailwind CSS 4 styling, multi-method authentication, and Korean localization.

| @/ | Project imports (primary) | import { api } from '@/lib/api' | | Relative | Same directory | import { Component } from './Component' | | type | Type-only imports | import type { User } from '@/types' |

| Create a component | component-patterns.md | | Fetch data | data-fetching.md | | Organize files/folders | file-organization.md | | Style components | styling-guide.md | | Set up routing | routing-guide.md | | Handle loading/errors | loading-and-error-states.md | | Optimize performance | performance.md | | TypeScript types | typescript-standards.md |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chacha95/advanced-harness --skill nextjs-frontend-guidelines
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from chacha95/advanced-harness

Quick answers

What is nextjs-frontend-guidelines?

Next.js 15 frontend development guidelines for YGS (영영사) React 19/TypeScript application. Modern patterns including App Router, Server/Client Components, shadcn/ui components, Tailwind CSS 4, multi-method authentication (Firebase/Kakao/JWT), admin dashboard patterns, and Korean localization. Use when creating components, pages, API routes, fetching data, styling, or working with frontend code. Source: chacha95/advanced-harness.

How do I install nextjs-frontend-guidelines?

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