CtrlK
BlogDocsLog inGet started
Tessl Logo

maple-csharp-style

.NET / C# OpenTelemetry style for Maple: OpenTelemetry.Extensions.Hosting + OTLP HTTP exporter, ActivitySource for spans, ILogger bridging via OpenTelemetryLoggerProvider, inline endpoint + ingest key.

65

Quality

77%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/maple-csharp-style/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A tight, highly actionable reference with executable code and well-organized sections; its only gap is the absence of an explicit verification step to confirm telemetry is exporting correctly.

Suggestions

Add a short verification step after bootstrap, e.g. 'Emit a test span/log and confirm it appears in the Maple UI before moving on.'

Note how to check exporter failures (e.g., where OTLP export errors surface in ASP.NET Core logs) so misconfiguration is caught early.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — install commands, a complete bootstrap, and focused sections — with no padding or explanation of what OpenTelemetry is.

3 / 3

Actionability

Provides fully executable `dotnet add package` commands and complete, copy-paste-ready C# bootstrap and span examples with the needed `using` directives.

3 / 3

Workflow Clarity

The install → bootstrap → instrument flow is sequenced, but there is no validation/verification checkpoint (e.g., confirming a test span appears in Maple), leaving checkpoints implicit.

2 / 3

Progressive Disclosure

No bundle files exist; the single self-contained SKILL.md is organized into clearly labeled sections with no nested references, which is appropriate for this scope.

3 / 3

Total

11

/

12

Passed

Description

67%

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 specific, distinctive description that names concrete packages and mechanisms, but it omits explicit 'when to use' trigger guidance and leans on technical package names over natural user phrasing.

Suggestions

Add a 'Use when...' clause, e.g. 'Use when instrumenting a .NET/C# service to send traces, metrics, and logs to Maple.'

Surface natural trigger terms beyond package names — 'tracing', 'metrics', 'logs', 'instrumentation', 'telemetry' — so users phrase-matching those land on this skill.

DimensionReasoningScore

Specificity

Lists multiple concrete specifics — 'OTLP HTTP exporter', 'ActivitySource for spans', 'ILogger bridging via OpenTelemetryLoggerProvider', 'inline endpoint + ingest key' — rather than vague actions.

3 / 3

Completeness

It clearly states what the skill does but provides no 'Use when...' clause or equivalent trigger guidance, so completeness is capped at 2 per the rubric guidelines.

2 / 3

Trigger Term Quality

Natural terms a developer would say ('.NET', 'C#', 'OpenTelemetry', 'Maple') are present but embedded in package-name jargon, and common variations like tracing/logs/metrics/instrumentation are missing.

2 / 3

Distinctiveness Conflict Risk

The niche is narrowly scoped to Maple + .NET/C# + OpenTelemetry, making it clearly distinguishable and unlikely to trigger for the wrong skill.

3 / 3

Total

10

/

12

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.