Ant Design Pro includes built-in Claude Code Skills located in .claude/skills/. These skills allow you to automate upgrades and query component information directly within Claude Code.
If your project was cloned from this repo, these skills are included. To refresh them with the latest definitions, run:
npx skills add ant-design/ant-design-pro
Available Skills
| Skill | Trigger | Description |
|---|
/pro-upgrade | "upgrade pro", "update to latest" | Auto-upgrades to the latest Ant Design Pro version by diffing the latest template and merging changes while preserving your business code. |
/antd | antd-related code or questions | Queries Ant Design component APIs, props, tokens, and demos; lints for deprecated usage; and assists in version migration via @ant-design/cli. |
Usage Examples
# Upgrade the project to the latest Pro version
/pro-upgrade
# Query antd component info, debug issues, run lint, etc.
/antd
# Upgrade the project to latest Pro version
/pro-upgrade
# Query antd component info, debug issues, run lint, etc.
/antd