antd

Query antd component props, demos, docs, and changelogs across versions.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NoManPlay/my-skills --skill antd-nomanplay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antd
Source: https://github.com/NoManPlay/my-skills/tree/main/skills/antd
Command: npx skills add https://github.com/NoManPlay/my-skills --skill antd-nomanplay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ant Design projects often suffer from outdated APIs, confusing props, undocumented behaviors, and slow debugging—especially when you need answers for a specific antd version.

Core Features & Use Cases

  • Component API discovery: Look up exact props and demos for a target antd version to avoid guesswork.
  • Documentation lookup: Retrieve full component docs (including localized output) when you need deeper guidance beyond props.
  • Version migration and debugging: Generate migration checklists, compare changelogs, lint code for deprecated usage, and diagnose project configuration issues with antd doctor.

Quick Start

Ask the AI: "Using the antd skill, what props and a working demo exist for the Button component in antd v5.12.0?"

Frequently Asked Questions about antd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Ant Design component props and demos for a specific version?

To look up Ant Design component props and demos for a specific version, use the antd skill to query offline component knowledge and retrieve exact props, demos, and documentation pinned via the --version flag. This avoids guesswork when writing new antd components.

How do I check my Ant Design project for deprecated API usage before a version migration?

To check your Ant Design project for deprecated API usage before a version migration, run the antd skill's lint and doctor commands. These diagnose project configuration issues and identify incorrect usage against your exact antd version.

What is the best way to compare Ant Design changelogs across different versions?

The best way to compare Ant Design changelogs across different versions is using the antd skill's changelog command. It generates migration checklists and highlights version-specific differences, requiring deterministic CLI execution with JSON-formatted output.

Does the antd skill work offline to debug version-specific Ant Design issues?

Yes, the antd skill works offline to debug version-specific Ant Design issues by providing offline component knowledge. It resolves development friction by executing deterministic CLI commands with JSON-formatted output, without needing external network access.

Can I generate a migration checklist for upgrading my Ant Design project?

Yes, you can generate a migration checklist for upgrading your Ant Design project by using the antd skill's migrate command. It analyzes project usage, compares changelogs, and identifies deprecated code to facilitate smooth version upgrades.

Why does my Ant Design component behave differently after a version upgrade?

Your Ant Design component behaves differently after a version upgrade likely due to undocumented behaviors or outdated APIs. Use the antd skill's changelog and doctor commands to compare version differences and diagnose configuration issues against your exact antd version.