CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-agents-persistent-dotnet

Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.

46

Quality

48%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/azure-ai-agents-persistent-dotnet/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This is a solid, highly actionable SDK reference skill with excellent executable code examples covering the full breadth of the Azure AI Agents Persistent SDK. Its main weaknesses are length (could benefit from splitting advanced tool examples into separate files) and missing explicit validation/error-recovery steps in the multi-step workflows. The boilerplate 'When to Use' and 'Limitations' sections at the end add no value.

Suggestions

Add explicit validation checkpoints in multi-step workflows—e.g., check vector store status after creation before using it, verify file upload success, and handle RunStatus.Failed/Cancelled inline in the polling loop rather than just mentioning it in best practices.

Split tool-specific examples (function calling, file search, Bing grounding, AI Search) into separate bundle files and reference them from the main SKILL.md to reduce its length and improve progressive disclosure.

Remove the generic 'When to Use' and 'Limitations' boilerplate sections—they add no actionable information specific to this SDK.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with executable code examples, but includes some unnecessary sections like the boilerplate 'When to Use' and 'Limitations' sections that add no value, and the reference tables at the bottom could be trimmed. The Available Tools table and Key Types Reference are borderline—useful but lengthy for a skill file.

2 / 3

Actionability

Excellent actionability with fully executable, copy-paste ready C# code for every major workflow: agent creation, threading, polling, streaming, function calling, file search, Bing grounding, AI Search, cleanup, and error handling. All examples are concrete with real class names and method signatures.

3 / 3

Workflow Clarity

The core workflow is clearly numbered (1-9) with a logical sequence, and the polling loop includes status checking. However, there are no explicit validation checkpoints—e.g., no verification that the vector store finished indexing before use, no check that file upload succeeded before creating the vector store, and no guidance on handling RunStatus.Failed in the main workflow beyond a best-practices bullet.

2 / 3

Progressive Disclosure

The content is well-structured with clear headers and a logical progression from setup to advanced features. However, at ~300 lines this is quite long for a single SKILL.md with no bundle files to offload detailed examples (function calling, file search, Bing grounding could each be separate files). The reference tables and tool catalog inflate the main file.

2 / 3

Total

9

/

12

Passed

Description

32%

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

The description identifies the technology domain (Azure AI Agents SDK for .NET) and lists key SDK concepts, but it reads more like a library subtitle than a skill description. It lacks a 'Use when...' clause, concrete actions a user would request, and natural trigger terms that would help Claude distinguish this from related Azure or AI agent skills.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user needs to create or manage Azure AI agents, conversation threads, or tool integrations using the .NET Persistent SDK.'

Include natural trigger term variations such as 'C#', 'dotnet', 'Azure OpenAI agents', 'assistant API', and 'agent orchestration' to improve matching.

Replace abstract SDK terminology with concrete actions like 'create AI agents', 'manage conversation threads', 'submit and monitor agent runs', 'integrate custom tools' to improve specificity.

DimensionReasoningScore

Specificity

Names the domain (Azure AI Agents SDK for .NET) and lists some concepts (threads, messages, runs, tools), but these are more like SDK abstractions than concrete user-facing actions. It doesn't describe specific actions like 'create agents', 'manage conversation threads', or 'configure tool integrations'.

2 / 3

Completeness

Describes what the skill covers (Azure AI Agents SDK concepts) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per the rubric, a missing 'Use when...' clause caps completeness at 2, and the 'what' portion is also only moderately clear, warranting a score of 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure', 'AI Agents', '.NET', 'SDK', 'threads', 'messages', 'runs', and 'tools' which users might mention. However, it misses common variations like 'C#', 'dotnet', 'assistant API', 'agent orchestration', or 'Azure OpenAI agents'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure AI Agents' and '.NET' provides some distinctiveness, but 'threads, messages, runs, and tools' are generic enough to overlap with other Azure OpenAI or general AI agent skills. The 'Persistent SDK' qualifier helps but could still conflict with higher-level Azure AI agent skills.

2 / 3

Total

7

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-skills
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.