@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.
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, complete installation with a single command:
# Install skill library globallynpm i -g @ant-design/x-skill# Smart registration to current IDEnpx x-skill# Check skill package versionnpx x-skill -v// ornpx x-skill --version
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