antd

Inspect Ant Design component props and generate structured JSON diagnostics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aii-Group/AII-Admin-Cli --skill antd-aii-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antd
Source: https://github.com/Aii-Group/AII-Admin-Cli/tree/main/.agents/skills/antd
Command: npx skills add https://github.com/Aii-Group/AII-Admin-Cli --skill antd-aii-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps frontend developers quickly discover accurate Ant Design (antd) component APIs, demos, tokens, and project-level usage diagnostics so they don't rely on memory or inconsistent docs when writing, debugging, or upgrading antd code.

Core Features & Use Cases

  • Component inspection: Query props, tokens, semantic class names, and working demos for any antd component.
  • Project analysis & linting: Scan codebases for deprecated usage, accessibility or performance rules, and generate usage statistics.
  • Migration and changelogs: Produce migration checklists, component-level change notes, and diffed changelogs between versions to guide upgrades.
  • CLI-driven bug reporting: Capture environment snapshots and prepare previewed bug reports for CLI or component issues before submission.

Quick Start

Use the antd skill to fetch Button props for the project's installed antd version and return the output as JSON.

Frequently Asked Questions about antd

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

FAQPage Schema
How do I check Ant Design component props and tokens for my installed version?

To inspect Ant Design component props and tokens, you can query the CLI to fetch accurate component APIs, semantic class names, and working demos for your installed version, outputting structured JSON for programmatic parsing.

How do I scan my codebase for deprecated Ant Design usage?

You can scan your codebase for deprecated Ant Design usage by running project-level linting and diagnostics via the CLI, which detects deprecated APIs and accessibility issues while generating usage statistics as structured JSON.

What is the best way to generate an Ant Design migration checklist between versions?

Generating an Ant Design migration checklist involves diffing changelogs between versions to produce component-level change notes and upgrade guidance, delivering a structured checklist to guide your codebase upgrades.

Do I need @ant-design/cli installed locally to use Ant Design diagnostics?

You need @ant-design/cli available locally for Ant Design diagnostics, but the skill will automatically install the package if it is missing, ensuring CLI-backed component analysis and linting run smoothly.

How do I prepare an Ant Design bug report with environment snapshots?

To prepare an Ant Design bug report with environment snapshots, capture your project state via the CLI to collect environment details and preview bug reports for component or CLI issues before submission, outputting structured JSON.