Back to the catalog

ant-design

ant-design/antd-skill · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por ant-design/antd-skill no skills.sh. Instale com: npx skills add ant-design/antd-skill@ant-design

Details

Kind
Agent skills
Topic
No topic detected
Publisher
ant-design
Origin
skillssh
Category
ferramentas
Stars
134
Forks
12
Open pull requests
2
Last push
2026-03-27T03:00:32Z
Repository state
ativo
License
MIT
Added
2026-08-30 15:21:45
Updated
2026-09-08 15:03:26
Origin id
ant-design/antd-skill/ant-design

README

# Ant Design Skills

English | [简体中文](README.zh.md)

A curated collection of Agent Skills for the Ant Design ecosystem.

## Installation

```bash
pnpx skills add ant-design/antd-skill
# or
npx skills add ant-design/antd-skill
```

## Skills

| 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/` |

## Usage

1. Read the main skill entry: `skills/<skill>/SKILL.md`
2. Follow the single SOP in that `SKILL.md`.

## Scope

- 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`

## Structure

- `skills/ant-design/`
- `skills/antd/`

## Skills Backed by Official Documentation

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 |

## FAQ

### What Makes This Collection Different?

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.

### Which Skill Should I Use?

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.

### How Do I Extend It?

Fork this repo, copy an existing skill folder, and update `SKILL.md`. Then update the tables in both readmes so the catalog stays accurate.

More