CtrlK
BlogDocsLog inGet started
Tessl Logo

maple-rust-style

Rust OpenTelemetry style for Maple: opentelemetry + opentelemetry_sdk + opentelemetry-otlp HTTP exporter, tracing-opentelemetry bridge for the tracing crate, inline endpoint + ingest key, semconv resource attributes.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

90%Weight 40%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 body is a tight, fully executable Rust telemetry bootstrap with no padding and clear sectioning. Its only gaps are the lack of an explicit verify-export step in the workflow and content that, while well-structured, sits at the upper edge of what belongs inline.

Suggestions

Add a brief verification step after init, e.g. emit a test log/span and confirm it appears in Maple, to close the workflow's validation gap.

Consider moving the long bootstrap init() into a references/ snippet (e.g. bootstrap.rs) referenced from the body, leaving the overview leaner while keeping the full code one level deep.

Note the OTel crate version pin ('0.27'/'0.28') is time-sensitive; flag it as the current tested versions so future drift is visible.

DimensionReasoningScore

Conciseness

The body is lean code plus minimal essential prose ('Inline the endpoint and ingest key — a project-scoped, write-only token') with no re-explanation of concepts Claude already knows; every token earns its place.

5 / 5

Actionability

Provides fully executable, copy-paste-ready Cargo.toml deps, a complete bootstrap init() function, main() wiring with shutdown, and a #[tracing::instrument] example covering the common cases.

5 / 5

Workflow Clarity

A clear sequence (Cargo.toml → Bootstrap → call from main → shutdown) is present, but there are no explicit validation checkpoints; the task is non-destructive so the cap does not apply.

4 / 5

Progressive Disclosure

Well-organized into clear sections (Cargo.toml, Bootstrap, Bounded business spans, Coexistence) in a single self-contained file; appropriately inline for a focused style skill, though it exceeds 50 lines so the simple-skill 5 exception does not cleanly apply.

4 / 5

Total

18

/

20

Passed

Description

75%Weight 40%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.

The description is highly specific and distinctive, naming the exact crate stack and configuration pattern for a narrow niche. Its main weakness is the absence of an explicit 'Use when...' trigger clause, which caps completeness.

Suggestions

Add an explicit trigger clause, e.g. 'Use when setting up Maple telemetry in a Rust service or when the user mentions OpenTelemetry/tracing in a Maple Rust project.'

Include common synonyms users might say — 'telemetry', 'observability', 'traces/logs/metrics' — alongside the crate names.

Lead with a concrete action verb in third person (e.g. 'Configures Rust OpenTelemetry...') rather than a noun phrase ('Rust OpenTelemetry style for Maple').

DimensionReasoningScore

Specificity

Lists multiple concrete components — 'opentelemetry + opentelemetry_sdk + opentelemetry-otlp HTTP exporter', 'tracing-opentelemetry bridge', 'inline endpoint + ingest key', 'semconv resource attributes' — giving comprehensive coverage of what the skill configures.

5 / 5

Completeness

The 'what' is clear and specific, but there is no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

Natural terms a user would say are present ('Rust', 'OpenTelemetry', 'Maple', 'tracing'), but common variations like 'telemetry', 'observability', or 'logs/metrics/traces' are missing.

4 / 5

Distinctiveness Conflict Risk

The 'Maple' + 'Rust OpenTelemetry' combination with named crates is a clear niche with distinct triggers and minimal conflict risk with other skills.

5 / 5

Total

17

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
MapleTechLabs/maple
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.