antdigital-aiantdigital-aiOfficialยท1 Agent Skills Included

agentic-ui

React components for chat, reasoning, and task interfaces

Builds conversational interfaces with ready-made React components for chat bubbles, reasoning chains, tool call displays, and task lists. Eliminates the need to hand-code streaming markdown editors, multi-modal input fields, and three-column workspace layouts from scratch. Includes per-component development guides so coding assistants follow consistent naming, styling, and testing conventions.
npx skills add antdigital-ai/agentic-ui --all -g -y
Available:

Gives your coding assistant the project's component architecture, naming rules, TypeScript and styling standards, and test commands so it writes library code that matches existing conventions.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agentic-ui?โ–ผ

Run `npx skills add antdigital-ai/agentic-ui --all -g -y` in your terminal to install all skills in this suite globally.

What is Agentic UI used for?โ–ผ

It is a React component library for building agent-style interfaces, including chat bubbles, thought-chain visualization, tool call bars, task lists, and workspace layouts.

How do I show AI reasoning steps in my app?โ–ผ

Use the ThoughtChainList component to render the think-act-observe steps, or embed a thought chain directly inside an AIBubble chat message.

Does agentic-ui work with Ant Design?โ–ผ

Yes. It is built on Ant Design and its CSS-in-JS engine, supports React 16.9 and above, and inherits theming and localization through ConfigProvider.

Can I render charts and diagrams in markdown output?โ–ผ

Yes. The markdown renderer turns annotated tables into bar, line, pie, radar, and funnel charts, and supports Mermaid code blocks for flowcharts and sequence diagrams.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’