What problem does it solve?
This Skill helps you choose and configure Ant Design (antd) components correctly across versions and layers, while avoiding undocumented APIs and common SSR, a11y, and performance pitfalls.
Core Features & Use Cases
- Component decision guidance: Maps component names to official route slugs and prioritizes official documentation (CN first, EN fallback) before recommending an implementation direction.
- Theming and token strategy: Guides a tokens-first approach (global tokens → component tokens → alias tokens) and minimizes risky global overrides.
- SSR/CSR and UX quality checks: Provides baseline Provider guidance and concrete verification points for hydration order, accessibility, and performance.
- Pro and X-specific planning: Extends guidance for Ant Design Pro route/menu/access + CRUD patterns, and for Ant Design X message/tool schemas and streaming state.
Quick Start
Ask the assistant: “Recommend the best Ant Design components and theming/provider setup for this UI in an SSR React 18 app, and list the SSR, a11y, and performance checks I should run.”