Skip to main content

frontend-pages-router

Use this skill when changing the Next.js frontend in this repository, especially pages/, components/, services/, auth flows, article detail pages, favorites, translation, or the sitewide AI chat UI.

설치로 이동

소스 정보

저장소
hoangsonww/AI-Gov-Content-Curator
최근 소스 활동
2026년 2월 28일 03:49
감지된 SKILL.md 언어
영어
스타
30
포크
18

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
frontend-pages-router
description
Use this skill when changing the Next.js frontend in this repository, especially pages/, components/, services/, auth flows, article detail pages, favorites, translation, or the sitewide AI chat UI.
# Frontend Pages Router This skill is for `frontend/`. ## Working Model - The app uses the Pages Router. - UI state is spread across page components, shared components, CSS files, and browser storage. - Several features depend on client-only APIs and local persistence. ## Working Rules - Check SSR versus client-only assumptions before moving logic. - Preserve shallow routing, search debounce, and query synchronization on `/home`. - Preserve localStorage keys unless the migration is intentional. - Keep auth token handling consistent when touching requests. - If you touch the sitewide chat UI, preserve SSE parsing, citations, warnings, and scrolling behavior. ## Validation - Run `cd frontend && npm run lint` for code changes when feasible. - Run Playwright for route or interaction changes when the task materially affects UX. ## References - For route and component map, read `references/frontend-map.md`. - For chat UI specifics, read `references/chat-ui.md`.
GitHub에서 보기