x
Vue 3 chat interfaces, streaming Markdown, and API adapters
All Skills in This Repository (4)
Pure Emerald Level Indicatorsx-chat-provider
Adapt streaming chat interfaces to Antdv Next X Chat Provider standards.
x-request
Configure API requests for AI chat workflows with streaming and safety checks.
x-markdown
Render Markdown content with streaming support and custom components.
use-x-chat
Orchestrate AI chat conversations with the useXChat hook.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core