ant-design-cli
Offline Ant Design component lookup, linting, and version migration
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 IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core