This gives Claude access to the Ant Design CLI, a local tool with bundled metadata for antd v4, v5, and v6. It's designed for when you're writing antd components and need to look up props or grab a working demo instead of guessing from memory, debugging version-specific issues, or migrating between major versions. The workflow is practical: query the API with `antd info`, pull a demo as a starting point, then write your code. It also handles project analysis, linting for deprecated usage, and can file bug reports directly to the antd repo after preview. All the component knowledge is offline, so no network calls. If you work with antd regularly and want Claude to stop hallucinating component APIs, this is the skill to enable.
npx skills add https://github.com/ant-design/ant-design-cli --skill antd