What problem does it solve? Frontend developers working with Ant Design often guess component APIs from memory, misuse theme tokens, or break SSR and accessibility when combining antd 6, Ant Design Pro, and Ant Design X. This Skill enforces a documentation-first decision workflow backed by the offline @ant-design/cli so every component choice is grounded in official APIs. ## Core Features & Use Cases - Offline API Queries: Use @ant-design/cli commands (info, demo, doc, token, semantic) to retrieve component props, examples, and theme hooks without network access. - Decision Guidance: Provides rules for ConfigProvider baselines, token-first theming, SSR with StyleProvider, Pro routing/permissions/CRUD, and X streaming chat patterns. - Quality & Migration Tooling: Covers antd lint, doctor, usage analysis, changelog review, and version-to-version migration workflows. - Use Case: When adding a TreeSelect with remote search to an SSR React 19 app, query the CLI for the exact v6 API, apply token-based styling, and verify hydration and accessibility against the regression checklist. ## Quick Start Ask the agent to help you choose and configure an Ant Design component, for example to build a Pro CRUD table page with correct tokens and SSR setup.