ant-designant-designOfficialยท1 Agent Skills Included

ant-design-cli

Offline Ant Design component lookup, linting, and version migration

Queries Ant Design component props, demos, docs, design tokens, and changelogs across v3 to v6, fully offline. Diagnoses project configuration issues, scans antd usage, and lints code for deprecated APIs and accessibility problems. Generates step-by-step migration checklists between major versions so upgrades finish faster with fewer breaking-change surprises.
npx skills add ant-design/ant-design-cli --all -g -y
Available:

Gives your AI agent strict working principles for this repository: think before coding, keep changes minimal and surgical, define verifiable goals, and always support multiple antd versions with data extracted from upstream rather than hardcoded.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ant-design-cli?โ–ผ

Run `npx skills add ant-design/ant-design-cli --all -g -y` in your terminal to install the skill globally for your agent.

What does the Ant Design CLI do?โ–ผ

It lets you query every antd component's props, demos, docs, and design tokens offline, plus lint your project, analyze usage, and get migration guides between antd versions.

Does it work with Claude Code and Cursor?โ–ผ

Yes. It ships a SKILL.md for agent integration and can also run as an MCP server, working with Claude Code, Cursor, Codex, and Gemini CLI.

Can it help migrate from antd v4 to v5?โ–ผ

Yes. The `antd migrate 4 5` command produces a full checklist of breaking changes, and `--apply` generates an agent-ready prompt to automate the code updates.

Does the CLI need an internet connection?โ–ผ

No. All component metadata for antd v3 through v6 is bundled locally, so every query runs offline with zero network calls.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’