Guides Ant Design 6.x decisions: component selection, theming/tokens, SSR/a11y/performance, ProComponents routing/CRUD/AI UI, local API lookup, debugging/migration via @ant-design/cli.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin ant-design-antd-skillThis skill uses the workspace's default tool permissions.
- Target: `antd@^6` + React 18-19, with `ant-design-pro@^5` / `@ant-design/pro-components` and `@ant-design/x@^2` when needed.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
antd@^6 + React 18-19, with ant-design-pro@^5 / @ant-design/pro-components and @ant-design/x@^2 when needed.@ant-design/cli for offline component metadata, demos, changelogs, migrations, linting, doctor checks, and usage analysis..ant-* coupling.classNames/styles; avoid global overrides.ConfigProvider unless strict isolation is required.antd info <Component> --format json. Do not rely on memory when the CLI can answer it offline.--format json with antd CLI commands.--version <x.y.z> or let the CLI auto-detect from local node_modules.antd lint <changed-path> --format json.antd CLI command crashes, returns wrong data, or violates its documented behavior, prepare an antd bug-cli preview for user confirmation instead of silently working around it.{components} (lowercase kebab-case, e.g. TreeSelect -> tree-select, Button -> button), then request docs in this order (CN first, EN fallback):
https://ant.design/components/{components}-cnhttps://ant.design/components/{components}tree-select-cn -> tree-select, button-cn -> button..ant-* selectors.@ant-design/cli should be the primary lookup path.@ant-design/cli first for structured lookup:
antd info for props/APIantd demo for a working baselineantd doc for full docsantd token / antd semantic for theming and styling hooksantd doctor, antd lint, antd usage, antd migrate, antd changelog when debugging or upgrading-cn first, EN fallback) when narrative docs or cross-checking are needed.ConfigProvider; SSR -> ConfigProvider + StyleProvider.classNames/styles.| File | Use when |
|---|---|
references/antd-cli.md | You need the exact offline CLI workflow for API lookup, demos, linting, doctor checks, migration, changelog review, usage analysis, or bug reporting. |
ConfigProvider; SSR style order/hydration verified..ant-* overrides.rowKey; sort/filter/pagination entry is unified.antd CLI was used, commands ran with --format json and any CLI defect was escalated via antd bug-cli preview.