ag-ui-protocol

31 mods across 1 repository, 16k stars between them.

ag-ui

01

ag-ui-protocol/ag-ui

Plugin Claude Code

Plugins for working with the AG-UI protocol SDKs.

16k yesterday A tokens not measured original MIT

ag-ui

02

ag-ui-protocol/ag-ui

Settings file Claude Code

Agent settings declaring 6 allowed tools.

16k yesterday A tokens not measured original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Keep the AG-UI .NET SDK at feature and wire-format PARITY with the canonical reference SDKs (TypeScript is the source of truth; Python is types/encoder only). USE FOR: porting a feature/event/behavior that landed in the TS (or Python) SDK into .NET, verifying the .NET wire format (JSON, SSE, protobuf) matches the…

16k yesterday A 233 tokens original MIT

agui-dojo

04

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Run the AG-UI Dojo demo viewer locally and wire the AG-UI .NET SDK in as a dojo integration. USE FOR: starting the dojo app (apps/dojo), running the .NET dojo backend (AGUIDojoServer), registering or modifying the ag-ui-dotnet integration (agents.ts/menu.ts/env.ts/files.json), running the dojo Playwright e2e suite for…

16k yesterday A 142 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Keep the AG-UI .NET SDK docs (sdks/dotnet/AGENTS.md and docs/architecture.md) in sync with the real code tree after structural changes. USE FOR: "update AGENTS.md / docs/architecture.md", "check the dotnet docs are current", verifying docs after a .NET SDK refactor (package rename, added/removed project, changed…

16k yesterday A 139 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Review C#/.NET code changes to the AG-UI .NET SDK (sdks/dotnet/) against its specific conventions and architectural rules — AOT serialization, the "no ASP.NET in src/" boundary, the PublicAPI analyzer workflow, wire compatibility with the TypeScript reference, and the house style (sealed/no-records/ConfigureAwait).…

16k yesterday A 183 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Author cross-language interop tests that verify the AG-UI .NET SDK is wire-compatible with the TypeScript SDK — a Vitest TS client driving a C# CrossLanguage.TestServer over HTTP, both directions, including protobuf byte-parity against @ag-ui/proto. USE FOR: adding or modifying cross-language interop coverage…

16k yesterday A 146 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Orchestrator/hub for implementing a feature or change in the AG-UI .NET SDK (sdks/dotnet). USE FOR: "what's the workflow", "what order do I do things in", "how do I implement a feature in the .NET SDK", starting any non-trivial AG-UI .NET SDK change, planning the end-to-end steps and definition-of-done (code + AOT…

16k yesterday A 266 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Write integration tests for the AG-UI .NET SDK. USE FOR: adding a new AG-UI event type and covering it end-to-end, testing SSE or protobuf streaming through the hosting pipeline, verifying AGUIChatClient maps events to ChatResponseUpdate, multi-turn conversation tests, parameterizing a test over Json/Protobuf…

16k yesterday A 176 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Add a GettingStarted sample Step (a Server/Client pair) to the AG-UI .NET SDK that demonstrates one protocol feature the way we want users to write it. USE FOR: adding a new samples/GettingStarted/StepNN Server+Client pair, wiring it into AGUI.slnx and the integration-test project, giving it a deterministic…

16k yesterday A 168 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Author, update, and validate the AG-UI .NET SDK documentation pages on the docs.ag-ui.com Mintlify site (under docs/). USE FOR: adding or editing a ".NET SDK" docs page (sdk/dotnet//.mdx), wiring it into the docs.json ".NET" nav group and global anchor, running the docs site locally with mintlify dev…

16k yesterday A 155 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Add or modify a wire transport / event-stream encoding in the AG-UI .NET SDK — the protobuf codec, the SSE format, content negotiation, the JsonElement-to-protobuf Value bridge, or a brand new encoding — while preserving Native AOT compatibility and byte-level wire compatibility with @ag-ui/proto. USE FOR: working on…

16k yesterday A 151 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Author unit tests for the AG-UI .NET SDK (the .UnitTests projects), following the SDK's serialization and compatibility conventions. USE FOR: adding unit-test coverage for a new type/method in AGUI.Abstractions/Formatting/Protobuf/Client/Server, event serialization round-trips, JsonDocument property-name assertions…

16k yesterday A 154 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Add or modify a wire/protocol type in the AG-UI .NET SDK AGUI.Abstractions package — a new event, message, or content-part type, the AOT source-gen serializer context, or a polymorphic JSON converter, keeping it AOT-safe, JSON-wire-compatible with the TypeScript reference, and PublicAPI-clean. USE FOR: adding an AG-UI…

16k yesterday A 174 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Manually validate a running web app or docs site with the Playwright MCP server — navigate pages, assert headings/text/status, check for console errors, hover/click to exercise interactions, take screenshots for human review, and verify visual details such as an icon's color in light vs dark mode by reading computed…

16k yesterday A 199 tokens original MIT

nx-mcp

16

ag-ui-protocol/ag-ui

MCP server Claude CodeCodexCursor +2

Nx's MCP server: lets the agent read the Nx project graph, look up generators and run tasks in an Nx monorepo. Runs locally from the nx npm package.

16k yesterday A tokens not measured copy · 100% MIT

playwright

17

ag-ui-protocol/ag-ui

MCP server Claude CodeCodexCursor +2

Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.

16k yesterday A tokens not measured copy · 88% MIT

ag-ui AGENTS.md

18

ag-ui-protocol/ag-ui

Instructions file CodexOpenCode

Instructions for ag-ui-protocol/ag-ui: AG-UI + A2UI quickstart, use skills/ag-ui-a2ui-integration/SKILL.md.

16k yesterday A 306 tokens original MIT

ag-ui CLAUDE.md

19

ag-ui-protocol/ag-ui

Instructions file

Instructions for ag-ui-protocol/ag-ui, covering claude.md, common development commands, typescript sdk (main development), install dependencies (using pnpm) and build all packages.

16k yesterday A 1,097 tokens original MIT

ag-ui-dotnet

20

ag-ui-protocol/ag-ui

Plugin Claude Code

Skills for building apps with the AG-UI .NET SDK: streaming chat (stateless vs hosted agents), server tools, client tools, human-in-the-loop (approvals & interrupts), shared state, multimodal messages, reasoning traces, protobuf transport, and troubleshooting.

16k yesterday A tokens not measured original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Expose client-side (frontend) tools to an AG-UI agent with the AG-UI .NET SDK — C# functions that run in the CLIENT app (read local state, GPS, UI, device APIs), where the client executes the call and returns the result so the run continues. USE FOR: declaring an AIFunction in the client and passing it via…

16k yesterday A 216 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Pause an AG-UI agent run for a human, then resume it, with the AG-UI .NET SDK — gate a sensitive tool behind explicit approval, or interrupt a run to collect free-form input from the user before continuing. USE FOR: requiring human approval before a tool executes (ApprovalRequiredAIFunction +…

16k yesterday A 206 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Send images and other binary/file content to an AG-UI agent with the AG-UI .NET SDK — attach pictures (or audio, PDFs, etc.) to a user message so a multimodal model can see them. USE FOR: building a user ChatMessage with mixed content parts (TextContent plus DataContent for inline bytes, or UriContent for a hosted…

16k yesterday A 186 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…

16k yesterday A 162 tokens original MIT