antdv-nextantdv-nextOfficialยท4 Agent Skills Included

x

Vue 3 chat interfaces, streaming Markdown, and API adapters

Builds Vue 3 conversational interfaces with ready-made bubble, sender, and welcome components. Connects any streaming backend to chat UIs through request configuration, custom providers, and the useXChat hook. Renders streaming Markdown with formulas, code highlighting, and Mermaid without broken partial syntax. Tracks upstream React library changes and generates prioritized sync checklists for Vue ports.
npx skills add antdv-next/x --all -g -y
Available:

Tells the agent how the monorepo packages fit together, which Vite+ commands to run for building and testing, and what component and clipboard-handling conventions to follow when writing code.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Antdv X?โ–ผ

Run `npx skills add antdv-next/x --all -g -y` in your terminal to install all skills in this suite globally.

How to build a chat UI in Vue 3?โ–ผ

Use the use-x-chat skill to manage messages and state, then render them with the Bubble and Sender components from @antdv-next/x.

How to connect a custom API to a chat interface?โ–ผ

The x-chat-provider skill adapts any streaming API to the standard format in four steps, while x-request handles authentication and network configuration securely.

How to render streaming Markdown without broken syntax?โ–ผ

The x-markdown skill handles incomplete chunks, placeholders, and tail indicators so partial links, tables, and code blocks render cleanly during generation.

Can I track upstream React changes for a Vue port?โ–ผ

Yes. The cross-repo-pr-sync skill lists all upstream PRs since your last sync, ranks them by priority, and creates a branch plus checklist for each one.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’