CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-ai-projects-java

Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.

46

Quality

48%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/antigravity-azure-ai-projects-java/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 API reference skill with excellent executable code examples covering the main operations of the Azure AI Projects SDK. Its main weaknesses are the lack of a cohesive workflow with validation steps, some boilerplate filler sections (When to Use, Limitations, Best Practices with obvious advice), and a monolithic structure that could benefit from progressive disclosure for a skill of this length.

Suggestions

Remove the generic 'When to Use' and 'Limitations' boilerplate sections, and trim 'Best Practices' to only non-obvious guidance specific to this SDK.

Add a workflow example showing a complete end-to-end task (e.g., authenticate → verify connection → create index → validate creation) with explicit validation checkpoints between steps.

Consider splitting detailed per-client operations into separate reference files and keeping SKILL.md as a concise overview with links to those files.

DimensionReasoningScore

Conciseness

Generally efficient with good code examples, but includes some unnecessary content like the 'When to Use' and 'Limitations' boilerplate sections that add no value, and the 'Best Practices' section contains advice Claude already knows (e.g., use environment variables, handle pagination). The reference links table is also borderline unnecessary filler.

2 / 3

Actionability

Provides fully executable, copy-paste ready Java code for installation, authentication, client creation, listing connections, listing indexes, creating indexes, and error handling. All examples use real imports and concrete API calls.

3 / 3

Workflow Clarity

The skill presents individual operations clearly but lacks a cohesive multi-step workflow showing how to go from setup to a complete task. There are no validation checkpoints — for example, no guidance on verifying the connection works before proceeding to create indexes, or validating index creation succeeded before using it.

2 / 3

Progressive Disclosure

The content is reasonably well-structured with clear sections and a client hierarchy table, but everything is inline in a single file with no bundle files. The reference links at the bottom provide external navigation, but the skill itself is somewhat long and could benefit from splitting detailed operations into separate files.

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 and lists high-level capability areas but lacks concrete action verbs and an explicit 'Use when...' clause. It reads more like a library subtitle than a skill selection guide, making it difficult for Claude to confidently choose this skill over similar Azure or AI-related skills.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user needs to work with Azure AI Foundry projects in Java, manage AI connections, create or query datasets/indexes, or run evaluations using the azure-ai-projects SDK.'

Replace category nouns with concrete actions, e.g., 'Create and manage Azure AI Foundry project connections, upload and query datasets, build search indexes, and run model evaluations using the Java SDK.'

Include common user-facing trigger terms and file/package references like 'azure-ai-projects', 'Maven', 'AI Foundry', 'Java AI project setup' to improve matching.

DimensionReasoningScore

Specificity

Names the domain (Azure AI Projects SDK for Java) and lists some areas (connections, datasets, indexes, evaluations), but these are more like categories than concrete actions. It doesn't describe specific operations like 'create connections', 'manage datasets', or 'run evaluations'.

2 / 3

Completeness

Describes what the skill covers (Azure AI Projects SDK capabilities) 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 detailed, placing this at 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'Azure AI', 'SDK', 'Java', 'Azure AI Foundry', 'connections', 'datasets', 'indexes', 'evaluations'. However, it misses common user variations like 'azure-ai-projects', 'AI Foundry project', or task-oriented terms users might say like 'deploy model', 'manage AI project'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Azure AI Projects SDK' and 'Java' provides some distinctiveness, but 'project management', 'connections', 'datasets', and 'evaluations' are generic enough to potentially overlap with other Azure or AI-related skills. It could conflict with Azure SDK skills for other languages or other Azure AI services.

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
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.