CtrlK
BlogDocsLog inGet started
Tessl Logo

agui-dotnet-wire-types

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 event type, adding a message role or input-content type, editing AGUIJsonSerializerContext, editing BaseEventJsonConverter / AGUIMessageJsonConverter / AGUIInputContentJsonConverter, fixing PublicAPI.Unshipped analyzer build failures on protocol types, wire-format round-trip serialization. DO NOT USE FOR: writing integration/SSE tests (use agui-dotnet-integration-tests), server hosting/endpoint code, or non-Abstractions packages.

74

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable, well-structured protocol-type recipe with concrete code and mandatory validation. It is token-efficient and clearly sequenced, with only minor conciseness trimming and an implicit rather than explicit retry loop holding it back.

Suggestions

Trim the historical rationale in the NullOmission/JsonIgnore rule to the bare rule plus the test guard, removing the 'three nulls' anecdote to save tokens.

Add an explicit feedback loop after the Validate section, e.g. 'If dotnet test fails, fix the converter/PublicAPI entries and re-run before committing'.

Consider moving the PublicAPI.Unshipped.txt format block and the compatibility-fixture details into a references/ file, keeping SKILL.md as the overview.

DimensionReasoningScore

Conciseness

Dense and assumes Claude's competence (no basic JSON/AOT primers), but the historical anecdote about 'three nulls onto the wire before anyone noticed' and the extended NullOmissionTest rationale are mild over-explanation that could be trimmed.

4 / 5

Actionability

Copy-paste-ready code for class definitions, property attributes, converter Read/Write arms, PublicAPI lines, and JsonDocument test assertions, plus concrete commands (dotnet build / dotnet test) covering the common event/message/content-part cases.

5 / 5

Workflow Clarity

A clear numbered 6-step recipe plus a mandatory round-trip test and a Validate section with explicit commands; however, an explicit validate-then-fix-then-retry feedback loop is not spelled out, so it stops just short of the top anchor.

4 / 5

Progressive Disclosure

Well-organized into clear section headers (Hard rules, Recipe, Variations, Serialization/AOT rules, converter pattern, PublicAPI, round-trip test, code style, Validate) with a single one-level external pointer to sdks/dotnet/AGENTS.md; no bundle files exist, and some inline material (PublicAPI format, compatibility fixtures) could plausibly live in separate files.

4 / 5

Total

17

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A tight, third-person description that states the capability, gives concrete USE FOR triggers, and draws clear DO NOT USE FOR boundaries. It is specific, comprehensive, and highly distinct from neighboring skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'a new event, message, or content-part type, the AOT source-gen serializer context, or a polymorphic JSON converter' plus 'fixing PublicAPI.Unshipped analyzer build failures' and 'wire-format round-trip serialization' — covering the domain comprehensively.

5 / 5

Completeness

Explicitly answers both: 'what' (add or modify a wire/protocol type in AGUI.Abstractions) and 'when' via a concrete 'USE FOR:' trigger list and a 'DO NOT USE FOR:' boundary, with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural trigger phrases a developer in this SDK would actually say — 'adding an AG-UI event type', 'editing AGUIJsonSerializerContext', 'fixing PublicAPI.Unshipped analyzer build failures' — with synonyms and the specific converter names covered.

5 / 5

Distinctiveness Conflict Risk

Narrow niche (AG-UI .NET Abstractions wire types only) with explicit DO NOT USE FOR distinguishing it from agui-dotnet-integration-tests, server hosting, and non-Abstractions packages — minimal conflict risk.

5 / 5

Total

20

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
ag-ui-protocol/ag-ui
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.