Back to the catalog

antdv-next

antdv-next/skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por antdv-next/skills no skills.sh. Instale com: npx skills add antdv-next/skills@antdv-next

Details

Kind
Agent skills
Topic
No topic detected
Publisher
antdv-next
Origin
skillssh
Category
ferramentas
Stars
10
Forks
1
Last push
2026-07-03T07:23:13Z
Repository state
ativo
Language
TypeScript
License
MIT
Added
2026-08-30 15:22:33
Updated
2026-09-08 15:05:55
Origin id
antdv-next/skills/antdv-next

README

# Antdv Next Skills

Agent skills for Antdv Next component library development.

> 🚧 **Early Experiment / Community Project**
>
> This repository is an early experiment in creating specialized skills for AI agents to improve Antdv Next development. Skills are generated from the Antdv Next playground docs and demos. Please share feedback so we can improve coverage and accuracy.

## Installation

```bash
npx skills add antdv-next/skills

# Update skills
npx skills update antdv-next/skills
```

## Usage

For the most reliable results, prefix your prompt with `use antdv-next skill`:

```
Use antdv-next skill, <your prompt here>
```

This explicitly triggers the skill. Without the prefix, skill triggering may be inconsistent depending on how closely your prompt matches the skill description keywords.

## Available Skills

| Skill | When to use | Description |
|-------|-------------|-------------|
| **antdv-next** | Antdv Next components | Component props/events/slots and playground demo usage |

## Language

The generator supports a single language per run to keep references small:

```bash
pnpm run generate:en
pnpm run generate:zh
```

## Methodology

Skills are built from the Antdv Next playground documentation and demos. The generator converts demos into markdown and copies docs into `references/` so the skill works offline and does not depend on external links.

## License

MIT

More