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.