byag-ui-protocol· 23 skills
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_<Name> Server+Client pair, wiring it into AGUI.slnx and the integration-test project, giving it a deterministic FakeChatClient for replay, and registering it in the Step tables in AGENTS.md / docs/architecture.md. DO NOT USE FOR: the replay/Verify integration-test mechanics (use agui-dotnet-integration-tests), the dojo scenarios under samples/AGUIClientServer (use agui-dojo), or protocol/wire changes the sample exercises (use agui-dotnet-wire-types / agui-dotnet-transport).
$npx -y skills add ag-ui-protocol/ag-ui --skill agui-dotnet-sample-stepInstalls into the current project.
Run `npx skills use "https://github.com/ag-ui-protocol/ag-ui" --skill "ag-ui-protocol/ag-ui/agui-dotnet-sample-step"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ag-ui-protocol/ag-ui" that are relevant to the current task. Run `npx skills add "https://github.com/ag-ui-protocol/ag-ui"` and select the relevant skills, then follow their instructions.