
antdv-next/x
4 skills20 installs284 starsGitHub
Install
npx skills add https://github.com/antdv-next/xSkills in this repo
1Use X ChatThis skill explains how to use the useXChat Vue 3 composable from @antdv-next/x-sdk to build AI chat applications. A developer uses it to manage message state, control requests, and handle errors after wiring a custom Chat Provider. It shows three-step integration from provider setup to Bubble.List and Sender UI, and warns that messages is a Ref accessed via .value.5installs2X Chat ProviderThis skill explains how to implement a custom Chat Provider so a streaming chat API can be adapted into Antdv Next X's standard message format for Vue 3. A developer uses it when their backend response shape does not match a built-in provider and they must subclass AbstractChatProvider. It covers the ecosystem packages, the four-step process, and joint usage with the useXChat and UI skills.5installs3X MarkdownThis skill covers rendering Markdown with the @antdv-next/x-markdown Vue package, including streaming LLM output. A developer uses it to render assistant replies chunk-by-chunk, map custom tags to business components, add plugins or themes, and handle incomplete syntax safely. It sits at the render layer after @antdv-next/x and @antdv-next/x-sdk have produced the message data.5installs4X RequestThis skill explains how to configure XRequest from @antdv-next/x-sdk, the request tool that handles network communication, authentication, error handling, and streaming for Antdv Next X chat apps. A developer uses it to set up transport, auth headers, retries, and SSE or JSON streaming for a Vue chat interface. It includes a security guide on keeping API keys out of the browser and using proxy forwarding instead.5installs