x
Build AI chat interfaces with ready-made React components
All Skills in This Repository (7)
Pure Emerald Level Indicatorsx-chat-provider
Adapt custom streaming chat APIs to the Ant Design X format.
x-request
Manage network requests, authentication, and error handling for API endpoints.
x-markdown
Render streaming Markdown content with custom React components and HTML sanitization.
use-x-chat
Integrate the useXChat hook into React applications for AI conversations.
Ant Design X ็ปไปถๅผๅ่ง่ๆๅ
Guide Ant Design X component development with TypeScript, CSS-in-JS, and testing standards.
x-components
Build AI chat interfaces with @ant-design/x React components.
x-card
Renders AI agent UIs from A2UI v0.9 JSON command streams in React.
Frequently Asked Questions
FAQPage SchemaHow to install Ant Design X?โผ
Run `npx skills add ant-design/x --all -g -y` in your terminal to install all agent skills in this suite globally.
What is Ant Design X used for?โผ
It is a React component library for building AI chat interfaces, offering message bubbles, senders, conversation lists, streaming Markdown, and dynamic agent-driven cards.
How do I connect my own LLM API to Ant Design X?โผ
Use the XRequest tool and a Chat Provider from @ant-design/x-sdk to adapt any streaming API, with built-in providers for OpenAI and DeepSeek formats.
Does Ant Design X support streaming responses?โผ
Yes. The useXChat hook manages streaming message state, and XMarkdown renders incomplete Markdown chunks smoothly as they arrive.
Do the Ant Design X skills work with AI coding assistants?โผ
Yes. The included SKILL.md files follow the universal skill standard and guide agents like Claude Code and Cursor to build correct Ant Design X integrations.
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