---
slug: "naive-ui-skills"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/sepush/naive-ui-skills@main/README.md"
repo: "https://github.com/sepush/naive-ui-skills"
source_file: "README.md"
branch: "main"
---
# Naive UI Skills

An Agent Skill to help AI coding agents better use the [naive-ui](https://github.com/tusen-ai/naive-ui) Vue 3 component library and troubleshoot common issues.

These skills are based on analysis of GitHub issues and discussions from the official repository.

## Provided Skills

This repository provides an agent skill:

| Skill | Purpose | Concept |
|-------|---------|---------|
| `naive-ui` | Core component API documentation, usage examples, and configuration guides. | **How to use it** |

## Installation & Usage

This repository is compatible with the [skills.sh](https://skills.sh/) ecosystem. You can install these skills directly to your AI agent using the `skills` CLI.

**Install all skills:**
```bash
npx skills add Sepush/naive-ui-skills
```

**Install a specific skill:**
```bash
npx skills add Sepush/naive-ui-skills --skill naive-ui
```

Once installed, your AI agent will automatically reference these rules when you ask questions related to naive-ui.

## License

MIT
