CtrlK
BlogDocsLog inGet started
Tessl Logo

agents-v2-py

Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container images in Azure AI Foundry.

52

Quality

58%

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/agents-v2-py/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

42%

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

The skill provides highly actionable, executable code for creating Azure AI hosted agents, with good parameter documentation and error tables. However, it is significantly bloated with redundant code examples (authentication and agent creation repeated multiple times) and inline reference material that should be split into separate files. The workflow lacks validation checkpoints for what is a multi-step infrastructure operation involving container registries and cloud resources.

Suggestions

Consolidate redundant code: remove the duplicate authentication section and the 'Complete Example' that repeats the core workflow, reducing the skill by ~40%.

Split detailed reference content (parameter tables, resource limits, tools configuration, async pattern, error table) into separate bundle files like REFERENCE.md and EXAMPLES.md, keeping SKILL.md as a concise overview.

Add validation checkpoints to the workflow: verify ACR access before creating the agent, check agent.state after creation, and include a try/except pattern in the core workflow rather than just mentioning it in best practices.

Remove the boilerplate 'When to Use' and 'Limitations' sections at the bottom which add no skill-specific value.

DimensionReasoningScore

Conciseness

The skill is excessively verbose at ~250 lines. It repeats the same code patterns multiple times (authentication shown 3 times, full agent creation shown twice), includes a redundant 'Complete Example' that duplicates the core workflow, explains resource allocation and protocol versions in separate sections when the parameter table already covers them, and the tools section shows three nearly identical variations. Much of this could be consolidated.

1 / 3

Actionability

The skill provides fully executable, copy-paste ready Python code with concrete imports, specific API calls, parameter tables with types and descriptions, and a complete working example. The error table with causes and solutions is also highly actionable.

3 / 3

Workflow Clarity

The core workflow is clearly numbered (1-4: imports, create, list, delete), but there are no validation checkpoints. For an operation involving container deployment, ACR permissions, and capability host configuration, there should be explicit verification steps (e.g., verify ACR access before creating, check agent state after creation, handle deployment failures).

2 / 3

Progressive Disclosure

Everything is in a single monolithic file with no bundle files. The parameter reference table, complete example, async pattern, tools configuration, and resource allocation details could all be split into separate reference files. The content that's inline would benefit from being organized into a quick-start overview with references to detailed docs.

1 / 3

Total

7

/

12

Passed

Description

75%

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

This is a solid description that clearly defines its niche and includes an explicit 'Use when' clause. Its main weakness is that it only describes one action ('build') rather than listing multiple concrete capabilities, and the trigger terms could be expanded to include more natural user language variations like 'Docker' or 'deploy'.

Suggestions

Add more specific actions beyond 'build', such as 'configure container settings, set environment variables, deploy and manage hosted agents'.

Include additional natural trigger terms users might say, such as 'Docker image', 'deploy agent', 'containerized agent', or 'hosted agent deployment'.

DimensionReasoningScore

Specificity

Names the domain (container-based Foundry Agents) and a key action (build), and mentions a specific SDK class (ImageBasedHostedAgentDefinition), but only describes one action rather than listing multiple concrete capabilities.

2 / 3

Completeness

Clearly answers both 'what' (build container-based Foundry Agents with Azure AI Projects SDK using ImageBasedHostedAgentDefinition) and 'when' (when creating hosted agents with custom container images in Azure AI Foundry) with an explicit 'Use when' clause.

3 / 3

Trigger Term Quality

Includes relevant terms like 'container', 'Foundry Agents', 'Azure AI Projects SDK', 'custom container images', and 'Azure AI Foundry', but misses common user variations like 'Docker', 'deploy agent', 'hosted agent', or 'container image agent'. The SDK class name is very specific but not something users would naturally say.

2 / 3

Distinctiveness Conflict Risk

Highly distinctive with specific triggers around container-based hosted agents, ImageBasedHostedAgentDefinition, and Azure AI Foundry. Unlikely to conflict with other skills due to the narrow, well-defined niche.

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.