CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-framework-azure-ai-py

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

48

Quality

52%

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 ./plugins/antigravity-awesome-skills-claude/skills/agent-framework-azure-ai-py/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, actionable skill with excellent executable code examples covering the full API surface of Azure AI Agent Framework. Its main weaknesses are the lack of error handling/validation checkpoints for cloud operations and some redundancy between individual examples and the complete example. The referenced bundle files are missing, undermining the progressive disclosure structure.

Suggestions

Add error handling and validation checkpoints—e.g., what to do when credential auth fails, agent creation errors, or tool calls timeout. Include a try/except pattern or troubleshooting section.

Remove or significantly trim the 'Complete Example' section since it largely recombines patterns already demonstrated, or move it to a reference file to reduce the main skill's length.

Provide the referenced bundle files (references/tools.md, references/mcp.md, etc.) so the progressive disclosure structure actually works, or remove the references if they don't exist.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with good code examples, but there's some redundancy—the complete example at the end largely repeats patterns already shown in the individual sections (basic agent, function tools, streaming, threads, structured outputs). The conventions and limitations sections contain some filler. The architecture diagram and reference tables are concise and useful.

2 / 3

Actionability

Every section provides fully executable, copy-paste ready Python code with correct imports, async patterns, and concrete examples. Environment variables, installation commands, and authentication patterns are all specific and actionable.

3 / 3

Workflow Clarity

The individual code examples are clear and well-sequenced, and the progression from basic agent to multi-tool agent is logical. However, there are no validation checkpoints—no error handling, no guidance on what to do if agent creation fails, credential issues arise, or tool calls error out. For a skill involving cloud service interactions and persistent agents, missing error recovery guidance is a notable gap.

2 / 3

Progressive Disclosure

The skill references four separate reference files (tools.md, mcp.md, threads.md, advanced.md) which is good structure, but no bundle files were provided, so these references are broken. The main file itself is quite long (~250 lines of code examples) and some content (like the complete example that recombines all patterns) could have been moved to a reference file.

2 / 3

Total

9

/

12

Passed

Description

40%

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 a clear and distinctive technology niche (Azure AI Foundry + Microsoft Agent Framework), which minimizes conflict risk. However, it is too terse—it lacks a 'Use when...' clause, lists only one high-level action, and misses natural keyword variations that users might employ when requesting help with this SDK.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about building AI agents on Azure, using azure-ai-projects SDK, or working with the Microsoft Agent Framework.'

List more specific concrete actions such as 'create agent sessions, configure tools (code interpreter, file search, Bing grounding), manage threads and messages, deploy agents on Azure AI Foundry.'

Include natural keyword variations users might say, such as 'Azure agents', 'azure-ai-projects', 'AI Foundry agents', 'Azure AI agent SDK'.

DimensionReasoningScore

Specificity

Names the domain (Azure AI Foundry, Microsoft Agent Framework) and a general action ('Build persistent agents'), but does not list multiple specific concrete actions like configuring tools, managing agent state, deploying endpoints, etc.

2 / 3

Completeness

Describes what the skill does ('Build persistent agents on Azure AI Foundry') but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, a missing 'Use when' clause caps completeness at 2, and since the 'what' is also thin, this scores a 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure AI Foundry', 'Microsoft Agent Framework', 'Python SDK', and 'persistent agents', but misses common user variations such as 'Azure agents', 'AI agent', 'foundry SDK', 'azure-ai-projects', or broader terms users might naturally say.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure AI Foundry', 'Microsoft Agent Framework', and 'Python SDK' creates a very specific niche that is unlikely to conflict with other skills. This is a clearly distinct technology stack.

3 / 3

Total

8

/

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.