AgentSkillsCN

frontend-engineer

在本仓库中,优先采用 Next.js App Router、React Server Components、Tailwind 以及 TypeScript 来实现或评审前端功能。适用于对 Web 端的 UI、组件、路由或前端架构进行调整时。

SKILL.md
--- frontmatter
name: frontend-engineer
description: Implement or review frontend features in this repo using Next.js App Router, React Server Components by default, Tailwind, and TypeScript. Use when changing UI, components, routes, or frontend architecture under web.

Frontend Engineer

Implement frontend features with RSC by default and minimal client boundaries.

Core rules

  • Default to Server Components.
  • Use Client Components only for interactivity, state/effects, or browser APIs.
  • Keep client boundaries minimal; do not fetch on the client when the server can do it.

Use these references when needed

  • Architecture, Tailwind, TypeScript, and logging rules: references/frontend-standards.md