什麼是 nextjs-frontend-guidelines?
YGS (영영사) React 19/TypeScript 應用程式的 Next.js 15 前端開發指南。現代模式包括應用程式路由器、伺服器/客戶端元件、shadcn/ui 元件、Tailwind CSS 4、多方法驗證 (Firebase/Kakao/JWT)、管理儀表板模式和韓語本地化。在建立元件、頁面、API 路由、取得資料、樣式或使用前端程式碼時使用。 來源:chacha95/advanced-harness。
YGS (영영사) React 19/TypeScript 應用程式的 Next.js 15 前端開發指南。現代模式包括應用程式路由器、伺服器/客戶端元件、shadcn/ui 元件、Tailwind CSS 4、多方法驗證 (Firebase/Kakao/JWT)、管理儀表板模式和韓語本地化。在建立元件、頁面、API 路由、取得資料、樣式或使用前端程式碼時使用。
透過命令列快速安裝 nextjs-frontend-guidelines AI 技能到你的開發環境
來源:chacha95/advanced-harness。
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 |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/chacha95/advanced-harness --skill nextjs-frontend-guidelinesYGS (영영사) React 19/TypeScript 應用程式的 Next.js 15 前端開發指南。現代模式包括應用程式路由器、伺服器/客戶端元件、shadcn/ui 元件、Tailwind CSS 4、多方法驗證 (Firebase/Kakao/JWT)、管理儀表板模式和韓語本地化。在建立元件、頁面、API 路由、取得資料、樣式或使用前端程式碼時使用。 來源:chacha95/advanced-harness。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/chacha95/advanced-harness --skill nextjs-frontend-guidelines 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/chacha95/advanced-harness