CtrlK
BlogDocsLog inGet started
Tessl Logo

feature-flag-policy

Cargo feature flags for crates/xberg — ORT-incompatible targets (WASM, Android x86_64 emulator), type-only and tract inference companion features, WASM/Android-safe variants, PDF backend, mutually-exclusive ORT variants, platform-conditional deps, aggregate feature sets, and build profiles. Load when adding, wiring, or debugging a Cargo feature, or when reasoning about what compiles on WASM/Android/Windows/macOS-intel targets.

76

Quality

93%

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

87%

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

The body is an exceptionally lean, concrete reference catalog with strong actionability and clean section organization. Its only gap is the absence of an explicit sequenced workflow with validation checkpoints for the debugging/compilation-reasoning use case.

Suggestions

Add a short decision flow or numbered checklist for the 'reasoning about what compiles on WASM/Android/Windows/macOS-intel' task, including a verification step (e.g. 'cargo check --target <triple> --no-default-features --features <set>') to lift workflow clarity.

Consider a one-line 'how to verify a feature set compiles for a target' pointer with a concrete cargo command, since the description's load trigger emphasizes debugging compilation.

DimensionReasoningScore

Conciseness

The body is dense and token-efficient — every line states a concrete feature/target fact with no padding or explanations of concepts Claude already knows (Cargo, ORT, WASM). Each token earns its place.

3 / 3

Actionability

Provides exact feature names, target triples (e.g. "x86_64-linux-android"), concrete cfg conditions (e.g. `cfg(target_os = "android")`), and an aggregate-set table — copy-ready, specific guidance for wiring and debugging features.

3 / 3

Workflow Clarity

The platform-conditional section gives a clear if/then target→feature-set mapping, but the body is a flat reference catalog with no explicit sequenced workflow or validation checkpoint for the "debugging what compiles" task, which would benefit from a decision/verification flow.

2 / 3

Progressive Disclosure

No bundle files exist and none are needed; the self-contained document is organized into clearly-labeled sections (ORT-Incompatible Targets, PDF Backend, ORT Variants, Platform-Conditional, Aggregate Sets, Build Profiles) with no nested references.

3 / 3

Total

11

/

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.

The description is specific, trigger-rich, and complete, clearly stating both capabilities and explicit load conditions in third person. It is among the strongest reference examples and needs no changes.

DimensionReasoningScore

Specificity

Lists many concrete capabilities — "ORT-incompatible targets (WASM, Android x86_64 emulator), type-only and tract inference companion features, WASM/Android-safe variants, PDF backend, mutually-exclusive ORT variants, platform-conditional deps, aggregate feature sets, and build profiles" — matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both what (the enumerated feature-flag categories) and when via "Load when adding, wiring, or debugging a Cargo feature, or when reasoning about what compiles on WASM/Android/Windows/macOS-intel targets."

3 / 3

Trigger Term Quality

Uses natural terms a Rust user would actually say — "Cargo feature", "WASM", "Android", "what compiles", "Windows/macOS-intel targets" — with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

A narrow, well-bounded niche (xberg crate feature flags tied to ORT/WASM/Android target triples) with distinct triggers, making collision with other skills unlikely.

3 / 3

Total

12

/

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
xberg-io/xberg
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.