CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-projects-dotnet

Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes.

57

Quality

66%

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-projects-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 SDK reference skill with excellent actionability — every workflow has complete, executable C# code examples with proper imports and realistic parameters. The main weaknesses are its length (could be more concise by removing boilerplate sections and knowledge Claude already has) and the lack of integrated validation/error recovery steps within the workflows themselves. The document would benefit from splitting detailed workflows into separate files and tightening the prose.

Suggestions

Remove the boilerplate 'When to Use' and 'Limitations' sections, and trim 'Best Practices' items that Claude already knows (e.g., 'use async methods for I/O operations').

Integrate error handling and validation checkpoints directly into the workflows — e.g., after creating an evaluation, check its status before proceeding; after uploading a dataset, verify it exists.

Consider splitting detailed workflow examples (Sections 1-8) into a separate WORKFLOWS.md file, keeping SKILL.md as a concise overview with the client hierarchy, authentication, and quick-start example.

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes some unnecessary sections like 'When to Use' and 'Limitations' which are boilerplate and add no value. The 'Best Practices' section is useful but some points are general Azure SDK knowledge Claude would already know (e.g., use async methods, use DefaultAzureCredential). The client hierarchy diagram and reference tables are efficient, but overall the document is quite long (~300 lines) and could be tightened.

2 / 3

Actionability

The skill provides fully executable, copy-paste ready C# code examples for every major workflow — agents, connections, deployments, datasets, indexes, evaluations, and chat. Each example includes proper using statements, concrete method calls with realistic parameters, and cleanup steps. The installation commands are specific and complete.

3 / 3

Workflow Clarity

The agent workflow (Section 1) includes a clear polling loop and cleanup steps, which is good. However, there are no explicit validation checkpoints or error recovery feedback loops in most workflows. The error handling section is separate and generic rather than integrated into the workflows where errors are likely. For operations like dataset uploads and index creation, there's no validation step to confirm success before proceeding.

2 / 3

Progressive Disclosure

The content is well-structured with clear headers and a logical progression from setup to individual workflows. However, with no bundle files, all content is inlined in a single long document. The reference links at the bottom point to external resources, but the document itself is monolithic — the agent tools table, key types reference, and detailed workflow examples could benefit from being split into separate files for a document of this length.

2 / 3

Total

9

/

12

Passed

Description

67%

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 is strong on specificity and distinctiveness, clearly identifying the SDK, platform, and concrete capabilities. However, it lacks an explicit 'Use when...' clause, which is critical for Claude to know when to select this skill. Adding natural trigger terms and user-facing language would improve selection accuracy.

Suggestions

Add a 'Use when...' clause, e.g., 'Use when the user needs to work with Azure AI Foundry projects in .NET, including creating agents, managing deployments, or running evaluations.'

Include common user-facing trigger terms like 'C#', 'Azure.AI.Projects', 'NuGet package', or 'AI Foundry SDK' that users might naturally mention.

DimensionReasoningScore

Specificity

Lists multiple specific concrete capabilities: agents, connections, datasets, deployments, evaluations, and indexes. Also specifies the SDK name, platform (.NET), and that it's a high-level client for Azure AI Foundry projects.

3 / 3

Completeness

Clearly answers 'what does this do' (high-level client for Azure AI Foundry projects with specific sub-capabilities), but lacks an explicit 'Use when...' clause or equivalent trigger guidance, which caps this at 2 per the rubric.

2 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure AI', '.NET', 'agents', 'deployments', 'evaluations', but misses common user variations like 'C#', 'NuGet', 'Azure.AI.Projects', or mentioning specific use cases users might describe naturally.

2 / 3

Distinctiveness Conflict Risk

Very specific niche: Azure AI Projects SDK for .NET. The combination of Azure AI Foundry, .NET, and the specific feature list (agents, connections, datasets, etc.) makes it clearly distinguishable from other skills and unlikely to conflict.

3 / 3

Total

10

/

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.