English | 简体中文
A curated collection of Agent Skills for the Ant Design ecosystem.
pnpx skills add ant-design/antd-skill
# or
npx skills add ant-design/antd-skill| Skill | Description | Path |
|---|---|---|
| ant-design | antd v6 + Ant Design Pro 5 + Ant Design X v2 decision guidance | skills/ant-design/ |
| antd | Offline Ant Design CLI workflow for API lookup, debugging, migration, and usage analysis | skills/antd/ |
- Read the main skill entry:
skills/<skill>/SKILL.md - Follow the single SOP in that
SKILL.md.
- antd v6 + React 18–19
- Ant Design Pro 5 + ProComponents (layouts, routing, access, CRUD)
- Ant Design X v2 (AI/chat UI, streaming, tool rendering)
- Includes v5 maintenance/migration guidance in
skills/ant-design/SKILL.md
skills/ant-design/skills/antd/
Each skill is a decision-focused guide derived from the official Ant Design ecosystem docs, maintained as a single SKILL.md.
| Skill | Description | Source |
|---|---|---|
| ant-design | antd v6, Pro 5 + ProComponents, and X v2 decision guide | ant.design / pro.ant.design / procomponents.ant.design / x.ant.design |
| antd | Ant Design CLI workflow for offline metadata and migration tasks | @ant-design/cli |
It focuses on agent decision-making for Ant Design projects, not end-user tutorials. A single SKILL.md stays concise and points to official-doc links.
Use ant-design for core antd components, Pro layouts/routing/access/CRUD, and X chat/streaming/tool UI, all from one SKILL.md. Use antd when you specifically want the offline @ant-design/cli workflow for API lookup, linting, migration, and changelog analysis.
Fork this repo, copy an existing skill folder, and update SKILL.md. Then update the tables in both readmes so the catalog stays accurate.