
Ag Ui Dotnet
- 15.1k repo stars
- Updated August 5, 2026
- ag-ui-protocol/ag-ui
ag-ui-dotnet is a plugin skill pack for the AG-UI .NET SDK that guides agents through streaming chat, tools, and transport setup so developers can ship interactive agent UIs in C#.
About
ag-ui-dotnet is a Claude Code plugin skill pack for building applications with the AG-UI .NET SDK. Use it when you are wiring streaming agent chat, callable server and client tools, approvals, shared state, or multimodal payloads in C# clients and backends. Each on-demand skill maps to a concrete integration task such as bootstrap, protobuf transport, or troubleshooting instead of generic .NET guidance.
- Skills for streaming chat with stateless versus hosted agents
- Server tools, client tools, and human-in-the-loop approval flows
- Shared state sync, multimodal messages, and reasoning trace surfacing
- Protobuf transport and a dedicated troubleshoot skill for common failures
Ag Ui Dotnet by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ag-ui-protocol/ag-ui --skill sdks/dotnet/plugins/ag-ui-dotnetAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 15.1k |
|---|---|
| Last updated | August 5, 2026 |
| Repository | ag-ui-protocol/ag-ui ↗ |
How do you implement AG-UI streaming chat, tools, HITL, and shared state correctly in a .NET client and server?
Bootstrap AG-UI .NET apps with streaming chat, server and client tools, human-in-the-loop gates, shared state, multimodal messages, and protobuf transport.
Who is it for?
C# developers adopting the AG-UI .NET SDK who want stepwise agent skills for each integration surface.
Skip if: Teams building unrelated REST APIs without agent UI protocols or non-.NET stacks.
When should I use this skill?
You install ag-ui-dotnet and need help with a specific AG-UI .NET task such as streaming chat, server tools, or protobuf transport.
What you get
Working AG-UI .NET patterns for the chosen task, aligned with the plugin's named skills and docs.ag-ui.com references.
Related skills
FAQ
How is the plugin installed?
Add marketplace ag-ui-protocol/ag-ui and install ag-ui-dotnet@ag-ui per the plugin README.
Which tasks have dedicated skills?
Streaming chat, server tools, client tools, HITL, shared state, multimodal, reasoning, protobuf, and troubleshoot.
Where is the SDK documented?
The plugin points to https://docs.ag-ui.com and the ag-ui-protocol/ag-ui repository.