Gives Claude direct access to the Ant Design CLI for querying component APIs, demos, tokens, and migration guides without guessing from memory. The workflow is simple: before writing any antd code, run `antd info` to check props, grab a working demo, then write. It's especially useful for debugging version-specific issues (you can query exact versions like 5.12.0), running migration checklists between major versions, and linting projects for deprecated patterns. The CLI bundles all antd metadata offline, so nothing hits the network. One nice detail: it auto-reports its own bugs when Claude notices incorrect data, which means the tool actually improves as you use it. Works as both a bash command and an MCP server if your IDE supports it.
npx skills add https://github.com/ant-design/antd-skill --skill antd