@ant-design/x-skill is an intelligent skill library specifically designed for Ant Design X, providing a series of carefully crafted Agent skills. These skills significantly enhance development efficiency, help you quickly build high-quality AI conversation applications, and effectively solve various problems encountered during development.
Please check the Skills List
We provide multiple flexible installation methods, you can choose the most suitable option based on your actual needs:
Supports mainstream AI IDEs like Claude Code, CodeFuse, Cursor, CodeX complete installation with a single command:
# Install skill library globallynpm i -g @ant-design/x-skill# Smart registration to current IDE (interactive installation)npx x-skill
Supports installation with specific version tags to ensure getting specific version features:
# View all available versionsx-skill --list-versions# orx-skill -l# Install specific version (replace <tag> with actual version number)x-skill --tag <tag># orx-skill -t <tag># View current installer version (not skill version)x-skill --version# orx-skill -Vx-skill -v
# Install latest stable versionx-skill# Install specific version to ensure compatibilityx-skill --tag 2.3.0# View help informationx-skill --help
Step 1: Register Plugin Marketplace
Execute the following command in Claude Code to add this repository as a plugin source:
/plugin marketplace add ant-design/x/blob/main/packages/x-skill/
Step 2: Select and Install Skills
Install the skills included in x-skill.
Click Install now to complete the installation.
You can also directly install the complete skill package via command:
/plugin install x-sdk-skills@x-agent-skills
Suitable for scenarios requiring customized configuration, using Claude Code as an example:
~/.claude/skills directory, available for all projects.claude/skills directory in the project root, available only for the current project