CtrlK
BlogDocsLog inGet started
Tessl Logo

ax-rust-ai

Use when writing Rust code with `axllm` for provider clients, model selection, OpenAI-compatible calls, Responses, Gemini, Anthropic, routers, and balancers.

70

Quality

86%

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

SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

Well-organized and concise package-specific reference, but the inline code is only a sketch and the guidance is decision-oriented rather than a sequenced, validated workflow. Strengthening executable examples and adding a verification step would raise the lower dimensions.

Suggestions

Replace the partial Core Pattern snippet with a complete, copy-paste-ready example (define `options`, show the surrounding Result context) or inline a runnable example from `examples/`.

Add a brief sequenced workflow for the common task (e.g., choose routing strategy -> configure stats store -> wire balancer -> verify behavior) with an explicit validation/checkpoint step.

Show at least one concrete usage line for key API surface entries (e.g., how to construct `AxBalancerStatsStore` or call `set_usage_observer`) instead of listing names only.

DimensionReasoningScore

Conciseness

Dense but lean: every line conveys package-specific knowledge Claude lacks (AxBalancer, AxBalancerAdaptiveStrategy, Thompson sampling, AxIR) with no padding about basic concepts and no time-sensitive dates in the body.

3 / 3

Actionability

The Core Pattern is a non-executable sketch ("let llm = ai("openai", options)?;" with undefined `options` and no Result context) and the API surface is a list of names rather than usage; full runnable examples are only deferred to examples/.

2 / 3

Workflow Clarity

Clear decision guidance (router vs balancer vs adaptive) is provided, but there is no sequenced multi-step workflow with explicit validation checkpoints or a fix-retry feedback loop.

2 / 3

Progressive Disclosure

A single, well-organized SKILL.md with clearly labeled sections and no nested references; the mentioned files (API.md, examples/) are package artifacts rather than deep skill-internal references.

3 / 3

Total

10

/

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, third-person description with an explicit "Use when" trigger and a comprehensive list of concrete capabilities, well-distinguished from other skills. No changes needed.

DimensionReasoningScore

Specificity

Lists multiple specific concrete capabilities ("provider clients, model selection, OpenAI-compatible calls, Responses, Gemini, Anthropic, routers, and balancers") under the concrete domain of writing Rust code with axllm, matching the comprehensive anchor.

3 / 3

Completeness

The explicit "Use when writing Rust code with `axllm` for ..." clause clearly answers both what the skill does and when to invoke it.

3 / 3

Trigger Term Quality

Includes natural terms a user of this package would actually say ("writing Rust code", "axllm", "OpenAI", "Gemini", "Anthropic", "routers", "balancers"), giving good coverage.

3 / 3

Distinctiveness Conflict Risk

The tight Rust + axllm + named-provider + routers/balancers niche has distinct triggers and is unlikely to fire for an unrelated skill.

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
ax-llm/ax
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.