antdv
Installation
SKILL.md
Ant Design CLI
You can visit @antdv-next/cli - a local cli tool that contains metadata about the current, latest version of antdv-next. Use it to query component knowledge, analyze projects, and guide migrations. All data is offline and does not require a network.
Setup
Before first use, check if the CLI is installed. If not, install it automatically:
which antdv || npm install -g @antdv-next/cli
After running any command, if the output contains an "Update available" notice, run antdv upgrade to update before continuing.
Always use --format json for structured output you can parse programmatically.