CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-maps-search-dotnet

Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data.

59

Quality

69%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/azure-maps-search-dotnet/SKILL.md

The canonical home for this skill is azure-maps-search-dotnet in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

60%Scale 1-5

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

The skill excels at actionability with comprehensive, executable C# code examples covering all Azure Maps services. However, it is excessively long and monolithic — the type reference tables, version numbers, duplicate SDK listing, and 11 detailed workflow examples all inline make it a poor use of token budget. The content would benefit significantly from splitting into a concise overview with references to detailed sub-files.

Suggestions

Split the 11 workflow examples into a separate EXAMPLES.md or per-service files (SEARCH.md, ROUTING.md, etc.), keeping only 2-3 key examples inline in SKILL.md

Move the Key Types Reference tables to a separate REFERENCE.md file and link to it

Remove the 'Related SDKs' table which duplicates the Installation section, and remove the meaningless 'When to Use' placeholder

Remove specific version numbers or move them to a VERSIONS.md file since they will become stale quickly

DimensionReasoningScore

Conciseness

The skill is significantly verbose at ~350+ lines. It includes a full type reference table, a related SDKs table that duplicates the installation section, version numbers that will go stale, and extensive code examples for 11 workflows that could be trimmed or moved to separate files. The 'When to Use' section is a meaningless placeholder. Claude already knows how to use Azure SDK patterns.

2 / 5

Actionability

Every workflow includes fully executable, copy-paste ready C# code with proper using statements, concrete examples with real addresses/coordinates, and covers all major use cases (geocoding, routing, rendering, geolocation, weather). Error handling includes specific status code cases.

5 / 5

Workflow Clarity

The workflows are clearly sequenced with numbered steps and concrete code. Authentication is shown first, then individual operations. However, there are no explicit validation checkpoints or feedback loops — e.g., no guidance on verifying geocoding results are valid before using them in routing, or checking batch results for partial failures. Since these aren't destructive/batch operations in the dangerous sense, this doesn't trigger the cap at 3, but validation is still somewhat lacking.

4 / 5

Progressive Disclosure

This is a monolithic file with ~350+ lines that would benefit greatly from splitting. The type reference tables, detailed authentication examples (especially SAS), and individual workflow examples could be in separate referenced files. Everything is inlined with no bundle files to offload content to, resulting in a very long single document.

2 / 5

Total

13

/

20

Passed

Description

78%Scale 1-5

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 skill description that clearly identifies the technology (Azure Maps SDK for .NET), lists concrete capabilities, and provides usage guidance. The main weakness is that the 'when' clause could be more explicitly phrased as trigger guidance, and a few natural user terms (like 'coordinates', 'find address', 'reverse geocode') are missing. Overall it performs well across all dimensions.

DimensionReasoningScore

Specificity

Lists several specific actions: geocoding, routing, rendering, geolocation, weather, address search, directions, map tiles, IP geolocation, and weather data. Good coverage with minor gaps (e.g., doesn't mention specific operations like batch geocoding or isochrone calculations).

4 / 5

Completeness

Clearly answers 'what' (location-based services including geocoding, routing, etc.) and has a 'when' clause ('Use for address search, directions, map tiles, IP geolocation, and weather data'). The 'when' could be more explicit with trigger phrases like 'Use when the user asks about...' rather than just 'Use for...'.

4 / 5

Trigger Term Quality

Includes strong natural keywords like 'address search', 'directions', 'map tiles', 'IP geolocation', 'weather data', 'geocoding', and 'routing'. Missing some natural user phrases like 'find location', 'latitude/longitude', 'coordinates', 'reverse geocode', or '.NET' file/project references.

4 / 5

Distinctiveness Conflict Risk

Highly distinctive with the specific 'Azure Maps SDK for .NET' identifier, combined with a clear niche of location-based services. Unlikely to conflict with other skills unless there are competing mapping SDKs, and the Azure+.NET specificity minimizes that risk.

5 / 5

Total

17

/

20

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
administrakt0r/AI-Agents-Safe-Coding-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.