npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ant-design/x-skill

v2.4.0

Published

CLI tool for installing AI skills to development tools like Claude, Cursor, etc.

Downloads

905

Readme

Intelligent skill library specially designed for Ant Design X

CI status NPM version NPM downloads bundle size Ant Design

Changelog · Report Bug · Feature Request · English · 中文

✨ Core Features

  • 🤖 Intelligent Development Experience: Code generation and optimization suggestions based on best practices, with AI assisting your development
  • Significant Efficiency Boost: Reduce repetitive work and accelerate Ant Design X project development
  • 🛡 Quality Assurance: Strictly follow Ant Design X design specifications to ensure code quality and consistency
  • 🎯 Full Scenario Coverage: Cover common AI application scenarios like conversation components, data requests, state management, and Markdown rendering
  • 🔧 Multi-IDE Support: Support mainstream AI IDEs like Claude Code, CodeFuse, and Cursor

📦 Installation

One-click Installation (Recommended)

Supports mainstream AI IDEs, complete installation with a single command:

# Install skill library globally
npm i -g @ant-design/x-skill

# Smart registration to current IDE
npx x-skill

Claude Code Integration

Plugin Marketplace Installation (Officially Recommended)

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 the x-skill package.

Click Install now to complete the installation.

Quick Installation

You can also directly install the complete skill package through commands:

/plugin install x-sdk-skills@x-agent-skills

Manual Installation

Suitable for scenarios requiring customized configuration:

  • Global Installation: Copy skill files to the ~/.claude/skills directory, available for all projects
  • Project Installation: Copy skill files to the .claude/skills directory in the project root, available only for the current project

🔧 Included Skills

use-x-chat

Conversation SDK usage guide to help you quickly integrate Ant Design X conversation features.

x-chat-provider

Chat data flow management, providing efficient data stream processing solutions.

x-request

Network request best practices, optimizing API calls and data processing.

x-markdown

Markdown rendering guide for streaming output, component mapping, plugins, and themes.

🎯 Applicable Scenarios

  • 🚀 New Project Startup: Quickly set up Ant Design X project framework with complete configuration and best practices
  • ⚙️ Feature Development: Get best practices and code examples for component usage, rendering, and integration to accelerate feature implementation
  • 🔍 Problem Troubleshooting: Intelligent diagnosis and resolution of common development issues with professional solutions
  • 📈 Performance Optimization: Get professional advice for performance tuning to improve application performance

🛠 Development

Local Development

# Clone the project
git clone https://github.com/ant-design/x.git

# Enter the skill directory
cd packages/x-skill

# Install dependencies
npm install

# Development mode
npm run dev

Build

# Build the project
npm run build

# Run tests
npm test

🤝 How to Contribute

We welcome all forms of contribution, including but not limited to:

Before participating, please read our Contributor Guide.

📞 Community Support

If you encounter problems during use, you can seek help through the following channels:

  1. GitHub Discussions - Discussions and Q&A
  2. GitHub Issues - Bug reports and feature requests

📄 License

MIT