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.

68

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

Highly actionable with executable code and useful tables, but the body is verbose due to repeated full code blocks and monolithic rather than split across reference files. Workflow sequencing is clear but lacks validation checkpoints around the destructive delete operation.

Suggestions

Collapse the near-duplicate create_version blocks: keep one canonical example and show only the differing bits (tools, async) as diffs/snippets instead of repeating the full ImageBasedHostedAgentDefinition each time.

Add a validation checkpoint before delete_version (e.g., confirm the version/state and that it is not in use) to satisfy the destructive-operation workflow-clarity bar.

Move the full parameter reference, async pattern, and complete example into bundled reference files (e.g. reference/ADVANCED.md) and link from a leaner SKILL.md overview to improve progressive disclosure.

DimensionReasoningScore

Conciseness

Mostly efficient with no concept explanations Claude already knows, but the full create_version/ImageBasedHostedAgentDefinition block is repeated nearly verbatim across Core Workflow, Complete Example, and Async sections and could be tightened.

2 / 3

Actionability

Fully executable pip/install/env-var setup, copy-paste-ready create/list/delete code, a parameter table, and a Common Errors table give concrete, actionable guidance.

3 / 3

Workflow Clarity

Steps are clearly numbered (imports → create → list → delete) but the destructive delete_version step has no validate/verify checkpoint, capping workflow clarity per the destructive-operation rule.

2 / 3

Progressive Disclosure

Sections are well-organized but the ~325-line body is monolithic with no bundle files; full examples, async pattern, and parameter reference that could live in separate files are inline.

2 / 3

Total

9

/

12

Passed

Description

100%

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 strong, well-scoped description that states concrete capabilities and provides an explicit "Use when" trigger with natural keywords. Third-person/imperative voice and clear niche keep conflict risk low.

DimensionReasoningScore

Specificity

Names concrete actions ("Build container-based Foundry Agents") with specific SDK and class (ImageBasedHostedAgentDefinition) and custom container images, matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what ("Build container-based Foundry Agents...") and when ("Use when creating hosted agents with custom container images..."), satisfying the explicit-trigger anchor.

3 / 3

Trigger Term Quality

The "Use when creating hosted agents with custom container images in Azure AI Foundry" clause uses natural terms a user would say (hosted agents, custom container images, Azure AI Foundry).

3 / 3

Distinctiveness Conflict Risk

Scoped to Azure AI Foundry hosted agents with custom container images — a clear niche with distinct triggers unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
boisenoise/skills-collections
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.