Antdv Next Vue 3 component library skills.
npx skills add https://github.com/antdv-next/skills --skill antdv-next使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
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.
npx skills add antdv-next/skills
# Update skills
npx skills update antdv-next/skills
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.
| Skill | When to use | Description |
|---|---|---|
| antdv-next | Antdv Next components | Component props/events/slots and playground demo usage |
The generator supports a single language per run to keep references small:
pnpm run generate:en
pnpm run generate:zh
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.
MIT