Cursor rule Cursor
A set of coding rules for Ant Design version 6, a React component library for building user interfaces. It describes the current APIs and the older APIs that should no longer be used.
Cursor rule Cursor
A set of coding rules for Ant Design version 6, a React component library for building user interfaces. It describes the current APIs and the older APIs that should no longer be used.
Cursor rule Cursor
Moon Web pages conventions (React + TS + Ant Design v6).
Skill Claude CodeCodexCursor
Evaluates whether ahooks hooks can replace hand-rolled React patterns when implementing features. Applies ahooks function-handling conventions (useMemoizedFn, stable outputs, latest inputs). Use when completing features, pages, or modules (完成xxx功能/页面/模块), refactoring hooks, or when code uses…
Skill Claude CodeCodexCursor
Use when the user's task involves Ant Design (antd) — writing antd components, debugging antd issues, querying antd APIs/props/tokens/demos, migrating between antd versions, or analyzing antd usage in a project. Triggers on antd-related code, imports from 'antd', or explicit antd questions.
Skill Claude CodeCodexCursor
Reviews git changes for bugs and code quality; enforces strict React conventions and Ant Design v6 usage; requires fixes when issues are found. Reusable code must be reused; no deprecated antd APIs. Use when the user says "帮我审核当前变更" or "帮我审核代码".
Skill Claude CodeCodexCursor
Develops feature pages and modules in React + TypeScript using Ant Design v6; follows project API conventions, does not modify API modules directly—uses update-api skill when API changes are needed; enforces senior-level code quality and consistent UI. Use when the user asks to complete a feature, module, or page…
Skill Claude CodeCodexCursor
Fetches the latest OpenAPI spec from a backend service at /doc/swagger/openapi.yaml and syncs frontend API modules under src/api/. When API docs change, all consuming modules and pages must be updated to stay globally consistent. Use when the user says "帮我更新 API" or "帮我更新 api", or when asked to update API requests to…